Skip to content

Releases: codemodsquad/asyncify

v2.0.0

10 May 06:10
Compare
Choose a tag to compare

2.0.0 (2020-05-10)

Bug Fixes

  • make comment workarounds opt-in (fd7c2a6)
  • shouldIgnoreChain: fix issue with short/simple chain preserving logic (34a7689)

BREAKING CHANGES

  • more comments will get deleted unless you opt into the workaround with
    . I turned this off by default because it crashes in a few
    cases.

v1.0.10

27 Apr 03:40
Compare
Choose a tag to compare

1.0.10 (2020-04-27)

Bug Fixes

  • non-behavior-preserving bug (c4e1fd0)

v1.0.9

26 Apr 19:44
Compare
Choose a tag to compare

1.0.9 (2020-04-26)

Bug Fixes

  • unsafe catch unwinding case, simple noop catch handler (c5cb87d)

v1.0.8

26 Apr 19:12
Compare
Choose a tag to compare

1.0.8 (2020-04-26)

Bug Fixes

  • ignore simple chains with <= links (990a7e7)

v1.0.7

20 Apr 04:03
Compare
Choose a tag to compare

1.0.7 (2020-04-20)

Bug Fixes

  • recastBugWorkarounds: rework how comments are handled (9a401ed)

v1.0.6

19 Apr 21:36
17619e9
Compare
Choose a tag to compare

1.0.6 (2020-04-19)

Bug Fixes

  • cleanup: return and re-await issues (b9938db), closes #6 #7

v1.0.5

19 Apr 21:14
9edcf6a
Compare
Choose a tag to compare

1.0.5 (2020-04-19)

Bug Fixes

  • comments: preserve comments (f8bf002), closes #5

v1.0.4

19 Apr 21:10
606346a
Compare
Choose a tag to compare

1.0.4 (2020-04-19)

Bug Fixes

  • cleanup: fix Promise.reject conversion (faa5914), closes #9

v1.0.3

19 Apr 00:11
e95f926
Compare
Choose a tag to compare

1.0.3 (2020-04-19)

Bug Fixes

  • convertConditionalReturns: several bugs (ee7bbb4), closes #2 #3

v1.0.2

16 Apr 08:20
Compare
Choose a tag to compare

1.0.2 (2020-04-16)

Bug Fixes

  • code cleanup and fix deps (e5aa05e)