-
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.
- Loading branch information
1 parent
83c8cae
commit 338f7ea
Showing
1 changed file
with
14 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,48 @@ | ||
# Change Log | ||
|
||
## [1.0.6](https://github.com/bakdata/seq2/tree/1.0.6) (2023-02-21) | ||
[View commits](https://github.com/bakdata/seq2/compare/1.0.5...1.0.6) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add changelog token for release step [\#8](https://github.com/bakdata/seq2/pull/8) ([@philipp94831](https://github.com/philipp94831)) | ||
- Add methods for optionally joining streams on delimiter [\#7](https://github.com/bakdata/seq2/pull/7) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.5](https://github.com/bakdata/seq2/tree/1.0.5) (2022-12-02) | ||
[Full Changelog](https://github.com/bakdata/seq2/compare/1.0.4...1.0.5) | ||
[View commits](https://github.com/bakdata/seq2/compare/1.0.4...1.0.5) | ||
|
||
**Merged pull requests:** | ||
|
||
- Fix toList method in Java 16\+ [\#6](https://github.com/bakdata/seq2/pull/6) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.4](https://github.com/bakdata/seq2/tree/1.0.4) (2022-05-18) | ||
[Full Changelog](https://github.com/bakdata/seq2/compare/1.0.3...1.0.4) | ||
[View commits](https://github.com/bakdata/seq2/compare/1.0.3...1.0.4) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add flat map to optional and iterable methods to PairSeq [\#4](https://github.com/bakdata/seq2/pull/4) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.3](https://github.com/bakdata/seq2/tree/1.0.3) (2022-04-04) | ||
[Full Changelog](https://github.com/bakdata/seq2/compare/1.0.2...1.0.3) | ||
[View commits](https://github.com/bakdata/seq2/compare/1.0.2...1.0.3) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add joins by key [\#3](https://github.com/bakdata/seq2/pull/3) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.2](https://github.com/bakdata/seq2/tree/1.0.2) (2021-11-03) | ||
[Full Changelog](https://github.com/bakdata/seq2/compare/1.0.1...1.0.2) | ||
[View commits](https://github.com/bakdata/seq2/compare/1.0.1...1.0.2) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add more flat map methods to PairSeq [\#2](https://github.com/bakdata/seq2/pull/2) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.1](https://github.com/bakdata/seq2/tree/1.0.1) (2021-10-07) | ||
[Full Changelog](https://github.com/bakdata/seq2/compare/1.0.0...1.0.1) | ||
[View commits](https://github.com/bakdata/seq2/compare/1.0.0...1.0.1) | ||
|
||
**Merged pull requests:** | ||
|
||
- Add optional methods [\#1](https://github.com/bakdata/seq2/pull/1) ([@philipp94831](https://github.com/philipp94831)) | ||
|
||
## [1.0.0](https://github.com/bakdata/seq2/tree/1.0.0) (2019-11-18) | ||
[View commits](https://github.com/bakdata/seq2/compare/9f5bac82e2e59c3209fcd8130f6a4b719bb4d362...1.0.0) | ||
|