v2.0.0-dev.1
Pre-release
Pre-release
kennedykori
released this
13 Jan 22:31
·
16 commits
to develop
since this release
2.0.0-dev.1 (2024-01-13)
⚠ BREAKING CHANGES
- change base package name from
com.kori_47.utils
toio.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.