coffeescript (1.10.0~dfsg-1~bpo8+1) jessie-backports; urgency=medium * Rebuild for jessie-backports. -- Andreas Tille Tue, 07 Mar 2017 22:16:05 +0100 coffeescript (1.10.0~dfsg-1) unstable; urgency=medium [ upstream ] * New release. + CoffeeScript now supports ES6-style destructuring defaults. + (offsetHeight: height) -> no longer compiles. That syntax was accidental and partly broken. Use ({offsetHeight: height}) -> instead. Object destructuring always requires braces. + Fix bug where the REPL would sometimes report valid code as invalid, based on what you had typed earlier. + Fix problem with multiple JS contexts in the jest test framework. + Fix error in io.js where strict mode is set on internal modules. + Fix variable name clash for the caught error in catch blocks. [ Jonas Smedegaard ] * Update copyright info: + Fix double comment field. + Drop superfluous GPL disclaimer. * Bump debhelper compatibility level to 9. * Add lintian override regarding debhelper 9. * Modernize git-buildpackage config: Avoid git- prefix. * Add lintian override regarding missing source. -- Jonas Smedegaard Tue, 01 Mar 2016 01:14:08 +0100 coffeescript (1.9.3~dfsg-1) unstable; urgency=medium [ upstream ] * New release. + Bugfix for interpolation in the first key of an object literal in an implicit call. + Fix broken error messages in the REPL, as well as a few minor bugs with the REPL. + Fix source mappings for tokens at the beginning of lines when compiling with the --bare option. This has the nice side effect of generating smaller source maps. + Slight formatting improvement of compiled block comments. + Better error messages for on, off, yes and no. [ Jonas Smedegaard ] * Update copyright info: + Use License-Grant and License-Reference fields. Thanks to Ben Finney. * Add lintian override regarding license in License-Reference field. See bug#786450. * Update package relations: + Relax to (build-)depend unversioned on nodejs: Needed version satisfied even in oldstable. -- Jonas Smedegaard Thu, 28 May 2015 20:04:18 +0200 coffeescript (1.9.2~dfsg-1) unstable; urgency=medium [ upstream ] * New release. + Fixed a watch mode error introduced in 1.9.1 when compiling multiple files with the same filename. + Bugfix for yield around expressions containing this. + Added a Ruby-style -r option to the REPL, which allows requiring a module before execution with --eval or --interactive. + In