Back to Coffeescript

1.4.0

documentation/sections/changelog/1.4.0.md

2.7.0416 B
Original Source
releaseHeader('2012-10-23', '1.4.0', '1.3.3')
  • The CoffeeScript compiler now strips Microsoft’s UTF-8 BOM if it exists, allowing you to compile BOM-borked source files.
  • Fix Node/compiler deprecation warnings by removing registerExtension, and moving from path.exists to fs.exists.
  • Small tweaks to splat compilation, backticks, slicing, and the error for duplicate keys in object literals.