mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-25 08:00:03 +00:00
3.0.0
This commit is contained in:
parent
4f55aa52bf
commit
9db73644e6
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.0.0]
|
||||||
|
- `Promise.delay` now uses `os.clock`
|
||||||
|
- Made `Promise.delay` behavior more consistent when creating new timers in the callback of a timer.
|
||||||
|
|
||||||
## [3.0.0-rc.3] - 2020-07-10
|
## [3.0.0-rc.3] - 2020-07-10
|
||||||
### Fixed
|
### Fixed
|
||||||
- Fixed a bug where queued `andThen` and `catch` callbacks did not begin on their own new threads.
|
- Fixed a bug where queued `andThen` and `catch` callbacks did not begin on their own new threads.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "evaera/roblox-lua-promise"
|
name = "evaera/roblox-lua-promise"
|
||||||
version = "3.0.0-rc.3"
|
version = "3.0.0"
|
||||||
author = "evaera"
|
author = "evaera"
|
||||||
content_root = "lib"
|
content_root = "lib"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue