Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@evowizz evowizz released this 18 Jan 16:09
· 44 commits to main since this release
8747823

The whole library has been reworked.
The library is now hosted over Maven Central. There are 3 main components

Core: This is mainly what used to be the "common" artifact.
Hashing: This used to be part of the "common" artifact
Mosaic: New library used to easily parse some text in a Markdown-similar style

To add these libraries:

// Replace _ with the current version
implementation("dev.evowizz.common:core:_")
implementation("dev.evowizz.common:hashing:_")
implementation("dev.evowizz.common:mosaic:_")

Full Changelog: 1.5.1...2.0.0