Simon Lydell
8623792bcd
CoffeeScript 1.11.1
2016-10-01 20:58:53 +02:00
Simon Lydell
66b5203689
CoffeeScript 1.11.0
2016-09-24 14:16:00 +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
edbb9a77e7
build & docs for 1.9.2
2015-04-15 17:26:30 +02:00
Jeremy Ashkenas
533ad8afe9
CoffeeScript 1.9.1
2015-02-18 15:43:33 -05:00
Jeremy Ashkenas
e0ec8a51e4
CoffeeScript 1.9.0
2015-01-29 12:20:46 -05:00
Jeremy Ashkenas
81047d45ee
CoffeeScript 1.8.0
2014-08-26 12:24:29 -04:00
Michael Ficarra
6b0ee127da
recompile documentation with 1.7.1
2014-01-29 23:21:44 -06:00
xixixao
41c4c822ba
Recompile documentation js files with 1.7.0 version
2014-01-28 03:33:03 +00: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
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
158d37215a
CoffeeScript 1.4.0
2012-10-23 16:45:31 -04:00
Jeremy Ashkenas
79492aab36
CoffeeScript 1.3.3
2012-05-15 12:35:40 -04:00
Jeremy Ashkenas
7792a3a6e3
CoffeeScript 1.3.2
2012-05-14 14:45:20 -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
Jeremy Ashkenas
ed8d94f69c
CoffeeScript 1.3.0
2012-04-10 14:57:45 -04:00
Jeremy Ashkenas
cda95afd3e
tweaking documentation
2011-12-18 13:41:33 -05:00
Jo Liss
57e109ff11
Use "index" for index variable in for loop
...
This confused me every time I Ctrl+F'ed the home page for "index" and only got
this cryptic statement:
"Comprehensions replace (and compile into) for loops, with optional guard clauses
and the value of the current array index."
Now I can see how the index is used in the code.
2011-11-23 16:25:21 +01:00
Jeremy Ashkenas
65b3bf0d4c
merging in the try coffeescript linking patch from Jeremy Banks, and regen-ing source. The newline patch makes a *huge* difference on the documentation page.
2011-09-20 22:42:19 -05:00
Jeremy Ashkenas
06647bdd0a
Adding warning about accidentally-comprehended-functions. Issue #896 .
2010-12-05 15:29:28 -05:00
Jeremy Ashkenas
1778177195
continuing to document the homepage for 0.9.5 ... removing an optimization for local variables within loops.
2010-11-21 19:53:31 -05:00
Jeremy Ashkenas
28d5db3bca
preparing documentation for 0.9.5
2010-11-21 12:38:27 -05:00
Jeremy Ashkenas
0e5dd3d557
First draft of recompiling examples for 0.9.9
2010-10-24 21:50:34 -04:00
Jeremy Ashkenas
35b6a70724
going back to the Closure Compiler.
2010-10-19 21:59:13 -04:00
Jeremy Ashkenas
69d2048ccc
Re-enabling garbage collection of tempvars, only at function boundaries.
2010-10-06 21:19:05 -04:00
Jeremy Ashkenas
d4dac214ab
optimizing comprehensions source references
2010-10-06 21:13:11 -04:00
Jeremy Ashkenas
c50cf23b7b
CoffeeScript 0.9.4
2010-09-21 23:58:05 -04:00
Jeremy Ashkenas
980a663c19
ported and regenerated examples.
2010-07-29 00:51:35 -04:00
Jeremy Ashkenas
1f7af35368
getting ready for a 0.7.0. cleanups and doc revisions, not quite there yet.
2010-06-28 00:19:58 -04:00
Jeremy Ashkenas
ea982a627e
adding coffee-haml-filter to the docs
2010-04-11 17:57:29 -04:00
Jeremy Ashkenas
c067808b54
CoffeeScript 0.6.0 is on the books.
2010-04-03 20:43:50 -04:00
Jeremy Ashkenas
d2d5f649d3
caching the length property lookup for vanilla array comprehensions and rebuilding docs
2010-02-25 23:39:14 -05:00
Jeremy Ashkenas
b26e577244
adding documentation for --stdio
2010-02-24 18:27:10 -05:00
Jeremy Ashkenas
bd61131f5c
regenerating documentation
2010-02-21 11:45:03 -05:00
Jeremy Ashkenas
2875de5e73
changed the docs for optional parens
2010-01-25 00:14:00 -05:00
Jeremy Ashkenas
e77e520607
CoffeeScript 0.2.5 is on the books
2010-01-13 23:24:45 -05:00
Jeremy Ashkenas
2f63439bff
swapping around the order of variable declaration in array comprehensions, so that it comes out in the proper order: __a, __b, __c
2010-01-11 09:16:08 -05:00
Jeremy Ashkenas
902febb43a
big commit -- adding back object comprehensions, using 'ino', versus 'in' for array comprehensions, fixing bug with dollar signs in identifiers
2010-01-10 15:52:23 -05:00
Jeremy Ashkenas
13fc8aea04
removing object comprehensions from CoffeeScript, they were necessitating the generation of too much ugly JS
2010-01-10 14:45:44 -05:00
Jeremy Ashkenas
6e63a18f86
first pass at 0.2.0 docs
2010-01-04 22:19:45 -05:00
Jeremy Ashkenas
3e24cef69f
minor doc updates -- let's try pulling in the underscore test suite
2010-01-04 19:15:24 -05:00
Jeremy Ashkenas
7eff8786bc
todo
2010-01-02 01:00:03 -05:00
Jeremy Ashkenas
f299972713
expressions nested in expressions made for some indentation issues -- statements are now responsible for their own leading indentation
2009-12-31 16:50:46 -05:00
Jeremy Ashkenas
983dac84a2
docs for range comprehensiosn
2009-12-26 20:46:31 -08:00
Jeremy Ashkenas
3c67d54bbe
changed bin/coffee-script to bin/coffee
2009-12-26 08:57:13 -08:00
Jeremy Ashkenas
834442148b
docs for assignment-as-expression
2009-12-25 23:17:34 -08:00