Releases: Nylle/javaseq
Releases · Nylle/javaseq
1.2.0
1.1.0
What's changed?
- Feature: Partition a Seq by applying a function.
1.0.0
What's changed?
- BREAKING: When calculating the frequencies of a Seq, the result is a new Seq instead of a Map.
0.1.0
What's changed?
- Feature: Calculate frequencies of items in a Seq.
0.0.3
What's changed?
- Bugfix: Reversing a sub-string of a StringSeq no longer throws for out-of-bounds.
0.0.2
Some minor changes to the API:
toListwas renamed toreifytoSetwas removedpartitionnow returns a seq of seqs instead of lists
0.0.1
chore: add description (required for release)