Decaffeinate Versions Save

Goodbye CoffeeScript, hello JavaScript!

v7.1.4

1 year ago

7.1.4 (2022-06-07)

Bug Fixes

  • deps: update lines-and-columns (5a0064b)

v7.1.3

1 year ago

7.1.3 (2022-06-05)

Bug Fixes

  • place this assignments after super under CS2 (e16bc7d)

v7.1.2

1 year ago

7.1.2 (2022-06-05)

Bug Fixes

v7.1.1

1 year ago

7.1.1 (2022-06-05)

Bug Fixes

  • cli: pass the correct args (cd96a9b)

v7.1.0

1 year ago

7.1.0 (2022-06-04)

Features

  • add more tests for nullish coalescing option (30b050a)
  • add option to emit nullish coalescing operator (8cafc8d)

v7.0.0

1 year ago

7.0.0 (2022-06-04)

Features

  • cli: allow passing in IO streams (4c507bd)

BREAKING CHANGES

  • cli: The args passed to run must now be the full process.argv, including the path to NodeJS and the script path.

v6.2.1

2 years ago

6.2.1 (2022-04-30)

Bug Fixes

v6.2.0

2 years ago

6.2.0 (2022-04-30)

Bug Fixes

  • avoid overwriting implicit open brace after logical ??= (ef47a6a)

Features

  • add option to emit logical assignment operators (0cafdad)

v6.1.11

2 years ago

6.1.11 (2022-04-30)

Bug Fixes

v6.1.10

2 years ago

6.1.10 (2022-03-22)

Bug Fixes

  • account for trailing commas in nested calls (b3d9600), closes #2413