Skip to content

Releases: jessedoyle/coffee-script-source

2.0.0

22 Jun 00:07
c7d9c6f
Compare
Choose a tag to compare
  • 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

15 Oct 22:32
Compare
Choose a tag to compare
  • 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

16 Oct 16:58
Compare
Choose a tag to compare

CoffeeScript version 1.11.1

1.10.0

04 Jan 06:55
Compare
Choose a tag to compare
v1.10.0

initial commit