Skip to content

Releases: nvim-java/lua-async

v1.1.0

31 Mar 13:21
152bbe9
Compare
Choose a tag to compare

1.1.0 (2024-03-31)

Features

  • simplify APIs and re name the confusing terms (03abf6f)

v1.0.0

13 Dec 10:38
645ad2b
Compare
Choose a tag to compare

1.0.0 (2023-12-10)

⚠ BREAKING CHANGES

  • remove example commands
  • change the file name to avoid conflicts with lazy async lib

Features

  • add error handling (fc6049a)
  • add lint & release-please workflows (6c0813a)

Bug Fixes

  • assert fail when no errors in callback due to wong if condition (a254fea)
  • ci: ci failures (d14b56c)
  • ci: remove test workflow (cd81626)
  • doc: spell error in doc (d4991d6)

Code Refactoring

  • change the file name to avoid conflicts with lazy async lib (b4c328b)
  • remove example commands (e5dbffe)