Skip to content

Tags: repos-javascript/coffee-script

Tags

1.2.0s

Toggle 1.2.0s's commit message
version bump to 1.2.0s reflecting the rebase

1.2.0r

Toggle 1.2.0r's commit message
Version bump to .r, after fix of issue maxtaco#11.

1.2.0q

Toggle 1.2.0q's commit message
Fix a particularly hairy autocb bug, in which the scoping for __iced_k

was still busted.  The reason is that for loops would generated
`icedgen` functions within in an iced function that have `__iced_k` as a
parameter.  That would **overwrite** the fact that `__iced_k` is listed
as a `var` in that scope, causing it not to be listed in the `var`
line at the beginning of an iced function, causing infinite headaches.
There should now be a fix and a good regtest for this....

1.2.0p

Toggle 1.2.0p's commit message
version bump to cachebust npm

1.2.0o

Toggle 1.2.0o's commit message
forgot this

1.2.0n

Toggle 1.2.0n's commit message
new features -- ior and iand

1.2.0m

Toggle 1.2.0m's commit message
Merge branch 'iced' of github.com:maxtaco/coffee-script into iced

1.2.0l

Toggle 1.2.0l's commit message
get everything on board with the new version #

1.2.0k

Toggle 1.2.0k's commit message
version bump to 1.2.0k

1.2.0j

Toggle 1.2.0j's commit message
whoops, forgot this version bump too