Skip to content

Latest commit

 

History

History
144 lines (77 loc) · 4.86 KB

CHANGELOG.md

File metadata and controls

144 lines (77 loc) · 4.86 KB

2.0.3 (2018-11-09)

2.0.2 (2018-11-09)

Bug Fixes

  • parser: report correct column number (98b06b5)

2.0.1 (2018-11-09)

Bug Fixes

  • parser: report correct column number (98b06b5)

2.0.0 (2018-11-05)

1.0.16 (2018-07-12)

Features

  • parser: expose parseTokens method and make options public (3a30ff4)

1.0.15 (2018-07-10)

Bug Fixes

  • parser: patch loc for all the tokens of acorn (1c4c24e)

1.0.14 (2018-07-10)

1.0.13 (2018-07-09)

Features

  • parser: expose generateTokens method to generate lexer tokens (9c5073f)

1.0.12 (2018-07-09)

1.0.11 (2018-07-07)

1.0.10 (2018-07-07)

Features

  • buffer: add support for wrapping statements (5242f7d)

1.0.9 (2018-07-05)

Bug Fixes

  • objectexpression: turn off shorthand objects (c43444f)

Features

  • AssignmentExpression: add support (c920387)

1.0.8 (2018-07-04)

1.0.7 (2018-07-04)

Code Refactoring

  • parser: patch the loc node of ast in place (4314ded)

BREAKING CHANGES

  • parser: removed patchNodeLine

1.0.5 (2018-07-02)

Features

  • buffer: add support to return unwrapped lines (da27c99)
  • parser: add support for unwrapped templates (853ba21)

1.0.3 (2018-07-01)

Bug Fixes

  • newline: use os.EOL convert \n to new lines (4fa76a9)

1.0.2 (2018-06-01)

Bug Fixes

  • buffer: escape quotes inside raw strings (cd659d0)

1.0.1 (2018-06-01)

1.0.0 (2018-05-31)

Bug Fixes

  • buffer: append new line with writeLine statement (d4852f5)
  • parser: export must use es6 export syntax (b6a1e61)
  • parser: wrap mustache nodes inside escape call (432cfed)

Features

  • cover all allowed expression (5a415d8)
  • initial commit (971bbd9)
  • buffer: add writeStatement method (be705fd)
  • buffer: expose edge buffer interface (b01d34b)
  • errors: patch lineno in errors (ca7e93f)
  • parser: handle block tokens too (08a4ded)
  • parser: parse eacaped and safe mustache tokens (2dafb5e)