v1.3.2
·
113 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
- Maven:
<dependencies> <dependency> <groupId>io.github.problem4j</groupId> <artifactId>problem4j-core</artifactId> <version>1.3.2</version> </dependency> </dependencies>
- Gradle (Kotlin DSL):
dependencies { implementation("io.github.problem4j:problem4j-core:1.3.2") }
Fixed
- Resolve confusing naming of
ProblemBuilderinterface methods having singular naming, but actually taking plural arguments (and deprecate old ones). - Apply minor fixes in JavaDocs,
toStringand exception messages.