Skip to content

Releases: jetstreamapp/soql-parser-js

Release 1.2.1

20 Jul 01:06

Choose a tag to compare

  • Merge pull request #70 from paustint/bug-69 (56ef28e)
  • Queries consecutive left parens not accurately parsed #69 (77c9533)
  • Updated docs version (08f0619)

Release 1.2.0

13 Jul 23:12

Choose a tag to compare

1.2.0

  • Changed compose methods to public to allow external access (#65)
  • Fixed lodash security vulnerability
  • Updated README to reflect new changes and other minor changes

Release 1.1.1

11 Jun 03:03

Choose a tag to compare

1.1.1

  • Removed files that accidentally got included with release with update of release-it
  • Updated Contributing.md with more detailed instructions on grammar updates
  • Added support for WITH SECURITY_ENFORCED (#61)

Release 1.0.2

22 May 01:54

Choose a tag to compare

1.0.2

  • If a field in a query happened to have a function reserved word, such as Format, then parsing the query failed. (#59)

Release 1.0.1

08 Feb 01:13
0909f18

Choose a tag to compare

Release 1.0.0

19 Nov 01:13

Choose a tag to compare

  • Cleanup (ef6302c)
  • Merge branch 'ABenassi87-issue-50' (420750a)
  • fixed merge conflict (d6d6841)
  • fixed unit test import (5dbb94a)
  • updated docs to beta version (99933d3)
  • Implement named types for all inline types #50 (ff4462f)
  • Added .idea dir to .gitignore (160068e)

Release 0.10.0-beta.1

12 Nov 00:28

Choose a tag to compare

Release 0.10.0-beta.1 Pre-release
Pre-release
Release 0.10.0-beta.1

Release 0.9.0

08 Nov 01:24

Choose a tag to compare

  • added unit test for #48 (2b7df71)
  • Merge pull request #48 from ChuckJonas/ChuckJonas-missing-operator (de3ad0f)
  • Added missing != Operator (54b6808)
  • Updated docs version (d50d703)
  • Updated docs version (f44a102)
  • Updated docs version (8464e03)

Release 0.8.1

30 Oct 03:55

Choose a tag to compare

  • added docs fixed line length bug (70e70c9)

Release 0.8.0

30 Oct 03:25

Choose a tag to compare

  • Merge pull request #45 from paustint/feature-39 (f85597c)
  • added formatting options (c8ec7d7)
  • debug can now be run without manual recompile (260bab0)
  • Updated docs version (03ae969)
  • updated readme (5c1beaa)