Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@kennedykori kennedykori released this 23 Jan 08:25
47dbfd0

2.0.0 (2024-01-23)

⚠ BREAKING CHANGES

  • change base package name from com.kori_47.utils to io.github.kennedykori.utils.

This change has been necessitated by the
shutdown of Bintray.
As such, the project will be migrating to Maven Central as the primary
hosting platform for the project binaries. Maven Central is a more
stable hosting service. Hopefully, this will result in a better and
more reliable experience.

A change of the base package name is a breaking change and will result in a new major release.

Migrate from v1.x.x to v2.x.x

Change the import statement as follows:

-import static com.kori_47.utils.ObjectUtils.*;
+import static io.github.kennedykori.utils.ObjectUtils.*;

That's it. The library API remains the same.

  • change base package name

A change of the base package name is a breaking change and should
result in a new major release.

Features

Refactors