-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e069e5a
commit 645ad2b
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |