Releases: jetstreamapp/soql-parser-js
Releases · jetstreamapp/soql-parser-js
Release 6.1.0
- Add support for negative currency values (0e63871)
Release 6.0.0
Package is now owned by jetstreamapp
- to upgrade, change the dependency name from soql-parser-js
to @jetstreamapp/soql-parser-js
Release 5.0.2
- Nested Negation queries did not properly structure WHERE clauses (c831949)
- Updated docs version (08d09f5)
Release 5.0.1
- Update changelog with deprecated package version information (3cbd9a7)
- Merge pull request #241 from jetstreamapp/breaking/v5 (9d0b718)
- Fix WhereClause types (248e7a2)
💥 Breaking Changes
Fixed a bug where with typescript types to properly represent that WhereClause
can have a null value for left
in the case of a negation operator.
This was always the case, but prior to enabling strict typescript types, this went under the radar.
For Typescript consumers that have strict null checks enabled, they may need to make code changes depending on usage.
[DEPRECATED - use 5.0.1] Release 5.0.0
- Merge pull request #240 from jetstreamapp/revert-breaking-change (fccf925)
Published on incorrect branch, does not intended changes.
Release 4.10.1
- changelog (fd244fc)
- Revert breaking change type WhereClauseWithoutOperator (dde988f)
[DEPRECATED - use 4.10.1 or >5] Release 4.10.0
- Upgrade dependencies (b180372)
- Fix incorrect parsing for NOT negation (9553619)
- Updated docs version (c1f7ad5)
This included an inadvertent breaking change for typescript users, reverted type change and published new major version with breaking change.
Release 4.9.2
- Merge pull request #235 from jetstreamapp/bug/getFlattenedField (f3f0a57)
- Fix getFlattenedFields with invalid data (64bfdfe)
- Updated github name for docs (15475d1)
- Merge pull request #234 from jetstreamapp/docs-update (2c8bc19)
- Updated docs homepage (27a3d0f)
- Updated docs version (9d7abb6)
Release 4.9.1
- Merge pull request #233 from jetstreamapp/bug/startsWith (1f73638)
- Fixed composeQuery whereClause bug (569cab5)
- Updated docs version (ca32ba7)
Release 4.9.0
- Updated changelog (6201aee)
- Merge pull request #232 from maxence-lefebvre/build/bump-chevrotain (4302d73)
- build(deps): bump chevrotain from 9.0.1 to 10.5.0 (1be6e34)
- Updated docs version (16106ed)