Releases: mmaderic/FluentGraphQL
Releases · mmaderic/FluentGraphQL
Release list
Version 1.0.0-Beta.5
Release Notes
New features:
- SelectMany linq method is supported in query builder select statements
- Dynamic expressions are supported as where statement arguments
- Object relationship select statements can now be casted to concrete objects as well
Bug fixes:
- DistinctOn query builder method bug fix
Version 1.0.0-Beta.4
Release Notes
FluentGraphQL.Builder
- Improved – Select node factory will cache first node as master, returning copied objects to query builders. This feature yields 65% increased performance. Average complex object query build time now is ~25ms.
- Extended – Expression converter now supports linq selected statements on object relationships too.
- Extended – Circular nodes can be queried on demand. Select and include statements now can include recursive root node select statements if required.
Version 1.0.0-Beta.3
Fixed aggregate clause node bug
Version 1.0.0-Beta.2
Implemented nested entity include method.
By default when building queries, nested entities are not included anymore, therefore they need to be explicitly included.
Version 1.0.0-Beta.1
First beta version release. Beta will have eventual bug fixes until all tests have been written.
Version 1.0.0-Alpha9
Fixed aggregate container bug
Version 1.0.0-Alpha8
Added missing root query node aggregate method
Version 1.0.0-Alpha7
Added missing support for nested select statements
Version 1.0.0-Alpha6
Fixed bugs and added additional documentation files.
Version 1.0.0-Alpha5
Bug fix