- Initial beta version.
- Added paging functionality to query operator.
- Added WithCustomOperator methods for operators.
- Simplified CRUD operator collection configuration.
- Added async validator functionality.
- Added async preprocessor functionality.
- Added async postprocessor functionality.
- Better simple CRUD operator collection registration.
- Added WithCustomOperator to ICrudOperatorConfigurationCollection
- Added Get operators and decorators with generic id.
- Added Delete operators and decorators with generic id.
- Added id parameter to get and delete pre- and postprocessors.
- Moved the SampleApi project to the samples directory.
- Add generic Id type functionality to OperatorBuilder.
- Updated Sample api to use a delete operator with a generic id type.