Releases: Chrimle/Exception-Factory
Release list
v0.6.1
What's Changed
Note
This is an extra "fix" release, due to v0.6.0 not being released and published.
New Features
- Export
io.github.chrimle.exceptionfactoryModule by @Chrimle in #85Modularizes the project and exports it as
io.github.chrimle.exceptionfactory. NOTE: This is MAY be a breaking change, if the defaultexception.factorymodule name is used. If so, rename therequireto use the new official module name.
Dependency Updates
- Bump io.github.chrimle:chrimle-oss-parent from 0.12.0 to 0.13.1 by @dependabot[bot] in #80
Full Changelog: v0.5.0...v0.6.1
v0.6.0
What's Changed
New Features
- Export
io.github.chrimle.exceptionfactoryModule by @Chrimle in #85Modularizes the project and exports it as
io.github.chrimle.exceptionfactory. NOTE: This is MAY be a breaking change, if the defaultexception.factorymodule name is used. If so, rename therequireto use the new official module name.
Dependency Updates
- Bump io.github.chrimle:chrimle-oss-parent from 0.12.0 to 0.13.1 by @dependabot[bot] in #80
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
New Features
- Migrate Nullability Annotations to JSpecify by @Chrimle in #71
Migrate nullability annotations (
@Nullable/@NotNull) to JSpecify -annotations.
Dependency Updates
- Bump org.junit.jupiter:junit-jupiter from 5.13.4 to 6.0.0 by @dependabot[bot] in #40
- Bump org.junit.jupiter:junit-jupiter from 6.0.0 to 6.0.1 by @dependabot[bot] in #41
- Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 by @dependabot[bot] in #42
- Import
JUnitas Maven BOM by @Chrimle in #43 - Use
chrimle-oss-parentas Maven POM Parent by @Chrimle in #44 - Bump io.github.chrimle:chrimle-oss-parent from 0.0.0 to 0.1.0 by @dependabot[bot] in #46
- Bump io.github.chrimle:chrimle-oss-parent from 0.1.0 to 0.2.0 by @Chrimle in #49
- Bump io.github.chrimle:chrimle-oss-parent from 0.2.0 to 0.3.0 by @Chrimle in #52
- Bump io.github.chrimle:chrimle-oss-parent from 0.3.0 to 0.4.0 by @Chrimle in #54
- Use Version of JUnit Dependencies from POM Parent by @Chrimle in #55
- Bump io.github.chrimle:chrimle-oss-parent from 0.4.0 to 0.5.0 by @Chrimle in #56
- Bump io.github.chrimle:chrimle-oss-parent from 0.5.0 to 0.6.0 by @Chrimle in #57
- Bump org.jetbrains:annotations from 26.0.2 to 26.1.0 by @dependabot[bot] in #59
- Bump io.github.chrimle:chrimle-oss-parent from 0.6.0 to 0.7.0 by @dependabot[bot] in #60
- Bump io.github.chrimle:chrimle-oss-parent from 0.7.0 to 0.8.0 by @dependabot[bot] in #61
- Bump io.github.chrimle:chrimle-oss-parent from 0.8.0 to 0.9.0 by @dependabot[bot] in #62
- Bump io.github.chrimle:chrimle-oss-parent from 0.9.0 to 0.10.0 by @dependabot[bot] in #63
- Bump io.github.chrimle:chrimle-oss-parent from 0.10.0 to 0.11.0 by @dependabot[bot] in #64
- Bump io.github.chrimle:chrimle-oss-parent from 0.11.0 to 0.11.1 by @dependabot[bot] in #65
- Bump io.github.chrimle:chrimle-oss-parent from 0.11.1 to 0.11.2 by @dependabot[bot] in #68
- Bump io.github.chrimle:chrimle-oss-parent from 0.11.2 to 0.11.3 by @dependabot[bot] in #70
- Bump io.github.chrimle:chrimle-oss-parent from 0.11.3 to 0.12.0 by @dependabot[bot] in #75
- Inherit JetBrains Annotations Version from Parent POM by @Chrimle in #76
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
JavaDoc Changes
- Add
@since&@seeJavaDoc Tags toRequirementLevel.SHOULD_NOTby @Chrimle in #33 - Update
OneArgTemplateEnum JavaDocs by @Chrimle in #34
Dependency Updates
- Bump org.sonatype.central:central-publishing-maven-plugin from 0.8.0 to 0.9.0 by @dependabot[bot] in #30
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 by @dependabot[bot] in #31
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.2 to 3.12.0 by @dependabot[bot] in #29
- Inherit
google-java-formatVersion fromspotless-maven-pluginby @Chrimle in #35
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.0
v0.2.0
What's Changed
New Features
- Add New
MessageTemplates.OneArgTemplateEnum Constants by @Chrimle in #15 - Add New
MessageTemplates.TwoArgTemplateEnum Constants by @Chrimle in #16
JavaDoc Changes
- Add Missing
@sinceJavaDoc Tags by @Chrimle in #13 - Add Example Usage in
ExceptionFactoryJavaDoc by @Chrimle in #14
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
New Features
- Add
ExceptionFactory-class by @Chrimle in #3 - Add
ExceptionBuilder-class by @Chrimle in #4 - Add
ExceptionBuilder.setMessage(...)-methods by @Chrimle in #5 - Add
MessageTemplates-class by @Chrimle in #7 - Add
ExceptionFactory-methods by @Chrimle in #8
Dependency Updates
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.45.0 to 2.46.1 by @dependabot[bot] in #1
- Bump org.junit.jupiter:junit-jupiter from 5.12.2 to 5.13.4 by @dependabot[bot] in #6
New Contributors
- @Chrimle made their first contribution in #2
- @dependabot[bot] made their first contribution in #1
Full Changelog: https://github.com/Chrimle/Exception-Factory/commits/v0.1.0