Skip to content

Releases: jetstreamapp/soql-parser-js

Release 6.2.4

18 Aug 22:14
Compare
Choose a tag to compare

Release 6.2.3

29 Jul 00:33
Compare
Choose a tag to compare

Release 6.2.2

08 Jul 14:26
Compare
Choose a tag to compare

Release 6.2.1

08 Jul 04:15
Compare
Choose a tag to compare
  • fix version mismatch and pkg fix (dd11173)
  • Merge pull request #261 from jetstreamapp/bug/259 (2b1088d)
  • ESM builds fail for node environments #259 (18213e7)
  • Updated docs version (4ca954e)

Release 6.2.0

09 May 01:45
Compare
Choose a tag to compare
  • Merge pull request #258 from jetstreamapp/chore/update-build-tooling (fce72a3)
  • npm audit (075d653)
  • Update build tooling (c4434b3)
  • Remove accidental link from readme (00ef4eb)
  • Fix readme badge (296bd4e)
  • Updated docs version (f9c1e7a)

Release 6.1.0

16 Jun 20:06
Compare
Choose a tag to compare
  • Add support for negative currency values (0e63871)

Release 6.0.0

16 Jun 17:20
Compare
Choose a tag to compare

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

19 Jan 00:15
Compare
Choose a tag to compare
  • Nested Negation queries did not properly structure WHERE clauses (c831949)
  • Updated docs version (08d09f5)

Release 5.0.1

13 Jan 18:31
Compare
Choose a tag to compare
  • 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

13 Jan 18:21
Compare
Choose a tag to compare
  • Merge pull request #240 from jetstreamapp/revert-breaking-change (fccf925)

Published on incorrect branch, does not intended changes.