Skip to content

Releases: edge-js/parser

Update underlying dependencies

01 Sep 06:24
Compare
Choose a tag to compare
  • chore(package): update dependencies a162980

v5.0.6...v5.1.0

Allowing all built in standard globals

14 Apr 12:57
Compare
Choose a tag to compare
  • feat: add support for standard globals 4b3cb91

v5.0.5...v5.0.6

Escaping filename before setting it in the template buffer

14 Apr 11:03
Compare
Choose a tag to compare
  • test: extract filename normalizer to it's own helper method 997592e
  • fix: escape filename before writing it to template buffer ead894a
  • test: add case for checking unicode errors in windows b8ed0ac
  • docs: add newly added expressions to docs 31a6c31

v5.0.4...v5.0.5

Adding support for Function declaration

14 Apr 08:57
Compare
Choose a tag to compare
  • feat: add support for Function declaration 1639d8e
  • chore: update dependencies 44a8365

v5.0.3...v5.0.4

Updating underlying dependencies

28 Mar 14:59
Compare
Choose a tag to compare

Adding support for async mode and await expression

28 Mar 08:16
Compare
Choose a tag to compare
  • feat: add support for await expression in async mode 8b419a5

v5.0.1...v5.0.2

Updating underlying dependencies

28 Mar 07:36
Compare
Choose a tag to compare

Updating underlying dependencies

27 Mar 15:12
Compare
Choose a tag to compare

Since lexer contains a breaking change. We need to bump the major version of parser too

  • chore: update dependencies 3f6afad

v4.0.3...v5.0.0

Bufffer now support disabling instantiation of file, line and output variables

26 Mar 15:07
Compare
Choose a tag to compare
  • feat(Buffer): allow option to disable file,line and output variables instantiation a7262a2

v4.0.2...v4.0.3

Exposing the API to define local variables inside custom scopes

26 Mar 10:59
Compare
Choose a tag to compare
  • docs: update example code ca1d3a9
  • ci: supports node 12 and up from now on 62d4e76
  • docs(README): update usage docs 209b65e
  • feat: implementation for local variables stack 4995802
  • refactor: fix normalizeNewLines test helper f5f4386

v4.0.1...v4.0.2