Skip to content

Releases: google/mug

Release 3.6

26 Feb 05:37

Choose a tag to compare

  • Collectors for short streams (Cases)

Release 3.3

23 Dec 05:21

Choose a tag to compare

groupingBy(classifier, reducer) eliminating the need to handle Optional.

Release 3.2

10 Dec 07:05

Choose a tag to compare

  • BiCollectors.groupingBy()
  • BiCollectors.counting(), summingInt() and friends.
  • BiCollectors.collectingAndThen()
  • BiCollectors.mapping()
  • BiStream.Builder
  • BiStream.toBiStream() collector.

Release 3.1

28 Aug 03:57

Choose a tag to compare

mug-root-3.1

[maven-release-plugin] copy for tag mug-root-3.1

v2.2

25 Feb 02:13

Choose a tag to compare

  • Substring API Redesign (Added Substring.Match class. May be backward incompatible).

v2.1

31 Jan 04:03

Choose a tag to compare

Substring changes:

  • More readable syntax: Substring.before(first(':')) etc.
  • Scoped substring pattern: first('.').after(first('.')) etc.
  • Convenient shortcuts: Substring.between(first('<'), last('>')).from(str).

v2.0

24 Jan 05:10

Choose a tag to compare

  • Substring (string slicing)
  • Retryer moved to concurrent package.
  • Removed deprecated APIs.

v1.14

10 Jan 05:13

Choose a tag to compare

  • BiStream bug fixes.
  • Optionals (binary ifPresent(), map(), flatMap(); fluent ifPresent())

Mug 1.12

18 Apr 23:55

Choose a tag to compare

  • BiStream.from(Map) convenience method

Mug 1.11

28 Mar 02:11

Choose a tag to compare

  • Optimized BiStream to save intermediary Map.Entry allocations for sequential stream.
  • biStream(stream, T::getKey, T::getValue).