- more awesome stuff? - maybe ...
- Fix dependency break: underscore.string
- Fix dependency break: Commander needs a specific older version
- Fixes for Node v0.10.x
- make {coffee-script, JSONSelect, msgpack} 'optional' dependencies, so install doesn't break if they fail (eg win32 msgpack)
- bugfix: 'console' was not being exposed to all user expressions
- bugfix: newer versions of commander.js would fail to correctly print help menu
- Feature: MessagePack input/output support
- Perf: reduce init time further to 85 ms
- bugfix: extraneous logging was breaking coffeescript chaining
- bugfix: require should work inside expressions. and should respect process.cwd
- Perf: reduce total init time from 153 ms to 93 ms
- add the --trace CLI param
- add the --color CLI param
- ground-up rewrite of Formatter code for optimal "strict + pretty + semi-dense" JSON output
- autodetect CoffeeScript expressions
- allow use of semicolons in expressions
- packaging bugfixes
- better documentation
- CoffeeScript support
- Compile templates as first-class Node modules (gives us error messages with accuate line numbers)
- Expressions autoreturn the last value