- [74f3b42](https://github.com/craigahobbs/bare-script/commit/74f3b42) - library - update indexOf functions to return -1 on non-array/string
2.2.1
- [8d36cac](https://github.com/craigahobbs/bare-script/commit/8d36cac) - fix library objectGet for non-objects with default
2.2.0
- [cd2098f](https://github.com/craigahobbs/bare-script/commit/cd2098f) - function statements now require colon
- [b1cfaf5](https://github.com/craigahobbs/bare-script/commit/b1cfaf5) - add data functions \(moved from markdown-up\)
2.1.1
- [d878111](https://github.com/craigahobbs/bare-script/commit/d878111) - add function last-arg-array syntax \(e.g. "function foo\(args...\)"\) - allow colon at end of function definition
2.1.0
- [222cc07](https://github.com/craigahobbs/bare-script/commit/222cc07) - add the bare CLI