Skip to content

Latest commit

 

History

History
104 lines (63 loc) · 4.56 KB

CHANGELOG.md

File metadata and controls

104 lines (63 loc) · 4.56 KB

1.1.4 (2018-01-26)

Bug Fixes

  • memberexpression: parse nested memberexpression (5aee3ba), closes #21

1.1.3 (2017-11-27)

Bug Fixes

  • include: allow callExpression inside include (cbbe629)
  • ReDoS: Regular Expression Denial of Service (#7) (39777cc)

Features

  • edge: add edge.new method to newup isolated template (5db5710)
  • globals: add orderBy method (6ad7190)

1.1.2 (2017-10-29)

Bug Fixes

  • ast: trim whitespace in tag end (2ff8b36), closes #3
  • component: access globals and optionally share data (5bc9889), closes #2

Features

Reverts

  • component: remove option to share data with component (83c57e5)

1.1.1 (2017-10-08)

Features

1.1.0 (2017-09-23)

Features

  • tags: allow multiline tags (e7783f5)

1.0.2 (2017-08-08)

Bug Fixes

  • context: bind context to global functions (e0a2685)

Features

1.0.1 (2017-06-21)

Features

  • globals: add globals (7ddbb1e)
  • tags: export BaseTag to be extended by custom tags (cfdfd04)
  • template: edge.share now merges locals (7402af4)

1.0.0 (2017-03-30)

Bug Fixes

  • tags: allow nested each loops (47ebd9c)

Features

  • ast: add support for inline & block comments (cb06a6b)
  • ast: add support for self closing tags (016bf48)
  • cache: support for in-memory cache (7e7b61b)
  • component: add support for define presenter (7a90885)
  • context: add safe method to ignore escaping (dfb7d46)
  • each: add support for inlcude inside each (c876c2d)
  • each-tag: add isEven and isOdd to (9be4fbe)
  • edge: add support for cache (3e46c85)
  • expression: add support for conditional expression (6b6d1d2)
  • globals: add couple of globals (f1bf6e0)
  • if: add support for unary expression (15ea142)
  • layout: add support for @super keyword (8f79a9b)
  • layout: implement layouts (56ed7c9)
  • tag: add debugger tag (65ac9cd)
  • tag: add raw tag (9498e63)
  • tag: add unless tag (5c86bb0)
  • tags: implement yield tag (e1445d8)