Skip to content

Releases: Nylle/javaseq

1.2.0

01 Jun 13:27

Choose a tag to compare

What's changed?

  • Feature: Return the last item in a Seq.

1.1.0

30 May 21:12

Choose a tag to compare

What's changed?

  • Feature: Partition a Seq by applying a function.

1.0.0

26 May 09:10

Choose a tag to compare

What's changed?

  • BREAKING: When calculating the frequencies of a Seq, the result is a new Seq instead of a Map.

0.1.0

25 May 14:07

Choose a tag to compare

What's changed?

  • Feature: Calculate frequencies of items in a Seq.

0.0.3

25 May 11:32

Choose a tag to compare

What's changed?

  • Bugfix: Reversing a sub-string of a StringSeq no longer throws for out-of-bounds.

0.0.2

24 Dec 12:40

Choose a tag to compare

Some minor changes to the API:

  • toList was renamed to reify
  • toSet was removed
  • partition now returns a seq of seqs instead of lists

0.0.1

22 Dec 22:01

Choose a tag to compare

chore: add description (required for release)