Skip to content

Releases: decaffeinate/decaffeinate

v2.15.4

10 Jul 19:56
Compare
Choose a tag to compare

<a name"2.15.4">

2.15.4 (2016-07-10)

Bug Fixes

  • handle for...when loops ending in implicit function calls (#297) (8dc0b5fa, closes #296)
  • don't remove comments when removing trailing empty returns (#295) (a0cf8bae)

v2.15.3

10 Jul 19:53
Compare
Choose a tag to compare

<a name"2.15.3">

2.15.3 (2016-07-10)

Bug Fixes

  • don't remove comments when removing trailing empty returns (#295) (a0cf8bae)
  • don't pretty-print with out-of-range indexes (#298) (6cfbff4f)

v2.15.2

10 Jul 19:49
Compare
Choose a tag to compare

<a name"2.15.2">

2.15.2 (2016-07-10)

Bug Fixes

  • don't pretty-print with out-of-range indexes (#298) (6cfbff4f)

v2.15.1

08 Jul 16:07
Compare
Choose a tag to compare

<a name"2.15.1">

2.15.1 (2016-07-08)

Bug Fixes

  • improve support for multi line strings (981c44ee)

v2.15.0

08 Jul 14:06
Compare
Choose a tag to compare

<a name"2.15.0">

2.15.0 (2016-07-08)

Features

  • strip trailing return statements without an argument (#289) (15bfebe8, closes #193)

v2.14.2

08 Jul 12:33
Compare
Choose a tag to compare

<a name"2.14.2">

2.14.2 (2016-07-08)

Bug Fixes

  • always use an expression as the argument to a return statement (#290) (46d77359, closes #271)

v2.14.1

06 Jul 14:45
Compare
Choose a tag to compare

<a name"2.14.1">

2.14.1 (2016-07-06)

Bug Fixes

  • Fix PatchError.prettyPrint when the file doesn't end in a newline (#283) (05a3d96b)

v2.14.0

06 Jul 00:08
Compare
Choose a tag to compare

<a name"2.14.0">

2.14.0 (2016-07-06)

Features

  • Expose the PatchError class as a decaffeinate export (#279) (d77ebba2)

v2.13.8

01 Jul 22:13
Compare
Choose a tag to compare

<a name"2.13.8">

2.13.8 (2016-07-01)

Bug Fixes

  • Don't remove trailing commas that are past the end of the function call (#267) (1556faf8, closes #266)
  • Improve error reporting when there is a parser error (cdc3fa4e)

v2.13.7

01 Jul 22:10
Compare
Choose a tag to compare

<a name"2.13.7">

2.13.7 (2016-07-01)

Bug Fixes

  • Improve error reporting when there is a parser error (cdc3fa4e)