Releases: codemodsquad/asyncify
Releases · codemodsquad/asyncify
v2.0.0
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
1.0.10 (2020-04-27)
Bug Fixes
- non-behavior-preserving bug (c4e1fd0)
v1.0.9
1.0.9 (2020-04-26)
Bug Fixes
- unsafe catch unwinding case, simple noop catch handler (c5cb87d)
v1.0.8
1.0.8 (2020-04-26)
Bug Fixes
- ignore simple chains with <= links (990a7e7)
v1.0.7
1.0.7 (2020-04-20)
Bug Fixes
- recastBugWorkarounds: rework how comments are handled (9a401ed)
v1.0.6
1.0.6 (2020-04-19)
Bug Fixes
- cleanup: return and re-await issues (b9938db), closes #6 #7
v1.0.5
1.0.5 (2020-04-19)
Bug Fixes
- comments: preserve comments (f8bf002), closes #5
v1.0.4
1.0.4 (2020-04-19)
Bug Fixes
- cleanup: fix Promise.reject conversion (faa5914), closes #9
v1.0.3
1.0.3 (2020-04-19)
Bug Fixes
- convertConditionalReturns: several bugs (ee7bbb4), closes #2 #3
v1.0.2
1.0.2 (2020-04-16)
Bug Fixes
- code cleanup and fix deps (e5aa05e)