Skip to content

Releases: botsman/hxasync

v1.1.3

01 Jan 14:34
40bfc69

Choose a tag to compare

Merge pull request #20 from botsman/fix-call-with-await

fix call with await function as an argument

v1.1.2

04 Dec 10:02
6a3c6e1

Choose a tag to compare

Merge pull request #18 from botsman/improve-release-package

improve release package

v1.1.1

02 Oct 15:25
daad977

Choose a tag to compare

Fix parenthesis handling

v1.1.0

29 Mar 06:50

Choose a tag to compare

move type inference under flag

v1.0.0

06 Mar 09:15

Choose a tag to compare

uncomment python target

v0.3.6

07 Feb 17:48

Choose a tag to compare

fix error messages position

v0.3.3

04 Feb 06:19

Choose a tag to compare

bump version

v0.2.3

27 Jan 06:32

Choose a tag to compare

Add possibility to use macros without implementing interface or using metadata.

v0.2.2

26 Jan 09:57

Choose a tag to compare

Added Asyncable interface

0.2.1

24 Jan 13:42

Choose a tag to compare

  • Improved after-compile source code fixing logic
  • Handle cases when %asyncPlaceholder% in not in the first line in the function body.
  • Some small fixes and improvements