We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The website was never updated.
for..in
in
match
this
that
?=
Array.from
-aj
-ce
arguments
[.. for from i to j by k]
yield EXPR
yield
The text was updated successfully, but these errors were encountered:
You can just edit https://github.com/gkz/LiveScript/wiki/Unofficial-changelog (the website needs a more comprehensive review, which should probably be undertaken at a 1.6.0 release since that's when we'd need gkz involvement).
Sorry, something went wrong.
No branches or pull requests
The website was never updated.
master
for..in
comprehension conflicts with the followingin
keyword on the same depth. #923).match
should bindthis
(Fix #926 #927).that
#743).?=
operators (invert sense of ? with compound assignment #969).Array.from
when expanding splats (when available), fixes splatting an iterator (Use Array.from instead of [].slice #963).-aj
and-ce
(Flags getting randomly ignored #993).1.5.0
arguments
for performance reasons (Better handling of splat func arguments #857).[.. for from i to j by k]
#859, support for <expr> by <expr> loops #837).yield EXPR
is now callable (fix:yield
expression should be callable #823).The text was updated successfully, but these errors were encountered: