mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +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
|
||||
|
||||
## [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
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "evaera/roblox-lua-promise"
|
||||
version = "3.1.0"
|
||||
version = "3.2.0"
|
||||
author = "evaera"
|
||||
content_root = "lib"
|
||||
license = "MIT"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "evaera/promise"
|
||||
description = "Promise implementation for Roblox"
|
||||
version = "3.1.0"
|
||||
version = "3.2.0"
|
||||
license = "MIT"
|
||||
registry = "https://github.com/UpliftGames/wally-index"
|
||||
realm = "shared"
|
||||
|
|
Loading…
Reference in a new issue