-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from PlugFox/develop
0.0.4-dev
- Loading branch information
Showing
10 changed files
with
1,102 additions
and
535 deletions.
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,14 +1,17 @@ | ||
# 0.0.3-dev | ||
# 0.0.4-dev | ||
+ added: `handle` transformer for streams | ||
+ **BREAKING** changed: Rename extension `set` with `upsert` for immutable lists | ||
+ **BREAKING** changed: Stream transformers is not visible outside of the package | ||
+ refactor: stream transformers refactoring | ||
|
||
- **BREAKING**: refactor: Suffix for all extensions | ||
- added: Calm stream transformer | ||
- fixed: Stream transformers working before being listined | ||
# 0.0.3-dev | ||
+ **BREAKING** changed: Suffix for all extensions | ||
+ added: Calm stream transformer | ||
+ fixed: Stream transformers working before being listined | ||
|
||
# 0.0.2-dev | ||
|
||
- added: Releave extension for Iterable and Stream | ||
+ added: Releave extension for Iterable and Stream | ||
|
||
# 0.0.1-dev | ||
|
||
- added: Collection's classes and extensions | ||
- added: String extensions | ||
+ added: Collection's classes and extensions | ||
+ added: String extensions |
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
Oops, something went wrong.