SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for coffee-script-1.9.3-1.3.noarch.rpm :
Mon Aug 3 14:00:00 2015 iAATTmarguerite.su
- update version 1.9.3
- rename to coffee-script
- drop patch: coffeescript-dep-path.patch

Mon Feb 16 13:00:00 2015 darinAATTdarins.net
- Add provides for coffee-script and nodejs-coffee-script

Sun Jan 25 13:00:00 2015 marecAATTdetebe.org
- mkdirp dependency changed

Wed Sep 17 14:00:00 2014 iAATTmarguerite.su
- update version 1.8.0

* The --join option of the CLI is now deprecated.

* Source maps now use .js.map as file extension,
instead of just .map.

* The CLI now exits with the exit code 1 when it
fails to write a file to disk.

* The compiler no longer crashes on unterminated,
single-quoted strings.

* Fixed location data for string interpolations,
which made source maps out of sync.

* The error marker in error messages is now correctly
positioned if the code is indented with tabs.

* Fixed a slight formatting error in CoffeeScript’s
source map-patched stack traces.

* The %% operator now coerces its right operand
only once.

* It is now possible to require CoffeeScript files
from Cakefiles without having to register the
compiler first.

* The CoffeeScript REPL is now exported and can be
required using require \'coffee-script/repl\'.

* Fixes for the REPL in Node 0.11.

Fri May 2 14:00:00 2014 iAATTmarguerite.su
- update version 1.7.1

* Fixed a typo that broke node module lookup when running a script
directly with the coffee binary.
- add patch: coffeescript-dep-path.patch

* change local requirements to global
- add macros.coffeescript to easy cake build/install

Thu May 23 14:00:00 2013 hillwoodAATTlinuxfans.org
- update to 1.6.2
see more at http://coffeescript.org/

Fri Oct 26 14:00:00 2012 douglarekAATToutlook.com
- update to 1.4.0

* 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.

Fri Jun 15 14:00:00 2012 dvaleevAATTsuse.com
- update to 1.3.3
Due to the new semantics of JavaScript\'s strict mode, CoffeeScript no
longer guarantees that constructor functions have names in all runtimes.
https://github.com/jashkenas/coffee-script/issues/2052 for discussion.
Inside of a nested function inside of an instance method, it\'s now possible
to call \'super\' more reliably (walks recursively up).
Named loop variables no longer have different scoping heuristics than
other local variables. (Reverts #643)
Fix for splats nested within the LHS of destructuring assignment.
Corrections to our compile time strict mode forbidding of octal literals.

Mon Oct 31 13:00:00 2011 fcastelliAATTsuse.com
- Fix installation path.

Tue Oct 4 14:00:00 2011 fcastelliAATTsuse.com
- Fix unit tests broken by the unstable version of node

Tue Oct 4 14:00:00 2011 fcastelliAATTsuse.com
- Fix build on x86_64

Thu Sep 22 14:00:00 2011 fcastelliAATTsuse.com
- update to 1.1.2
- install package contents under /usr/lib/node_modules (like npm does)

Thu Aug 4 14:00:00 2011 fcastelliAATTnovell.com
- Fix typo inside of Require section

Tue Jul 26 14:00:00 2011 fcastelliAATTnovell.com
- fix build on SLE
- ensure symbolic link do not link to buildroot

Mon Jul 25 14:00:00 2011 fcastelliAATTnovell.com
- Package 1.1.1


 
ICM