Skip to content

Releases: sisimomo/Spring-Filter-Query-Builder

v1.1.1

03 Sep 05:47
8bf19a4
Compare
Choose a tag to compare

What's Changed

  • fix: toString method can now handle 0 as number by @mok-liee in #15

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

24 Aug 21:56
Compare
Choose a tag to compare

What's Changed

  • fix(issue #9): expose the base classes, enabling the creation of custom filters.

Full Changelog: v1.0.1...v1.1.0

v1.0.1

24 Aug 17:37
6688153
Compare
Choose a tag to compare

What's Changed

  • fix(not-operator): improved not operator handling in toString() method fixing issue #10.

Full Changelog: v1.0.0...v1.0.1

Version 1.0.0

20 May 05:48
bda6324
Compare
Choose a tag to compare

Added GitHub workflow.
Added Unit Test (Jest).
Migrated to Typescript.
Based on https://github.com/tomchen/example-typescript-package.

Version 0.3.1

07 Jun 05:17
d601b3e
Compare
Choose a tag to compare
Version 0.3.1 Pre-release
Pre-release

Fix issue #2.

Version 0.3.0

12 Nov 04:05
Compare
Choose a tag to compare
Version 0.3.0 Pre-release
Pre-release

Changed the way to create a query to make it more intuitive.

Fixed an error in a property of the package.json file.

Version 0.2.0

06 Nov 16:43
Compare
Choose a tag to compare
Version 0.2.0 Pre-release
Pre-release

Adding support for number type as a value to a comparator.

Fixing Concat function.

Version 0.1.0

05 Nov 22:37
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release

First version of this small library