Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed Jan 28, 2022
1 parent e4ce067 commit 329a621
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [4.0.0](https://github.com/customcommander/functionaut/compare/v3.3.0...v4.0.0) (2022-01-28)


### chore

* refactor `fallback` as an operator function. close [#38](https://github.com/customcommander/functionaut/issues/38) ([38c1bb0](https://github.com/customcommander/functionaut/commit/38c1bb0f8f2f967e72e8cdf830f25a99da439020))
* remove `concede`. close [#35](https://github.com/customcommander/functionaut/issues/35) ([30c75aa](https://github.com/customcommander/functionaut/commit/30c75aa358fe98ee26cfbd25d10e2103147b9da5))
* remove support of strings as lists. close [#36](https://github.com/customcommander/functionaut/issues/36) ([1ae4b26](https://github.com/customcommander/functionaut/commit/1ae4b2629ffcda91ec2cb2c4b230c5edf69843cc))


### 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

# [3.3.0](https://github.com/customcommander/functionaut/compare/v3.2.0...v3.3.0) (2022-01-13)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@customcommander/functionaut",
"version": "3.3.0",
"version": "4.0.0",
"author": "customcommander <[email protected]>",
"repository": "https://github.com/customcommander/functionaut.git",
"homepage": "https://customcommander.github.io/functionaut/",
Expand Down

0 comments on commit 329a621

Please sign in to comment.