File: 2.5.1.md

package info (click to toggle)
coffeescript 2.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,608 kB
  • sloc: javascript: 1,273; makefile: 19; xml: 9; sh: 6
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.