Skip to content

Releases: decaffeinate/bulk-decaffeinate

v2.3.0

13 May 06:20
Compare
Choose a tag to compare

<a name"2.3.0">

2.3.0 (2017-05-13)

Features

  • allow specifying a custom location for config files (#122) (36b12e81, closes #121)

v2.2.0

07 May 20:14
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2017-05-07)

Features

  • add the ability to specify a custom output file extension (#119) (edd4b2d4, closes #91)

v2.1.0

07 May 14:28
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-05-07)

Features

  • add the ability to specify custom target filenames (#118) (bb376528)

v2.0.2

07 May 05:48
Compare
Choose a tag to compare

<a name"2.0.2">

2.0.2 (2017-05-07)

Bug Fixes

  • change "clean" to remove all types of .original files (#117) (21c4f8cd)

v2.0.1

06 May 23:16
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-05-06)

Bug Fixes

  • provide proper paths when checking if scripts are executabble (#116) (60194b17)

v2.0.0

06 May 21:25
Compare
Choose a tag to compare

<a name"2.0.0">

2.0.0 (2017-05-06)

Features

  • change file resolution algorithm to union all specifiers (#115) (ca24b1bf)

Breaking Changes

  • Rather than defining precedence rules for different path config
    options, we now allow multiple options and union the results.

BREAKING CHANGE: Config files ending in .json are no longer supported. Config
files must be JS files ending in .config.js.
(ca24b1bf)

v1.27.0

06 May 19:42
Compare
Choose a tag to compare

<a name"1.27.0">

1.27.0 (2017-05-06)

Features

  • automatically discover executable extensionless scripts (#114) (83eab1d4, closes #90)

v1.26.1

06 May 19:24
Compare
Choose a tag to compare

<a name"1.26.1">

1.26.1 (2017-05-06)

Bug Fixes

  • gracefully handle the case where there are no files to convert (#113) (b19d9f4b)

v1.26.0

06 May 18:55
Compare
Choose a tag to compare

<a name"1.26.0">

1.26.0 (2017-05-06)

Features

  • add support for explicitly-specified extensionless scripts (#112) (1895bad4)

v1.25.0

01 May 05:24
Compare
Choose a tag to compare

<a name"1.25.0">

1.25.0 (2017-05-01)

Features

  • add conversion and checking for literate coffeescript files (#110) (db872f54)