generated from customcommander/project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [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
1 parent
e4ce067
commit 329a621
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/", | ||
|