build-function
Version:
The way to describe and build simple functions using JSON
30 lines (20 loc) • 546 B
Markdown
# build-function changelog
## 0.1.0
***10-SEP-2019***
* dependencies updated
* fixed: broken links on README
* implemented `try` statement
## 0.0.2
***29-AUG-2019***
* added badges
* improved documentation
* `typeof` transform operation is safe to get not-in-scope variables
* better error checking
* dependencies updated
* deprecated `declare` statement in favor of newly added `let` statement
* implemented cache
* `literal` and `get` expresions cache.
* using environment instead of scope
## 0.0.1
***23-AUG-2019***
* initial release