Skip to content

Releases: jetstreamapp/soql-parser-js

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.

Release 4.10.1

13 Jan 18:07
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Merge pull request #233 from jetstreamapp/bug/startsWith (1f73638)
  • Fixed composeQuery whereClause bug (569cab5)
  • Updated docs version (ca32ba7)