- Better error handling when requiring a file that has syntax errors - Fixed stringify of '{}' giving '{{}}' which is invalid - Closes [issue 21](https://github.com/bevry/cson/issues/21)
- Dropped require extensions following [CoffeeScript's lead](https://github.com/jashkenas/coffee-script/issues/2441) - If you still want them, add them to your application manually - Updated dependencies - coffee-script 1.3.x to 1.4.x