Geoffrey Booth
a80d74a672
1.12.1, includes #4393 and #4388 .
2016-12-06 21:15:04 -08:00
Geoffrey Booth
6d507b46d3
Bump version to 1.12.0; pass through as a variable to index.html
2016-11-30 20:48:06 -08:00
Geoffrey Booth
ac26360fdc
Replace Uglify.js with Google Closure Compiler, JS version; let NPM finally reformat package.json the way it likes ( #4376 )
2016-11-28 23:10:17 -08:00
Geoffrey Booth
a49c5c5150
Revert to http://coffeescript.org until GitHub pages supports HTTPS for custom domains ( #4363 )
2016-11-17 09:57:03 -08:00
Geoffrey Booth
a95d986055
coffeescript.org goes HTTPS!
2016-11-15 21:31:53 -08:00
Geoffrey Booth
6f09d36ec8
Update dev dependencies; update template rendering to use new Underscore syntax
2016-11-14 21:39:25 -08:00
Simon Lydell
8623792bcd
CoffeeScript 1.11.1
2016-10-01 20:58:53 +02:00
Simon Lydell
c3f5b8db86
Replace .npmignore with "files": [...] in package.json
2016-09-24 14:26:46 +02:00
Simon Lydell
66b5203689
CoffeeScript 1.11.0
2016-09-24 14:16:00 +02:00
Geoffrey Booth
a8b77fb4e7
Add modules documentation ( #4309 )
2016-09-18 20:54:44 +02:00
Simon Lydell
cea773ec81
CoffeeScript 1.10.0
2015-09-03 20:10:18 +02:00
Simon Lydell
b58772e8a7
CoffeeScript 1.9.3
2015-05-14 11:24:39 +02:00
Andreas Lubbe
3a2888f97a
bumped version to 1.9.2
2015-04-15 17:25:49 +02:00
Jeremy Ashkenas
533ad8afe9
CoffeeScript 1.9.1
2015-02-18 15:43:33 -05:00
Jeremy Ashkenas
dd0ec84ebe
redoc
2015-02-03 11:31:43 -05:00
Jeremy Ashkenas
e0ec8a51e4
CoffeeScript 1.9.0
2015-01-29 12:20:46 -05:00
Yad Smood
74fc7128ab
Decouple "mkdirp"
...
Make coffee completely independent.
2015-01-22 04:20:34 +08:00
Andreas Lubbe
75900660fd
Merge remote-tracking branch 'A/master'
2014-09-06 11:32:25 +02:00
Jeremy Ashkenas
81047d45ee
CoffeeScript 1.8.0
2014-08-26 12:24:29 -04:00
Benjamin Winkler
df2b79fa56
remove docco as dependency (still a devDependency)
...
also changed version requirement notation for from `n.n.x` to `~n.n.n` like the others
2014-06-06 04:33:19 +02:00
Jeremy Ashkenas
f0764096e9
now that github supports renames, coffeescript, not coffee-script
2014-05-08 15:07:42 -04:00
Matt Hickford
c2db81d892
Package with preferGlobal as appropriate for command-line application
...
Per https://www.npmjs.org/doc/json.html#preferGlobal
> If your package is primarily a command-line application that should be installed globally, then set this value to true to provide a warning if it is installed locally.
>
> It doesn't actually prevent users from installing it locally, but it does help prevent some confusion if it doesn't work as expected.
2014-03-15 00:44:38 +00:00
Michael Ficarra
eda4f0c55b
Merge remote-tracking branch 'origin/gh-pages'
2014-02-01 21:07:10 -06:00
Michael Ficarra
ed928928f6
use npm-installed docco rather than relying on globally installed docco
2014-02-01 21:06:21 -06:00
Michael Ficarra
5e31672793
Merge branch 'master' into gh-pages
2014-01-29 23:21:00 -06:00
Michael Ficarra
4ab8503e5a
CoffeeScript 1.7.1
2014-01-29 23:19:36 -06:00
Michael Ficarra
094a0cbe95
add docco as npm dependency so it doesn't have to be installed globally
2014-01-29 22:52:49 -06:00
Jeremy Ashkenas
a3ae0c5c75
CoffeeScript 1.7.0
2014-01-28 14:05:38 -05:00
xixixao
9e5ffaea69
Use actual _.template instead of custom one
2014-01-28 18:56:43 +00:00
xixixao
f42329ca0a
Use Node instead of Ruby for documentation
2014-01-28 03:17:12 +00:00
Andreas Lubbe
d712a6c0f4
npm run-script test-harmony executes generator tests
2013-11-29 20:59:22 -08:00
Jeremy Ashkenas
96e807c677
Improve license part of package.json ;)
2013-08-19 16:10:25 +02:00
FredyC
457cdfde26
Fixed deep directory creation for command line utility
2013-08-01 11:17:27 +02:00
Jeremy Ashkenas
84b8b5ccee
CoffeeScript 1.6.3
2013-06-02 09:37:45 +04:00
Jeremy Ashkenas
a3e8de338a
CoffeeScript 1.6.2
2013-03-18 13:06:33 +08:00
Demian Ferreiro
9787ce543d
Bump engines.node version on package.json to 0.8
2013-03-12 21:46:48 -03:00
Jeremy Ashkenas
eef83a9fcb
CoffeeScript 1.6.1
2013-03-05 11:07:16 +13:00
Jeremy Ashkenas
9f614fedec
CoffeeScript 1.6.0
2013-03-05 08:19:08 +13:00
Jeremy Ashkenas
af53c230a1
CoffeeScript 1.5.0
2013-02-25 21:12:22 +13:00
Jeremy Ashkenas
4bf2c6b2e9
Merge branch 'master' of github.com:jashkenas/coffee-script into literate
2013-01-05 11:34:48 -10:00
Jeremy Ashkenas
ba08a21d21
bumping version to 1.5.0-pre
2013-01-04 09:35:20 -10:00
Casey Foster
9e3d43193d
gh-2631 Update to uglifyjs's new API
2012-11-29 09:45:31 -08:00
Jeremy Ashkenas
158d37215a
CoffeeScript 1.4.0
2012-10-23 16:45:31 -04:00
Domenic Denicola
81c0964e48
Add test script to package.json.
...
Allows one to run the tests using `npm test`.
2012-07-08 22:55:43 -04:00
Jeremy Ashkenas
79492aab36
CoffeeScript 1.3.3
2012-05-15 12:35:40 -04:00
Michael Ficarra
5c8eef2ab5
package.json: changing license URL to new github raw URL format
2012-05-14 17:50:04 -04:00
Jeremy Ashkenas
7792a3a6e3
CoffeeScript 1.3.2
2012-05-14 14:45:20 -04:00
Michael Ficarra
e57a5de33e
added bugs to package.json
...
satyr/coco@d15ca300ca
2012-05-14 12:35:50 -04:00
Trevor Burnham
d58da49cee
Intermediate version bump to 1.3.2-pre
2012-04-23 13:34:04 -04:00
Jeremy Ashkenas
60c9b94656
CoffeeScript 1.3.1 (quick bugfix for compound assignment to a global variable
2012-04-10 17:26:23 -04:00