Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

## 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](https://github.com/nvim-java/lua-async-await/commit/fc6049ade850e5b7ea81b2215b808b70760ff030))
* add lint & release-please workflows ([6c0813a](https://github.com/nvim-java/lua-async-await/commit/6c0813afdd050123e08f9d481fa924773c061f93))


### Bug Fixes

* assert fail when no errors in callback due to wong if condition ([a254fea](https://github.com/nvim-java/lua-async-await/commit/a254feaac265e5a4e24219763268d29cd5ea568a))
* **ci:** ci failures ([d14b56c](https://github.com/nvim-java/lua-async-await/commit/d14b56c9a4343289b8de0b7be19d5f9a6b49e96e))
* **ci:** remove test workflow ([cd81626](https://github.com/nvim-java/lua-async-await/commit/cd81626f1159ec9c03182b17ffd827b922c90e77))
* **doc:** spell error in doc ([d4991d6](https://github.com/nvim-java/lua-async-await/commit/d4991d676569bbc7498a92de65f92a8dd0b1ab58))


### Code Refactoring

* change the file name to avoid conflicts with lazy async lib ([b4c328b](https://github.com/nvim-java/lua-async-await/commit/b4c328be7e4e54a8b6558a4a8cc22264209386ef))
* remove example commands ([e5dbffe](https://github.com/nvim-java/lua-async-await/commit/e5dbffe25c69e9aa92d6bf82588373fe0240060c))