File: 2.5.1.md

package info (click to toggle)
coffeescript 2.7.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,360 kB
  • sloc: makefile: 20; xml: 9; sh: 6; javascript: 5
file content (7 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
```
releaseHeader('2020-01-31', '2.5.1', '2.5.0')
```

*   Object splats can now include prototype shorthands, such as `a = {b::c...}`; and soaks, such as `a = {b?.c..., d?()...}`.
*   Bugfix for regression in 2.5.0 where compilation became much slower for files with Windows-style line endings.
*   Bugfix for an implicit object after a line continuation keyword like `or` inside a larger implicit object.