Skip to content

v8.0.0

Compare
Choose a tag to compare
@mgernand mgernand released this 16 Jun 22:06
· 12 commits to main since this release
ed58a93

What's Changed

  • Created EDM structures. by @mgernand in #1
  • Added parsers for filter and oderby query options. by @mgernand in #2
  • Added custom model and parameter binder for a query. by @mgernand in #3
  • Added query execution for repositories. by @mgernand in #4
  • Added support for the $select operator. by @mgernand in #5
  • Added (optional) automatic endpoint mapping for registered entity sets. by @mgernand in #6
  • Added swagger doc support for the query parameters. by @mgernand in #7
  • Added entity configuration. by @mgernand in #8
  • Added a top-level options builder. by @mgernand in #9
  • Added special handling for properties. by @mgernand in #10
  • Configured JSON serializer to remove ignored properties from the result. by @mgernand in #11
  • Allow primitive value objects, enumerations and strongly-typed ID in queries. by @mgernand in #12
  • Allow nested property selection. by @mgernand in #13
  • Added option to always show the total count of a query for an entity set. by @mgernand in #14
  • Added clean architecture sample app. by @mgernand in #15
  • Added extension methods to allow selective endpoint registration. by @mgernand in #16
  • Refactored query executor. by @mgernand in #17
  • Removed not needed build target. by @mgernand in #18

New Contributors

Full Changelog: https://github.com/fluxera/Fluxera.Queries/commits/v8.0.0