Skip to content

Releases: ticklepoke/codemods

v1.27.0

19 Jul 08:49
Compare
Choose a tag to compare

1.27.0 (2021-07-19)

Features

  • react-pure: Add implementation (e878ffe)

v1.26.0

12 Jul 14:45
Compare
Choose a tag to compare

1.26.0 (2021-07-12)

Features

  • chained-decl: Add implementation (88f765c)

v1.25.0

09 Jul 12:31
Compare
Choose a tag to compare

1.25.0 (2021-07-09)

Features

  • spread-assign: Add implementation (af6e6fd)

v1.24.0

07 Jul 13:00
Compare
Choose a tag to compare

1.24.0 (2021-07-07)

Features

  • then-async: Support for then-finally (65f0a1d)

v1.23.0

06 Jul 12:30
Compare
Choose a tag to compare

1.23.0 (2021-07-06)

Features

  • let-const: Support for array patterns (4fb7a82)

v1.22.0

26 Jun 14:09
Compare
Choose a tag to compare

1.22.0 (2021-06-26)

Bug Fixes

  • bind-arrow: Remove dupe tests (3db16a1)

Features

  • then-async: Add generator support (05b5d42)
  • then-async: Add recursion support (bd6e958)
  • then-async: Add support for catch block (ba1771f)
  • then-async: Basic then() support (c1bd005)
  • then-async: let const support (1a0b766)
  • then-async: let-const behaviour (355252e)
  • then-async : Add arrow function support (5222c8f)
  • utils: Add array utils (f91e504)
  • utils: Preserve top level comments (45a0d79)
  • utils: Remove console (9d43db0)

v1.21.2

25 Jun 14:02
Compare
Choose a tag to compare

1.21.2 (2021-06-25)

Bug Fixes

  • let-const: Add update expression support (6560fb0)

v1.21.1

25 Jun 00:28
Compare
Choose a tag to compare

1.21.1 (2021-06-25)

Bug Fixes

  • bind-arrow: Add generator and async support (bf80b45)
  • expression-arrow: Add generator and async support (8656055)

v1.21.0

23 Jun 07:41
Compare
Choose a tag to compare

1.21.0 (2021-06-23)

Features

  • bind-arrow: Add implementation (5b60e57)
  • bind-arrow: Add plop (64306bd)

v1.20.0

21 Jun 15:16
Compare
Choose a tag to compare

1.20.0 (2021-06-21)

Features

  • convert-arrow: Add implementation (e55c458)