Skip to content

0.4.0

Compare
Choose a tag to compare
@ajoberstar ajoberstar released this 13 Aug 21:02
· 11 commits to main since this release

This release moves the project under the Clojurephant organization, since that's where the primary usage comes from.

To adopt, switch from:

testRuntimeOnly("org.ajoberstar:jovial:0.3.0")

To:

testRuntimeOnly("dev.clojurephant:jovial:0.4.0")

Breaking Changes

  • Coordinates changed from org.ajoberstar:jovial to dev.clojurephant:jovial
  • Classes/namespaces changed from org.ajoberstar.jovial.* to dev.clojurephant.jovial.* (unlikely to impact anyone, unless you were extending Jovial somehow)

Enhancements

  • License changed to MIT for more flexibility for users

Fixes

None

Deprecations

None

Compatibility

Java: requires 8 or higher