Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Latest commit

 

History

History
89 lines (65 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

89 lines (65 loc) · 1.46 KB

Release History

v2.0.0, 2019-07-16

  • change context hierarchy
  • move renderer to separate package

v1.4.1, 2019-05-06

  • update twig to 1.13.3
  • update devDependencies

v1.4.0, 2019-03-26

  • add namespaces support
  • update README
  • fix npm vulnerabilities

v1.3.2, 2019-02-07

  • update twig to 1.13.2
  • update README

v1.3.1, 2019-01-11

  • update package-lock.json to fix travis-ci

v1.3.0, 2019-01-11

  • update twig to 1.13.0
  • update extend to 3.0.2
  • update devDependencies

v1.2.0, 2018-07-03

  • update twig to 1.12.0

v1.1.0, 2018-06-06

  • add node 10 to travis.yml
  • update devDependencies
  • remove chalk

v1.0.1, 2018-05-23

  • update README.md
  • update twig to 1.11.1
  • update chalk to ^2.4.1

v1.0.0, 2018-04-11

  • drop node 4.x support
  • move to ES6
  • add promise based file render
  • update twig to 1.11.0
  • update chalk to ^2.4.0

v0.2.4, 2017-11-09

  • update chalk to 2.3.0

v0.2.3, 2017-10-05

  • move generic context extending out of the loop
  • update package-lock.json
  • add .gitattributes
  • add CHANGELOG.md
  • add sponsor to README.md

v0.2.2, 2017-09-12

  • update chalk to 2.1.0
  • clear package dir
  • fix console output style

v0.2.1, 2017-07-31

  • rename git repository
  • add try catch to render
  • add colorized log output

v0.2.0, 2017-07-31

  • fix context hierarchy

v0.1.1, 2017-07-21

  • edit README.md

v0.1.0, 2017-07-20

  • defined twig2html task