mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 23:50:03 +00:00
v3.0.0-rc.3
This commit is contained in:
parent
13ae48a5ee
commit
06066c2dd0
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [3.0.0] - 2020-06-02
|
## [3.0.0-rc.3] - 2020-07-10
|
||||||
|
### Fixed
|
||||||
|
- Fixed a bug where queued `andThen` and `catch` callbacks did not begin on their own new threads.
|
||||||
|
|
||||||
|
## [3.0.0-rc.1] - 2020-06-02
|
||||||
### Changed
|
### Changed
|
||||||
- Runtime errors are now represented by objects. You must call tostring on rejection values before assuming they are strings (this was always good practice, but is required now).
|
- Runtime errors are now represented by objects. You must call tostring on rejection values before assuming they are strings (this was always good practice, but is required now).
|
||||||
- Yielding is now allowed in `Promise.new`, `andThen`, and `Promise.try` executors.
|
- Yielding is now allowed in `Promise.new`, `andThen`, and `Promise.try` executors.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "roblox-lua-promise"
|
name = "roblox-lua-promise"
|
||||||
version = "3.0.0-rc.2"
|
version = "3.0.0-rc.3"
|
||||||
author = "evaera"
|
author = "evaera"
|
||||||
content_root = "lib"
|
content_root = "lib"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue