Skip to content

Releases: Marthym/juery

v1.4.2

26 Jun 09:06
73581d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...1.4.2

v1.4.1

21 Jun 13:27
b67c8d4
Compare
Choose a tag to compare

What's Changed

  • feat(mongo): #28 allow default MongoFilterVisitor by @Marthym in #29

Full Changelog: 1.4.0...1.4.1

v1.4.0

13 Jun 19:15
025137d
Compare
Choose a tag to compare

What's Changed

  • #24 Improve API with record
  • #25 Change default value for Pagination ALL
  • #26 In mongo visitor use mongo properties for ObjectId instead Criteria properties

Full Changelog: 1.3.1...1.4.0

v1.3.1

02 Jan 14:34
0a9aed8
Compare
Choose a tag to compare
[maven-release-plugin] copy for tag 1.3.1

v1.3.0

14 Dec 22:27
00668dd
Compare
Choose a tag to compare

What's Changed

  • feat(mongo): add a module in order to use juery with mongoDb by @Drblu1 in #22

New Contributors

Full Changelog: 1.2.4...1.3.0

v1.2.4

02 Dec 12:27
dcc5454
Compare
Choose a tag to compare

Full Changelog: 1.2.3...1.2.4

v1.2.3

18 Dec 15:00
13850ea
Compare
Choose a tag to compare
  • #19 upgrade dependencies and move to java 17

Full Changelog: 1.2.2...1.2.3

v1.2.2

18 Jun 14:02
15da5c7
Compare
Choose a tag to compare

What's Changed

  • Upgrade dependencies
  • Avoid parsing contains value as boolean by @Marthym in #17

Full Changelog: 1.2.1...1.2.2

v1.2.1

22 Jan 13:42
41b7efa
Compare
Choose a tag to compare

What's Changed

Bugfix

  • Pagination offset must start by zero by @Marthym in #16

v1.2.0

30 Oct 12:19
3702f86
Compare
Choose a tag to compare

What's Changed

  • Add contains operator by @Marthym in #3
  • Add startWith and endWith by @Marthym in #4
  • Refactor Visitor pattern by @Marthym in #5
  • Allow parsing array in querystring by @Marthym in #6
  • Allow pagination by offset by @Marthym in #7
  • Add capacity to define custom querystring parameters by @Marthym in #8
  • Parse lowerthan and greaterthan from query string by @Marthym in #10
  • Parse temporal value from query string by @Marthym in #12

Full Changelog: 1.1.0...1.2.0