Releases: jessedoyle/coffee-script-source
Releases · jessedoyle/coffee-script-source
2.0.0
- breaking change - require a Crystal version of
>= 0.35.1
to allow for Crystal 1.X compatibility. - Update the coffeescript compiler to the latest 1.X release of
1.12.8
(sorry, no 2.X support). - Add a
CoffeeScript::Source.bundled_version
static method that can be used to detect the bundled source version of the CS compiler.
NOTE: we've changed how this shard is versioned - it's still a semantic versioning scheme, but we no longer directly replicate the bundled coffeescript compiler version.
Instead, use the CoffeeScript::Source.bundled_version
method to check the compiler version.
1.12.6
- Update coffee-script.js to version
1.12.6
. - Fix build scripts to match new path for
coffee-script browser compiled output. - Fix a typo in README.
1.11.1
CoffeeScript version 1.11.1
1.10.0
v1.10.0 initial commit