Skip to content

Latest commit

 

History

History
173 lines (113 loc) · 11 KB

changelog.md

File metadata and controls

173 lines (113 loc) · 11 KB

0.6.5 (2022-12-14)

  • build: fix dev expression, close #52 (8d9ea9e), closes #52
  • build: update dep dev (e4bc6dd)

0.6.4 (2022-12-14)

  • 0.6.4 (82c2230)
  • fix: copy options.expressions into new object to not pollute locals (b5a6dfe)
  • test: add test for options.expressions.locals pollution (de0be4a)

0.6.3 (2022-05-26)

  • 0.6.3 (ccf454a)
  • build: update dep dev (9c71846)
  • ci: drop support node less 14 (ea4fd97)
  • feat: support for multiple blocks declaration in layout (5101693)
  • test: add test for layout with multiple blocks (75ba49b)

0.6.2 (2021-12-07)

  • 0.6.2 (7758092)
  • following feedback and improving code (2a4ea5c)
  • fix: locals in inherited layout (4f33548)
  • build(deps): bump handlebars from 4.7.6 to 4.7.7 (d389748)
  • build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (681eee3)
  • build(deps): bump ini from 1.3.5 to 1.3.8 (583e6bc)
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 (46d2bfc)
  • build(deps): bump y18n from 4.0.0 to 4.0.3 (bead193)

0.6.1 (2021-11-17)

  • 0.6.1 (e273918)
  • fix: after update dep dev (efe15d7)
  • fix: change name of variable from data to locals (26f260c)
  • fix: refactor merging of locals (bbc8856)
  • fix: wrap merging of locals in try catch (e78cc33)
  • build: update dep dev (91166c1)
  • build(deps): bump lodash from 4.17.20 to 4.17.21 (f6bad74)
  • feat: pass data to layout (bc6ca77)

0.6.0 (2020-11-24)

  • 0.6.0 (24fce9c)
  • Update funding.yml (6c144ca)
  • build(deps): bump posthtml from 0.13.4 to 0.15.0 (97bd03e)
  • build(deps): bump posthtml-parser from 0.5.2 to 0.6.0 (83a9994)

0.5.2 (2020-11-13)

0.5.1 (2020-10-28)

  • 0.5.1 (927ebd2)
  • build(deps): bump posthtml from 0.13.2 to 0.13.4 (8556659)
  • build(deps): bump posthtml-parser from 0.4.2 to 0.5.1 (dbb9272)

0.5.0 (2020-08-19)

0.4.0 (2020-08-12)

  • 0.4.0 (55ccf0d)
  • docs: add configurable slot/fill tag name (7790f2d)
  • feat: slot/fill tag name, close #22 (2669bcd), closes #22
  • test: for feat slot/fill, issue #22 (6f894b8), closes #22
  • ci: drop support old node (2e342a5)

0.3.0 (2020-08-12)

0.2.0 (2017-12-14)

  • Add the changelog #4 (068ddfa), closes #4
  • Bump to 0.2.0 (7d5cece)
  • Change the title in the README (f5e8dec)
  • Check for global variable leaks (db31ff7)
  • Update repository links (353d814), closes #7
  • build(): Fix lint errors (e1bbbe1)
  • build(): return linting (a294065)
  • chore(): update depDev (dcdf0bf)
  • chore(): update dependencies (6a70a9e)
  • docs(changelog): add description for plugins option (2e520bc)
  • docs(changelog): Fix typo (2b5eaaa)
  • docs(readme): add description for plugin option (5ae4090)
  • docs(readme): Improve "Plugins" section (161106b)
  • ci(travis): drop support 0.12 (b494e4f)
  • test(extend): for call plugins after extend (b1ad5fb)
  • feat(extend.es6): add call plugins after extend (3328201)

0.1.2 (2016-01-09)

  • Bump to 0.1.2 (3943cd5)
  • Fix error with empty blocks #3 (80867ea), closes #3
  • Highlight HTML in the README (73013d0)
  • Improve README #2 (ec7a887), closes #2
  • Move posthtml to dependencies and update to ^0.8.1 (d2ff461)
  • Refactor (3458c2d)

0.1.1 (2016-01-03)

  • Allow to append content #1 (b162108), closes #1
  • Allow to prepend content #1 (1473640), closes #1
  • Bump to 0.1.1 (6a24351)
  • Refactor (2b578ab)
  • Write about append and prepend in the README (a1f0b8b)

0.1.0 (2015-12-26)