Skip to content

Releases: codemodsquad/asyncify

v2.2.2

21 Aug 05:40
Compare
Choose a tag to compare

2.2.2 (2021-08-21)

Bug Fixes

  • avoid creating invalid syntax async get method (3c4daed)

v2.2.1

08 Apr 22:43
b10f84c
Compare
Choose a tag to compare

2.2.1 (2021-04-08)

Bug Fixes

  • index: Error: You must pass a scope (cc6ca5e)

v2.2.0

08 Apr 20:17
Compare
Choose a tag to compare

2.2.0 (2021-04-08)

Features

  • add noRecastWorkaround option and entry point (a3a878b)

v2.1.0

05 Feb 20:05
Compare
Choose a tag to compare

2.1.0 (2021-02-05)

Features

v2.0.6

22 Jan 05:41
Compare
Choose a tag to compare

2.0.6 (2021-01-22)

Bug Fixes

  • invalid output when catch argument has type annotation (317b31a)

v2.0.5

24 Nov 07:21
Compare
Choose a tag to compare

2.0.5 (2020-11-24)

Bug Fixes

  • simplify bail condition in previous fix and add test (fcf4cb1)

v2.0.4

24 Nov 07:08
Compare
Choose a tag to compare

2.0.4 (2020-11-24)

Bug Fixes

  • prevent infinite loop in check if handler arg is function (be74623), closes #24

v2.0.3

22 May 05:49
Compare
Choose a tag to compare

2.0.3 (2020-05-22)

Bug Fixes

  • preserve non-function handler behavior (f98a483), closes #15

v2.0.2

22 May 03:39
Compare
Choose a tag to compare

2.0.2 (2020-05-22)

Bug Fixes

v2.0.1

13 May 18:29
Compare
Choose a tag to compare

2.0.1 (2020-05-13)

Bug Fixes

  • finalCleanup: remove final returns that would be empty (ebfedfa)