ELLIOTTCABLE
7e01672479
Fix “list of open-source CoffeeScript on GitHub”
...
Link's been broken with the recent GitHub re-arrangement. This is the closest thing I could find to what that link used to lead to.
2014-05-24 01:22:27 -05:00
Jeremy Ashkenas
f0764096e9
now that github supports renames, coffeescript, not coffee-script
2014-05-08 15:07:42 -04:00
Michael Ficarra
e02c8abb1a
Merge pull request #3425 from charlierudolph/compile_errors
...
Display compile errors - rebase from @jeremybanks
2014-03-18 08:11:29 -05:00
Jeremy Banks
6114751d21
Display compile errors - rebase from @jeremybanks
2014-03-17 17:09:05 -07:00
charlierudolph
15b64addbf
Fix errors on index
...
Extra quotations resulted in subtracting two strings and then a
javascript syntax error
2014-03-17 16:15:31 -07:00
Fabrice Colas
9c15b13a96
fix spell mistake on index.html.js
2014-03-15 14:23:46 -07:00
David Chambers
c9e87f3044
changelog: use time elements for release dates
2014-02-18 08:49:46 -08:00
David Chambers
81e2253a55
changelog: replace inline CSS
2014-02-17 21:45:49 -08:00
David Chambers
551cf56ceb
changelog: add missing compare view URLs
2014-02-16 18:09:17 -08:00
David Chambers
09446ad515
changelog: add anchor to each section
...
Add releaseHeader helper to avoid repetition.
2014-02-16 18:08:35 -08:00
Simon Lydell
27f1976159
Improve installation documentation
...
- Simplify the command to install latest master.
- Promote using `--save` when installing locally, since it automatically
locks the minor version, protecting users from accidentally installing
breaking updates.
2014-02-07 16:30:52 +01:00
Michael Ficarra
5f28319cb1
update "latest version" documentation link to 1.7.1
2014-01-29 23:24:06 -06:00
Michael Ficarra
6b0ee127da
recompile documentation with 1.7.1
2014-01-29 23:21:44 -06:00
Michael Ficarra
cc4cc8e652
update changelog for 1.7.1
2014-01-29 23:07:27 -06:00
Michael Ficarra
52b89d5b03
rebuild annotated source documentation
2014-01-29 22:54:00 -06:00
Rory O’Kane
b4d35f13a4
In docs, move commas, part 2
...
I had missed that the next line had comma-separated operators, too.
2014-01-28 21:09:08 -05:00
Rory O’Kane
3fcaebb007
In docs, move commas out of code
...
The commas separating these three keywords are not code themselves – not what the user would write – so they should be outside of the `<tt>` tags.
Edits the table in the section [Operators and Aliases](http://coffeescript.org/#operators ).
2014-01-28 21:01:22 -05:00
Rory O’Kane
a5fef52751
Fix markup in math operator documentation
...
In the documentation, surround the new operators with `<tt>` tags instead of Markdown-style backticks, since this is HTML.
2014-01-28 18:56:43 -05:00
dannguyen
e4c8bcf8f6
Just a small typo in 1.7.0 changelog
2014-01-28 16:36:04 -05:00
xixixao
4f6a4bab30
Removed idle styles
2014-01-28 18:57:37 +00:00
xixixao
9e5ffaea69
Use actual _.template instead of custom one
2014-01-28 18:56:43 +00:00
xixixao
41c4c822ba
Recompile documentation js files with 1.7.0 version
2014-01-28 03:33:03 +00:00
xixixao
6030ac3a23
Fixes in documentation
2014-01-28 03:30:06 +00:00
xixixao
f42329ca0a
Use Node instead of Ruby for documentation
2014-01-28 03:17:12 +00:00
xixixao
e1f46cfb9b
Prepare 1.7.0 release
2014-01-26 18:32:12 +00:00
Patrick Lee
81cf9ca00f
Add CoffeeScript in Action book link
2013-12-07 00:58:43 +11:00
xixixao
ac6a76ee10
Add negative slice end index into docs
2013-11-27 01:01:32 +00:00
Jeremy Ashkenas
f3c5cc6774
Fixes #3019 - Documentation tweak to default argument meaning.
2013-10-20 18:08:28 -03:00
Jeremy Ashkenas
8bb833d858
Merge pull request #3165 from grschafer/master
...
Fix constructor_destructuring docs example to alert a defined value
2013-10-20 08:04:44 -07:00
Jeremy Ashkenas
4cf75ec027
Forgot to update the .erb as well.
2013-09-24 09:52:00 -03:00
Greg Schafer
26c0f7ca2d
Fix constructor_destructuring example to alert a defined value
2013-09-14 14:34:53 -05:00
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