Skip to content

Releases: jetstreamapp/soql-parser-js

Release 5.0.1

13 Jan 18:31

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

Choose a tag to compare

  • Merge pull request #240 from jetstreamapp/revert-breaking-change (fccf925)

Published on incorrect branch, does not intended changes.

Release 4.10.1

13 Jan 18:07

Choose a tag to compare

  • changelog (fd244fc)
  • Revert breaking change type WhereClauseWithoutOperator (dde988f)

[DEPRECATED - use 4.10.1 or >5] Release 4.10.0

13 Jan 17:19

Choose a tag to compare

  • 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

25 Jul 02:51

Choose a tag to compare

  • 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

29 May 23:59

Choose a tag to compare

  • Merge pull request #233 from jetstreamapp/bug/startsWith (1f73638)
  • Fixed composeQuery whereClause bug (569cab5)
  • Updated docs version (ca32ba7)

Release 4.9.0

23 May 22:58

Choose a tag to compare

  • 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)

Release 4.8.3

23 May 00:22

Choose a tag to compare

Release 4.8.2

22 May 14:08

Choose a tag to compare

  • Fixed output file path for esm sourcemaps (35a0445)

Release 4.8.1

09 Apr 14:14

Choose a tag to compare

  • Merge pull request #230 from jetstreamapp/bug/227 (6577008)
  • Fix build output files (7f86074)
  • Updated docs version (7e54789)