juery

Juery is a tiny Java library to manage search and filter query from user to database.

MIT License

Stars
9

Bot releases are hidden (Show)

juery - v1.4.2

Published by Marthym 4 months ago

What's Changed

Full Changelog: https://github.com/Marthym/juery/compare/1.4.1...1.4.2

juery - v1.4.1 Latest Release

Published by Marthym 4 months ago

What's Changed

Full Changelog: https://github.com/Marthym/juery/compare/1.4.0...1.4.1

juery - v1.4.0

Published by Marthym 4 months ago

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: https://github.com/Marthym/juery/compare/1.3.1...1.4.0

juery - v1.3.1

Published by Marthym 10 months ago

juery - v1.3.0

Published by Marthym 10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Marthym/juery/compare/1.2.4...1.3.0

juery - v1.2.4

Published by Marthym 11 months ago

  • Upgrade dependencies to fix CVE-2023-6378

Full Changelog: https://github.com/Marthym/juery/compare/1.2.3...1.2.4

juery - v1.2.3

Published by Marthym almost 2 years ago

  • #19 upgrade dependencies and move to java 17

Full Changelog: https://github.com/Marthym/juery/compare/1.2.2...1.2.3

juery - v1.2.2

Published by Marthym over 2 years ago

What's Changed

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

Full Changelog: https://github.com/Marthym/juery/compare/1.2.1...1.2.2

juery - v1.2.1

Published by Marthym over 2 years ago

What's Changed

Bugfix

  • Pagination offset must start by zero by @Marthym in #16
juery - v1.2.0

Published by Marthym almost 3 years ago

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: https://github.com/Marthym/juery/compare/1.1.0...1.2.0

juery - v1.1.0

Published by Marthym over 3 years ago

  • Implement startWith and endWith operators
  • Implement contains operator
  • BREAKING CHANGE Refactor PageRequest, move pagination data into Object
  • BREAKING CHANGE Refactor Visitor, rename visit method et extract interface
juery - v1.0.0

Published by Marthym over 3 years ago

Package Rankings
Top 36.71% on Repo1.maven.org
Badges
Extracted from project README
GitHub license Quality Gate Status Coverage Maintainability Rating
Related Projects