Soql Parser Js Versions Save

Javascript SOQL parser

5.0.2

4 months ago
  • Nested Negation queries did not properly structure WHERE clauses (c831949)
  • Updated docs version (08d09f5)

5.0.1

4 months ago
  • 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.

5.0.0

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

Published on incorrect branch, does not intended changes.

4.10.1

4 months ago
  • changelog (fd244fc)
  • Revert breaking change type WhereClauseWithoutOperator (dde988f)

4.10.0

4 months ago
  • 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.

4.9.2

10 months ago
  • 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)

4.9.1

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

4.9.0

1 year ago
  • 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)

4.8.3

1 year ago
  • Change packages files (483f93a)
  • Updated docs version (d40fe4e)

4.8.2

1 year ago
  • Fixed output file path for esm sourcemaps (35a0445)
    • Updated docs version (4f13299)