Releases: WPS/common-contracts
Releases · WPS/common-contracts
v0.11
What's Changed
- Bump junit.jupiter.version from 6.0.0 to 6.0.1 by @dependabot[bot] in #67
- Bump checker.framework.version from 3.51.1 to 3.52.1 by @dependabot[bot] in #70
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #69
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.9.0 to 0.10.0 by @dependabot[bot] in #71
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0 by @dependabot[bot] in #74
- Bump checker.framework.version from 3.52.1 to 3.53.1 by @dependabot[bot] in #75
- Bump junit.jupiter.version from 6.0.1 to 6.0.3 by @dependabot[bot] in #76
Full Changelog: v0.10...v0.11
v0.10
What's Changed
- Boolean methods in
BaseContracts, see Boolean methods as overloads for boolean methods to avoid unboxing NPEs
v0.9
What's Changed
- Bump junit.jupiter.version from 5.11.2 to 5.11.3 by @dependabot[bot] in #31
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 by @dependabot[bot] in #33
- Bump checker.framework.version from 3.48.1 to 3.48.2 by @dependabot[bot] in #32
- Bump junit.jupiter.version from 5.11.3 to 5.11.4 by @dependabot[bot] in #36
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2 by @dependabot[bot] in #34
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.6.0 to 0.7.0 by @dependabot[bot] in #38
- Bump checker.framework.version from 3.48.2 to 3.48.4 by @dependabot[bot] in #37
- Bump checker.framework.version from 3.48.4 to 3.49.0 by @dependabot[bot] in #39
- Bump checker.framework.version from 3.49.0 to 3.49.2 by @dependabot[bot] in #45
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot[bot] in #41
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot[bot] in #42
- Bump junit.jupiter.version from 5.11.4 to 5.12.1 by @dependabot[bot] in #44
- Bump checker.framework.version from 3.49.2 to 3.49.3 by @dependabot[bot] in #47
- Bump junit.jupiter.version from 5.12.1 to 5.12.2 by @dependabot[bot] in #46
- Bump junit.jupiter.version from 5.12.2 to 5.13.1 by @dependabot[bot] in #50
- Bump checker.framework.version from 3.49.3 to 3.49.4 by @dependabot[bot] in #49
- Bump junit.jupiter.version from 5.13.1 to 5.13.2 by @dependabot[bot] in #52
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 by @dependabot[bot] in #51
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot[bot] in #55
- Bump junit.jupiter.version from 5.13.2 to 5.13.3 by @dependabot[bot] in #53
- Bump checker.framework.version from 3.49.4 to 3.49.5 by @dependabot[bot] in #54
- Bump junit.jupiter.version from 5.13.3 to 5.13.4 by @dependabot[bot] in #56
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.11.3 by @dependabot[bot] in #57
- Bump checker.framework.version from 3.49.5 to 3.51.1 by @dependabot[bot] in #63
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #61
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #60
- Bump junit.jupiter.version from 5.13.4 to 6.0.0 by @dependabot[bot] in #64
Full Changelog: v0.7...v0.9
v0.8
Full Changelog: v0.7...v0.8
v0.7
Release 0.7
Release 0.6
Full Changelog: v0.5...v0.6
v0.5
What's Changed
-
Add maxLength Methods to StringContracts
-
Bump checker.framework.version from 3.42.0 to 3.43.0 by @dependabot in #10
-
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 by @dependabot in #4
-
Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #6
-
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4 by @dependabot in #8
-
Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.1 to 3.1.2 by @dependabot in #9
Full Changelog: v0.4...v0.5
v0.4
New
StringContractsto check preconditions, state and postconditions on strings
v0.3
Added first version of CollectionContracts