Skip to content

Commit 329a621

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.3.0...v4.0.0) (2022-01-28) ### chore * refactor `fallback` as an operator function. close [#38](#38) ([38c1bb0](38c1bb0)) * remove `concede`. close [#35](#35) ([30c75aa](30c75aa)) * remove support of strings as lists. close [#36](#36) ([1ae4b26](1ae4b26)) ### BREAKING CHANGES * the following functions no longer accept strings as lists: `all`, `any`, `drop`, `filter`, `into`, `map`, `none` and `take`. * `fallback` is now an operator function. * the `concede` function is no longer available
1 parent e4ce067 commit 329a621

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [4.0.0](https://github.com/customcommander/functionaut/compare/v3.3.0...v4.0.0) (2022-01-28)
2+
3+
4+
### chore
5+
6+
* refactor `fallback` as an operator function. close [#38](https://github.com/customcommander/functionaut/issues/38) ([38c1bb0](https://github.com/customcommander/functionaut/commit/38c1bb0f8f2f967e72e8cdf830f25a99da439020))
7+
* remove `concede`. close [#35](https://github.com/customcommander/functionaut/issues/35) ([30c75aa](https://github.com/customcommander/functionaut/commit/30c75aa358fe98ee26cfbd25d10e2103147b9da5))
8+
* remove support of strings as lists. close [#36](https://github.com/customcommander/functionaut/issues/36) ([1ae4b26](https://github.com/customcommander/functionaut/commit/1ae4b2629ffcda91ec2cb2c4b230c5edf69843cc))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* the following functions no longer accept strings as lists: `all`, `any`, `drop`, `filter`, `into`, `map`, `none` and `take`.
14+
* `fallback` is now an operator function.
15+
* the `concede` function is no longer available
16+
117
# [3.3.0](https://github.com/customcommander/functionaut/compare/v3.2.0...v3.3.0) (2022-01-13)
218

319

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@customcommander/functionaut",
3-
"version": "3.3.0",
3+
"version": "4.0.0",
44
"author": "customcommander <hello@spinjs.com>",
55
"repository": "https://github.com/customcommander/functionaut.git",
66
"homepage": "https://customcommander.github.io/functionaut/",

0 commit comments

Comments
 (0)