-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Labels
Description
The website was never updated.
master
- for-cascade (without an in) should not make a later in be treated as a loop clause (Implicit
for..incomprehension conflicts with the followinginkeyword on the same depth. #923). - unconfuse object syntax edge cases (Object syntax work #958, 'it' is not defined when referenced only by object literals? #899).
- fix binding access used in a slice (Binding access is inconsistently carried over object slice #930).
matchshould bindthis(Fix #926 #927).- fixed anaphorization of the topic when used with existential operators (Existence checks are missing in switch/pattern matching when using
that#743). - fixed compound
?=operators (invert sense of ? with compound assignment #969). - use
Array.fromwhen expanding splats (when available), fixes splatting an iterator (Use Array.from instead of [].slice #963). - fix flag combinations
-ajand-ce(Flags getting randomly ignored #993).
1.5.0
- .json.ls is now recognized by the compiler (Auto parse json.ls with lsc #884).
- avoid messing with
argumentsfor performance reasons (Better handling of splat func arguments #857). - cascade comprehension now works in for-ranges (extend cascade comprehension to support
[.. for from i to j by k]#859, support for <expr> by <expr> loops #837). - reformed operator spread to instead be an explicit form (Reform operator spread #863).
- a
yield EXPRis now callable (fix:yieldexpression should be callable #823). - fixed precedence of alternations in match clauses (Wrap match-cases in parens #812).
- fixed semiautovivification of slices (Semiautovivification with slices is broken #847).
- fixed empty splats edge case (Inconsistent empty splat assignment #858).
Reactions are currently unavailable