Phillip Alexander
ce14ad764a
Fix formatting issues in underscore.coffee documentation (generated html)
...
Use docco to regenerate documentation for underscore.coffee.
2013-08-20 09:57:52 -07:00
Jeremy Ashkenas
84b8b5ccee
CoffeeScript 1.6.3
2013-06-02 09:37:45 +04:00
Justin Li
afd9b44dea
Fix 'propeties' typo in docs
2013-05-08 15:57:46 -04:00
Nami-Doc
4ff7fef3bb
remove jsl config file and the doc line about it
2013-04-28 00:58:34 +02:00
Nami-Doc
4da00e8296
Fix docs : modify source file instead of built file
2013-04-27 20:55:37 +02:00
Jeremy Ashkenas
7f0610d0bd
better docs for source maps
2013-03-18 19:46:43 +08:00
Jeremy Ashkenas
194baa0bd7
better docs for source maps
2013-03-18 19:46:19 +08:00
Jeremy Ashkenas
c8b8beb500
slimming SourceMap slightly further
2013-03-18 19:36:34 +08:00
Jeremy Ashkenas
6786bab2ba
Big refactor of SourceMap class. Literate CoffeeScript. Purdy.
2013-03-18 19:23:05 +08:00
Jeremy Ashkenas
a3e8de338a
CoffeeScript 1.6.2
2013-03-18 13:06:33 +08:00
Jeremy Ashkenas
fd0b1ffc4d
Fixes #2478 -- mention js2coffee in docs
2013-03-17 19:34:00 +08:00
Jeremy Ashkenas
69f6500ba9
rebuilt source code documentation with new version of Docco.
2013-03-11 11:37:22 +08:00
Demian Ferreiro
f0fcf4aee0
Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages
...
Conflicts:
lib/coffee-script/coffee-script.js
lib/coffee-script/command.js
lib/coffee-script/helpers.js
lib/coffee-script/lexer.js
lib/coffee-script/nodes.js
lib/coffee-script/repl.js
src/coffee-script.coffee
src/command.coffee
src/helpers.coffee
src/lexer.coffee
src/nodes.coffee
test/helpers.coffee
2013-03-10 20:29:36 -03:00
Jakob Krigovsky
af0bdae675
Fix typo in documentation
2013-03-10 19:09:03 +01:00
Jeremy Ashkenas
0d45287057
Fixes #2808 . Remove --require flag.
2013-03-10 17:17:04 +08:00
Demian Ferreiro
342a796cc0
Remove column number from online editor error box
2013-03-05 05:16:29 -03:00
Jeremy Ashkenas
304432c197
Merge pull request #2417 from gabehollombe/doc_for_switch_with_no_control_expression
...
Documentation for switch statements with no control expression
2013-03-04 22:27:38 -08:00
Demian Ferreiro
5da7f6a488
Get rid of CompilationError and instead have a couple of functions on helpers.coffee
2013-03-05 01:13:46 -03:00
Demian Ferreiro
b400047045
Merge branch 'master' of git://github.com/jashkenas/coffee-script into improved-error-messages
...
Conflicts:
Cakefile
lib/coffee-script/coffee-script.js
lib/coffee-script/command.js
lib/coffee-script/nodes.js
lib/coffee-script/repl.js
src/coffee-script.coffee
src/helpers.coffee
src/nodes.coffee
src/repl.coffee
2013-03-04 23:42:47 -03:00
Jeremy Ashkenas
eef83a9fcb
CoffeeScript 1.6.1
2013-03-05 11:07:16 +13:00
Jeremy Ashkenas
b4c12f6746
Fixing lingering brain fart. Inexcusable.
2013-03-05 09:23:50 +13:00
Jeremy Ashkenas
9f614fedec
CoffeeScript 1.6.0
2013-03-05 08:19:08 +13:00
Demian Ferreiro
3127e76f4b
Integrate error messages on the site editor
...
Nothing really fancy here; mostly preserves the old format. Maybe if we had a more full-fledged test editor we could show the errors in-line =D
Also, i couldn't get the `rake doc` task running properly, so i mostly test this editing the index.html directly (ups!).
2013-03-04 13:00:25 -03:00
Jeremy Ashkenas
c39723c053
expanding literate explanation
2013-02-25 22:29:42 +13:00
Jeremy Ashkenas
d2f400944d
Adding a negative array loop example to the docs
2013-02-25 22:27:06 +13:00
Jeremy Ashkenas
673125e64a
Merge branch 'master' into gh-pages
2013-02-25 21:23:24 +13:00
Jeremy Ashkenas
e1592890cb
Retina-ifying the CoffeeScript logo
2013-02-25 21:23:08 +13:00
Jeremy Ashkenas
f1b5f81eaf
merged
2013-02-25 21:13:39 +13:00
Jeremy Ashkenas
af53c230a1
CoffeeScript 1.5.0
2013-02-25 21:12:22 +13:00
Jeremy Ashkenas
5c3acfefeb
Removing Riak JS
2013-02-25 17:36:56 +13:00
Jeremy Ashkenas
1aa57bf24f
moving book link to the proper place to be rebuilt
2013-02-13 10:35:21 +13:00
Reg Braithwaite
46ecfd3c1a
CLoses #2700
...
Signed-off-by: Reg Braithwaite <reg@braythwayt.com >
2013-02-13 10:33:11 +13:00
Jeremy Ashkenas
39a05b7e4f
Merge branch 'master' into gh-pages
2013-01-28 20:06:25 +10:00
Jeremy Ashkenas
e7f72c9555
Adding new coffeescript book per request
2013-01-28 20:06:07 +10:00
Jeremy Ashkenas
2c20ac6aa9
Fixes #2622 -- better document how --nodejs flag works
2013-01-05 18:18:08 -10:00
Jeremy Ashkenas
158d37215a
CoffeeScript 1.4.0
2012-10-23 16:45:31 -04:00
Gabe Hollombe
334dcbd162
Updated example using @epidemian's suggestion
2012-10-16 16:41:14 +11:00
Jeremy Ashkenas
d8905e2f87
Fixes #2577 -- better instructions for installing master
2012-10-08 10:08:23 -04:00
Gabe Hollombe
7065538224
add documentation for using switch without a control expression
2012-07-04 11:57:20 +07:00
Gabe Hollombe
7fdd21b26d
Add example of destructuring assignment in class constructors for options
2012-06-10 11:19:54 +07: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
fdcd99dfef
adding a rel=canonical
2012-05-10 17:42:27 -04:00
Jeremy Ashkenas
c1309e12f7
Fixes #2209 -- document heredocs as 'block strings'
2012-04-25 14:37:05 -04:00
Jeremy Ashkenas
c06487c13b
Merge branch 'master' of github.com:jashkenas/coffee-script
2012-04-24 12:12:12 -04:00
Jeremy Ashkenas
7a80661ad5
adding a link to the high-rez logo
2012-04-24 12:12:09 -04:00
josher19
ea60dfa44d
See issue #2620
2012-04-13 12:54:36 +08: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
1b3af684cb
Merge pull request #2070 from clutchski/slice-docs
...
Documenting default slice indexes.
2012-04-10 07:56:44 -07:00