Skip to content

Releases: davidmoten/guava-mini

0.1.7

04 Oct 23:52
Compare
Choose a tag to compare

Enhancements

  • add Lists.of, Sets.of
  • Bump jacoco-maven-plugin from 0.8.8 to 0.8.9 by @dependabot in #60
  • Bump maven-project-info-reports-plugin from 3.4.2 to 3.4.3 by @dependabot in #61
  • Bump maven-checkstyle-plugin from 3.2.1 to 3.2.2 by @dependabot in #62
  • Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #63
  • Bump maven-pmd-plugin from 3.20.0 to 3.21.0 by @dependabot in #64
  • Bump maven-bundle-plugin from 5.1.8 to 5.1.9 by @dependabot in #65
  • Bump maven-checkstyle-plugin from 3.2.2 to 3.3.0 by @dependabot in #66
  • Bump maven-project-info-reports-plugin from 3.4.3 to 3.4.4 by @dependabot in #67
  • Bump maven-project-info-reports-plugin from 3.4.4 to 3.4.5 by @dependabot in #68
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #70

Full Changelog: 0.1.6...0.1.7

0.1.6

04 Oct 23:51
Compare
Choose a tag to compare

Bug fix

  • fix Preconditions.checkArgumentNotNull to be given fieldName, not entire exception message

Full Changelog: 0.1.5...0.1.6

0.1.5

04 Oct 23:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...0.1.5

0.1.4

15 Nov 03:04
Compare
Choose a tag to compare

Breaking changes

  • Require Java 8+

Enhancements

  • add Maps builder
  • migrate CI to github actions
  • suppress warning in Lists
  • add jacoco plugin
  • add preconditions to Maps
  • bump maven-bundle-plugin from 4.2.1 to 5.1.1
  • bump maven-project-info-reports-plugin frm 2.7 to 3.1.1
  • bump maven-jxr-plugin from 2.5 to 3.0.0
  • bump maven-javadoc-plugin from 2.10.3 to 3.2.0
  • bump maven-compiler-plugin from 3.5.1 to 3.8.1
  • bump mockito-core from 1.10.8 to 4.0.0
  • bump junit-extras from 0.3 to 0.4
  • remove obsolete plugins
  • Bump maven-pmd-plugin from 3.4 to 3.15.0
  • Bump maven-checkstyle-plugin from 2.13 to 3.1.2
  • Bump maven-site-plugin from 3.4 to 3.9.1
  • Bump junit from 4.12 to 4.13.2
  • update badges in README.md

Full Changelog: 0.1.3...0.1.4

0.1.1

29 Aug 04:35
Compare
Choose a tag to compare
  • add Optional.toString

0.1

18 Feb 03:47
Compare
Choose a tag to compare
0.1
  • initial release