mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 23:50:03 +00:00
Release v3.2.0
This commit is contained in:
parent
1c987f2eb4
commit
1fd66c87c9
3 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [3.2.0] - 2021-12-27
|
||||||
|
### Added
|
||||||
|
- Add `Promise.onUnhandledRejection` global event
|
||||||
|
- Add `Promise.retryWithDelay`
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Callable tables are now allowed anywhere that a function are allowed (`Promise.new`, `andThen`, etc)
|
||||||
|
|
||||||
## [3.1.0] - 2020-12-01
|
## [3.1.0] - 2020-12-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "evaera/roblox-lua-promise"
|
name = "evaera/roblox-lua-promise"
|
||||||
version = "3.1.0"
|
version = "3.2.0"
|
||||||
author = "evaera"
|
author = "evaera"
|
||||||
content_root = "lib"
|
content_root = "lib"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "evaera/promise"
|
name = "evaera/promise"
|
||||||
description = "Promise implementation for Roblox"
|
description = "Promise implementation for Roblox"
|
||||||
version = "3.1.0"
|
version = "3.2.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
registry = "https://github.com/UpliftGames/wally-index"
|
registry = "https://github.com/UpliftGames/wally-index"
|
||||||
realm = "shared"
|
realm = "shared"
|
||||||
|
|
Loading…
Reference in a new issue