Skip to content

Latest commit

 

History

History
203 lines (77 loc) · 7.34 KB

changelog.md

File metadata and controls

203 lines (77 loc) · 7.34 KB

1.11.4 (2024-07-25)

1.11.3 (2023-11-13)

1.11.2 (2023-10-17)

Bug Fixes

  • inline expression ignore regex (aa83033)
  • use first char of unescapedDelimiters (48337fc)

1.11.1 (2023-06-03)

1.11.0 (2022-12-20)

1.10.0 (2022-09-26)

Features

  • allow global script locals (a5678f5)

1.9.0 (2021-08-23)

Features

Performance Improvements

1.8.1 (2021-08-10)

Bug Fixes

  • tree.match is not a function (bee5368)

1.8.0 (2021-08-09)

Bug Fixes

  • after update parser/render (e0bafbe)
  • lost posthtml-match-helper (350c3fd)

Features

1.7.1 (2020-12-02)

Bug Fixes

1.7.0 (2020-11-24)

1.6.2 (2020-11-12)

Bug Fixes

1.6.1 (2020-11-09)

Bug Fixes

  • check if key exists in locals as text, close #102 (1d7596a)

1.6.0 (2020-10-30)

Features

  • strictMode show or not throw an exception, close #102 (dbb32c9)

1.5.0 (2020-09-21)

Features

1.4.7 (2020-08-28)

Bug Fixes

  • options for parser when nnormalize, close #97 (99c0281)

1.4.6 (2020-08-23)

Bug Fixes

  • remove node text after condition, close #62 (2cefe7d)

1.4.5 (2020-07-07)

Bug Fixes

1.4.4 (2020-06-30)

Bug Fixes

  • escape custom delimiters when ignoring expressions (53c901e)

1.4.3 (2020-06-25)

Bug Fixes

  • clear raw tag after expression, close #82 (2aaef58)

1.1.0 (2016-12-14)

Bug Fixes

Features

  • index: add switch statement (88058d1)

1.0.0 (2016-11-19)

Bug Fixes

  • patch to fix expressions in else/elseif blocks (f50c36f)
  • index: Fix issue with conditional in loops (58b1f50)
  • index: remove console.log, fix comment (c5b7887)
  • lib: add missing 'use strict' statement (4078c90)
  • placeholders: Fix typo in "matches" (e0d38bd)

Features

Performance Improvements

  • index: Create a copy only for specified keys (5239bc0)
  • index: Make a copy of the tree only once (ba9d706)
  • index: Optimize scoped locals for scope tag (1046bc4)