Skip to content

Commit 1fd66c8

Browse files
committed
Release v3.2.0
1 parent 1c987f2 commit 1fd66c8

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [3.2.0] - 2021-12-27
4+
### Added
5+
- Add `Promise.onUnhandledRejection` global event
6+
- Add `Promise.retryWithDelay`
7+
8+
### Changed
9+
- Callable tables are now allowed anywhere that a function are allowed (`Promise.new`, `andThen`, etc)
10+
311
## [3.1.0] - 2020-12-01
412

513
### Added

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "evaera/roblox-lua-promise"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
author = "evaera"
55
content_root = "lib"
66
license = "MIT"

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "evaera/promise"
33
description = "Promise implementation for Roblox"
4-
version = "3.1.0"
4+
version = "3.2.0"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)