balena-temen 0.0.16

Templating engine for (not just) JSON
Documentation
# Change Log

All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

# v0.0.16
## (2018-11-26)

* Rename eval to evaluate [Robert Vojta]
* Loosen up requirements for the node package in examples [Cyryl Płotnicki]
* Use `helper::eval` as the function to be exported to WASM [Cyryl Płotnicki]
* Basic wasm support [Cyryl Płotnicki]

# v0.0.15
## (2018-11-21)

* Reformat with new rustfmt [Cyryl Płotnicki]
* Optimize CI scripts [Cyryl Płotnicki]

# v0.0.14
## (2018-11-19)

* Add docs links to README.md [Robert Vojta]
* Add expression language docs [Robert Vojta]
* Update README [Robert Vojta]

# v0.0.13
## (2018-11-19)

* Add eval & eval_with_engine helper functions [Robert Vojta]
* Move engine related structs to engine module [Robert Vojta]

# v0.0.12
## (2018-11-16)

* Add canonicalize to Identifier [Robert Vojta]

# v0.0.11
## (2018-11-16)

* Simplify identifier values [Robert Vojta]

# v0.0.10
## (2018-11-16)

* Replace error-chain [Robert Vojta]

# v0.0.9
## (2018-11-14)

* Internal optimisation [Robert Vojta]

# v0.0.8
## (2018-11-14)

* Add crate documentation [Robert Vojta]

# v0.0.7
## (2018-11-08)

* Refactoring of tests [Robert Vojta]

## v0.0.6 - 2018-11-08

* Add context aware evaluation (this, super) [Robert Vojta]

## v0.0.5 - 2018-11-06

* Add slugify filter [Robert Vojta]
* Add trim filter [Robert Vojta]
* Add time, date, datetime filters [Robert Vojta]
* Add now() function [Robert Vojta]

## v0.0.4 - 2018-11-05

* Add dotted integer index [Robert Vojta]

## v0.0.3 - 2018-11-05

* Allow to register custom function / filter [Robert Vojta]

## v0.0.2 - 2018-11-05

* Change type only [Robert Vojta]
* Update email address [Robert Vojta]