# Change Log

This project adheres to [Semantic Versioning](http://semver.org/).

## 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](https://github.com/luwes/hyperstache/pull/10)

## 0.4.0 - 2019-10-25

### Added

- Added babel plugin [#9](https://github.com/luwes/hyperstache/pull/9)

## 0.3.0 - 2019-10-22

### Added

- Added hash params [#8](https://github.com/luwes/hyperstache/pull/8)
- Added mini version without built-in helpers
  https://unpkg.com/hyperstache@0.3.0/dist/mini.js

## 0.2.0 - 2019-10-21

### Added

- Implemented parsing of comments [#6](https://github.com/luwes/hyperstache/pull/6)

## 0.1.0 - 2019-10-20

### Added

- Add built-in helpers (if, unless, each, with) with else chaining [#7](https://github.com/luwes/hyperstache/pull/7)

## 0.0.1 - 2019-10-17

### Added

- First release
