mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-08-05 16:19:16 +00:00
v3.1.0
This commit is contained in:
parent
fc9097eaf7
commit
4f3604e9f1
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased changes
|
## [3.1.0] - 2020-12-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Added `Promise.fold` (#47)
|
- Added `Promise.fold` (#47)
|
||||||
|
|
|
@ -357,7 +357,7 @@ docs:
|
||||||
static: true
|
static: true
|
||||||
|
|
||||||
- name: fold
|
- name: fold
|
||||||
since: unreleased
|
since: 3.1.0
|
||||||
desc: |
|
desc: |
|
||||||
Folds an array of values or promises into a single value. The array is traversed sequentially.
|
Folds an array of values or promises into a single value. The array is traversed sequentially.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "evaera/roblox-lua-promise"
|
name = "evaera/roblox-lua-promise"
|
||||||
version = "3.0.1"
|
version = "3.1.0"
|
||||||
author = "evaera"
|
author = "evaera"
|
||||||
content_root = "lib"
|
content_root = "lib"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in a new issue