Skip to content

Releases: edge-js/parser

Re-write of the API

07 Mar 17:26
Compare
Choose a tag to compare
  • docs(readme): update usage docs 6289fe5
  • refactor: simplify parser API and optimize output to be runtime context aware 019d3fc
  • refactor: update buffer API methods to be more expressive 950016a
  • refactor: do not pass ctx as first argument to function calls 6b3e8cc
  • style: remove docblock 83ef52d
  • chore: remove tslint in favor of eslint 7fd9a4b
  • refactor: remove _ from private properties 1dc2906
  • chore: update dependencies 95121bf

v2.1.2...v3.0.0

Updating underlying dependencies

28 Feb 03:00
Compare
Choose a tag to compare
  • chore(package): update dependencies b5d5e25

v2.1.1...v2.1.2

Updating underlying dependencies

14 Sep 16:35
Compare
Choose a tag to compare

Adding option to define custom filenames for tokens

14 Sep 15:24
Compare
Choose a tag to compare
  • refactor: rename ExtendedTokens to ParserTokens 3283734
  • feat: add support for custom filenames for each token ce38709

v2.0.10...v2.1.0

Fixing AssignmentExpression bug

13 Sep 16:04
Compare
Choose a tag to compare
  • fix(AssignmentExpression): reprocess right hand side value 3d386c2

v2.0.9...v2.0.10

Updating underlying dependencies

13 Sep 04:11
Compare
Choose a tag to compare
  • docs(readme): update example 28d3e22
  • chore(package): update dependencies c86ec4f

v2.0.8...v2.0.9

Preparing for the final release

25 Jul 03:26
Compare
Choose a tag to compare

The release stabilizes the parser API and also makes the EdgeBuffer output more strict

  • fix(parser): wrap template output to a function by default 93f355c
  • refactor: standardizing and documenting parser api c3fa12e
  • refactor(Buffer): make output templates work in strict mode d3c3306
  • chore(package): update dependencies 222b0e9

v2.0.7...v2.0.8

Exporting a list of supported expressions

22 Jul 12:00
Compare
Choose a tag to compare
  • docs(readme): add usage docs d3db561
  • feat: export an object with list of supported expressions 9c36061

v2.0.6...v2.0.7

Export `EdgeBuffer` from the main module

21 Jul 17:55
Compare
Choose a tag to compare
  • refactor: export EdgeBuffer from main module a6a0c10

v2.0.5...v2.0.6

Fix the missing main module

21 Jul 08:57
Compare
Choose a tag to compare
  • fix: export from the main module 599ff32

v2.0.4...v2.0.5