Releases: modabas/ModEndpoints
2.0.3
2.0.2
2.0.1
- Per endpoint request validation customization
- Add endpoint configuration metadata as early as possible and add only one instance
- Update request validation documentation
- Some performance optimizations
- Internal refactoring
What's Changed
Full Changelog: 2.0.0...2.0.1
2.0.0
There are a lot of breaking changes in this version. Like:
- Endpoints and route groups Configure method signatured have changed
- WebResultEndpoint response structure have been overhauled. Their Handler methods now return WebResult instead of Result
- Request validation has been restructured, option names have changed.
- Lots of classes and interfaces have been marked as internal, sealed, removed, renamed, converted to record etc.
Hopefully these changes will provide a solid foundation for future. Please refer to updated documentation.
What's Changed
Full Changelog: 1.4.0...2.0.0
1.4.0
1.3.5
1.3.4
1.3.3
BREAKING CHANGES upgrading to 1.3
Endpoint and RouteGroup configuration has been overhauled for consistency and clarity.
This caused changes in signature of configuration methods like Configure for both endpoints and route groups.
Therefore, a code refactoring is required for configuration methods after upgrading to this version.
What's Changed
Full Changelog: 1.3.2...1.3.3
1.3.2
BREAKING CHANGES upgrading to 1.3
Endpoint and RouteGroup configuration has been overhauled for consistency and clarity.
This caused changes in signature of configuration methods like Configure for both endpoints and route groups.
Therefore, a code refactoring is required for configuration methods after upgrading to this version.
What's Changed
Full Changelog: 1.3.1...1.3.2
1.3.1
BREAKING CHANGES upgrading to 1.3
Endpoint and RouteGroup configuration has been overhauled for consistency and clarity.
This caused changes in signature of configuration methods like Configure for both endpoints and route groups.
Therefore, a code refactoring is required for configuration methods after upgrading to this version.
What's Changed
Full Changelog: 1.3.0...1.3.1