Skip to content

Releases: edge-js/parser

update dependencies

15 May 07:32
Compare
Choose a tag to compare
  • chore(deps): bump lodash from 4.17.20 to 4.17.21 (#9) 887c1fa
  • chore: update dependencies 5ea16be
  • chore: update dependencies 9920f36
  • chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#10) 88872f2

v8.0.5...v8.0.6

update dependencies

04 May 18:18
Compare
Choose a tag to compare
  • docs(README): document additional expressions cfc6ed5
  • chore: update dependencies e4a0295

v8.0.4...v8.0.5

update dependencies

23 Apr 05:01
Compare
Choose a tag to compare
  • chore: update dependencies d8ee3b2

v8.0.3...v8.0.4

update dependencies

23 Mar 19:32
Compare
Choose a tag to compare
  • chore: update dependencies bdd40d0
  • chore: update dependencies 334a0b3

v8.0.1...v8.0.3

Update dependencies

21 Feb 17:46
Compare
Choose a tag to compare
  • style: format using prettier e99d6b0
  • style: indent using spaces 855d070
  • chore: update dependencies 15edc9c

v8.0.0...v8.0.1

Drop Node 12

16 Feb 03:35
Compare
Choose a tag to compare
  • docs: remove stale docs folder 95178c9
  • style: reformat source files 91e765c
  • chore: remove npm-audit in favor of synk 7453a9a
  • chore: update dependencies 7f42bcf

v7.0.1...v8.0.0

Add support for creating child buffer instance

14 Jan 03:42
Compare
Choose a tag to compare
  • feat: add support for creating child buffer 9836791

v7.0.0...v7.0.1

Add support for spread operator and remove hardcoded variable references

13 Jan 08:11
Compare
Choose a tag to compare

Till now, a section of the compiled output had hardcoded variable names out, ctx.escape, ctx.reThrow and state. With this release we have removed them and the consumer of the API should define these as options.

Also added support for spread arguments

  • feat: add support for spread operator 4467c97
  • chore: remove typedoc and npm audit hook 25a58da
  • refactor: remove all hardcoded variable references from the compiled output 9ba868d

v6.0.2...v7.0.0

Add support for async mode and use es2020 version for parsing Javascript

11 Jan 14:03
Compare
Choose a tag to compare
  • chore(deps): bump highlight.js from 10.3.2 to 10.5.0 (#6) 8d8c860
  • feat: add support for optional chaining 23d0aab
  • refactor: use ecmaVersion 2020 to use latest node features 23e5a3e
  • refactor: expose async mode as a property on the parser 8af8cfb
  • chore: update dependencies 6e138c4
  • chore(deps): bump ini from 1.3.5 to 1.3.7 (#5) 8fc0010

v6.0.1...v6.0.2

Re-organize constructor arguments

03 Dec 05:12
Compare
Choose a tag to compare
  • refactor: remove unused types cdda093
  • fix: breaking tests 10a4ccd
  • refactor: introduce options object to avoid too many arguments 90f62aa

v6.0.0...v6.0.1