Skip to content

Releases: google/mug

Release 3.7

18 May 22:23
Compare
Choose a tag to compare
  • Optionals.optionally() and Optionals.optional()

Release 3.6

26 Feb 05:37
Compare
Choose a tag to compare
  • Collectors for short streams (Cases)

Release 3.3

23 Dec 05:21
Compare
Choose a tag to compare

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

Release 3.2

10 Dec 07:05
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Substring API Redesign (Added Substring.Match class. May be backward incompatible).

v2.1

31 Jan 04:03
Compare
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
Compare
Choose a tag to compare
  • Substring (string slicing)
  • Retryer moved to concurrent package.
  • Removed deprecated APIs.

v1.14

10 Jan 05:13
Compare
Choose a tag to compare
  • BiStream bug fixes.
  • Optionals (binary ifPresent(), map(), flatMap(); fluent ifPresent())

Mug 1.12

18 Apr 23:55
Compare
Choose a tag to compare
  • BiStream.from(Map) convenience method