Releases: codemodsquad/asyncify
Releases Β· codemodsquad/asyncify
v2.2.2
2.2.2 (2021-08-21)
Bug Fixes
- avoid creating invalid syntax async get method (3c4daed)
v2.2.1
2.2.1 (2021-04-08)
Bug Fixes
- index: Error: You must pass a scope (cc6ca5e)
v2.2.0
2.2.0 (2021-04-08)
Features
- add noRecastWorkaround option and entry point (a3a878b)
v2.1.0
2.1.0 (2021-02-05)
Features
v2.0.6
2.0.6 (2021-01-22)
Bug Fixes
- invalid output when catch argument has type annotation (317b31a)
v2.0.5
2.0.5 (2020-11-24)
Bug Fixes
- simplify bail condition in previous fix and add test (fcf4cb1)
v2.0.4
2.0.4 (2020-11-24)
Bug Fixes
- prevent infinite loop in check if handler arg is function (be74623), closes #24
v2.0.3
2.0.3 (2020-05-22)
Bug Fixes
- preserve non-function handler behavior (f98a483), closes #15
v2.0.2
2.0.2 (2020-05-22)
Bug Fixes
v2.0.1
2.0.1 (2020-05-13)
Bug Fixes
- finalCleanup: remove final returns that would be empty (ebfedfa)