You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.4.3. Improvement. Bugfix.
- v1.4.3 August 30, 2013
- Better error handling when requiring a file that has syntax errors
- Fixed stringify of '{}' giving '{{}}' which is invalid
- Closes [issue bevry#21](bevry#21)
v1.4.0. Change.
- v1.4.0 October 25, 2012
- Updated CoffeeScript from v1.3.x to v1.4.x
- Dropped require extensions following [CoffeeScript's
lead](jashkenas/coffeescript#2441)
- If you still want them, add them to your application manually
v1.3.0. Improvement.
- v1.2.4 September 1, 2012
- You can now use `require` to require CSON files
- Thanks to [Linus G Thiel](https://github.com/linus) for [pull
request bevry#16](bevry#16)
- Drops node v0.4 support, min supported version now v0.6