We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9097e commit 4f3604eCopy full SHA for 4f3604e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased changes
+## [3.1.0] - 2020-12-01
4
5
### Added
6
- Added `Promise.fold` (#47)
lib/README.md
@@ -357,7 +357,7 @@ docs:
357
static: true
358
359
- name: fold
360
- since: unreleased
+ since: 3.1.0
361
desc: |
362
Folds an array of values or promises into a single value. The array is traversed sequentially.
363
rotriever.toml
[package]
name = "evaera/roblox-lua-promise"
-version = "3.0.1"
+version = "3.1.0"
author = "evaera"
content_root = "lib"
license = "MIT"
0 commit comments