Skip to content

Releases: edge-js/parser

Adding support for defining local variables

26 Mar 06:37
Compare
Choose a tag to compare
  • feat: add support to define local variables f9f88de

v4.0.0...v4.0.1

Changing the compiled output to rely on standard state object

25 Mar 19:29
Compare
Choose a tag to compare

Earlier a special object ctx was required with resolve method to resolve the template reference values. However, this made the raised exceptions cryptic and harder to understand.

This change uses the standard object property accessors to read the values from the state object

  • refactor: get rid of ctx.resolve and ready values from the state object 7267dfc
  • chore: update dependencies b30047c
  • refactor: correct definition spelling ef677c4
  • chore: update dependencies f5fd75f

v3.0.8...v4.0.0

Use double quotes in buffer output

12 Mar 17:04
Compare
Choose a tag to compare
  • refactor(Buffer): use double quotes for everything 7cc3f0e

v3.0.7...v3.0.8

Fixing raw output removing escape characters

12 Mar 15:31
Compare
Choose a tag to compare

Adding a check to avoid negative line numbers

10 Mar 15:08
Compare
Choose a tag to compare
  • refactor: do not update line number when it is less than zero 3a8a76e

v3.0.5...v3.0.6

Adding size property to the property

10 Mar 11:33
Compare
Choose a tag to compare
  • refactor: do not re-define filename and linenumber when wrapInsideFunction is false 5aa6fd2
  • feat(Buffer): add size property a080e51

v3.0.4...v3.0.5

Updating underlying dependencies

10 Mar 06:14
Compare
Choose a tag to compare

Accept filename during tokenize

09 Mar 11:48
Compare
Choose a tag to compare
  • feat: optionally accept filename inside tokenize metho 823a112
  • chore: update dependencies fe683a5

v3.0.2...v3.0.3

Removing indentation from buffer output

09 Mar 09:44
Compare
Choose a tag to compare
  • refactor(buffer): remove indentation from output 9277703

v3.0.1...v3.0.2

Adding support for wrapping buffer output and set filename and lineNumber on ctx

08 Mar 16:16
Compare
Choose a tag to compare
  • refactor: set filename and lineNumber on ctx d69d0b6
  • feat: add support for wrapping buffer output 6af4e7c

v3.0.0...v3.0.1