Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@jessedoyle jessedoyle released this 22 Jun 00:07
c7d9c6f
  • 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.