Releases: introproventures/graphql-jpa-query
Release 0.3.26
Release Notes
New Features:
feat: add NE predicate for custom attributes criteria expressions (#140) 4862ad0
feat: add optional argument for plural attributes (#138) e2ddd4d
feat: add AND/OR logical criteria list in schema and query (#134) 764c439
feat: add IN | NIN predicate for custom attribute types (#136) ac7bda6
feat: add equals criteria support for custom attributes types (#133) a18a6ce
feat: Provide default GraphQLObjectCoercing fallback for non-existing Java classes (#130) 1a27eee
Fixes
fix: correct element collection fetch sort order (#149) 5327a22
fix: add support for nested where criteria expressions (#148) 2065101
fix: separate reuse fetch and join methods with better apis fcf9f12
fix: TODO plural predicate fetch join detection 3aa3347
fix: build fetch joins from selection graph (#137) d452620
fix: enable default distinct configuration property (#135) 6359449
fix: use GrpaphQL execution context to resolve variable references (#129) 5f9da5f
fix: use stream().distinct() to remove duplicates from root entities (#128) d0758e7
fix: resolve variable references in GraphQLObjectCoercing (#127) fc2ab23
Release 0.3.25
Release 0.3.24
Release 0.3.23
Release 0.3.22
Release 0.3.21
Release 0.3.20
Release Notes
New Features
feat: extract GraphiQL into separate reusable module (#116) 123b471
feat: extract example JPA models into separate reusable modules (#104) 9698743
feat: support nested relationships in where criteria expressions (#108) b05c246
feat: add LOCATE predicate for JPA entity attributes annotated with @convert (#115) 3f9704b
feat: support enum variable bindings in queries (#109) 5dd999a
Fixes
fix: change droid_function entity name to DroidFunction (#117) ee39a1d
Release 0.3.19
Release 0.3.18
Release Notes
Bug Fixes
#102 fix NullPointerException when searching for Transient annotation (#106) fb45d23
Many thanks to @chanhengseang3 for contribution!