Skip to content

Latest commit

 

History

History
48 lines (26 loc) · 948 Bytes

CHANGELOG.md

File metadata and controls

48 lines (26 loc) · 948 Bytes

Change Log

This project adheres to Semantic Versioning.

0.5.1 - 2019-10-29

Changed

  • Golfed down some bytes.
  • Added hyperstache/runtime-mini for Babel plugin.

0.5.0 - 2019-10-29

Added

  • Made most of Mustache spec pass #10

0.4.0 - 2019-10-25

Added

  • Added babel plugin #9

0.3.0 - 2019-10-22

Added

0.2.0 - 2019-10-21

Added

  • Implemented parsing of comments #6

0.1.0 - 2019-10-20

Added

  • Add built-in helpers (if, unless, each, with) with else chaining #7

0.0.1 - 2019-10-17

Added

  • First release