Skip to content

Releases: Chrimle/Exception-Factory

v0.6.1

Choose a tag to compare

@Chrimle Chrimle released this 11 Jul 22:50
Immutable release. Only release title and notes can be modified.
v0.6.1
ac5ae8e

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.exceptionfactory Module by @Chrimle in #85

    Modularizes the project and exports it as io.github.chrimle.exceptionfactory. NOTE: This is MAY be a breaking change, if the default exception.factory module name is used. If so, rename the require to 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

Choose a tag to compare

@Chrimle Chrimle released this 11 Jul 22:31
Immutable release. Only release title and notes can be modified.
v0.6.0
8141e40

What's Changed

New Features

  • Export io.github.chrimle.exceptionfactory Module by @Chrimle in #85

    Modularizes the project and exports it as io.github.chrimle.exceptionfactory. NOTE: This is MAY be a breaking change, if the default exception.factory module name is used. If so, rename the require to 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

Choose a tag to compare

@Chrimle Chrimle released this 29 May 21:36
Immutable release. Only release title and notes can be modified.
v0.5.0
05b1f23

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 JUnit as Maven BOM by @Chrimle in #43
  • Use chrimle-oss-parent as 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

Choose a tag to compare

@Chrimle Chrimle released this 26 Sep 20:42
0ac0533

What's Changed

JavaDoc Changes

  • Add @since & @see JavaDoc Tags to RequirementLevel.SHOULD_NOT by @Chrimle in #33
  • Update OneArgTemplate Enum 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-format Version from spotless-maven-plugin by @Chrimle in #35

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@Chrimle Chrimle released this 03 Aug 21:56
195b616

What's Changed

New Features

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@Chrimle Chrimle released this 31 Jul 17:33
80f9735

What's Changed

New Features

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@Chrimle Chrimle released this 30 Jul 15:08
0199c83

What's Changed

New Features

  • Add New MessageTemplates.OneArgTemplate Enum Constants by @Chrimle in #15
  • Add New MessageTemplates.TwoArgTemplate Enum Constants by @Chrimle in #16

JavaDoc Changes

  • Add Missing @since JavaDoc Tags by @Chrimle in #13
  • Add Example Usage in ExceptionFactory JavaDoc by @Chrimle in #14

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@Chrimle Chrimle released this 28 Jul 11:47
422bf36

What's Changed

New Features

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

Full Changelog: https://github.com/Chrimle/Exception-Factory/commits/v0.1.0