⚠️ NEW REPOSITORY ⚠️
Due to Jitpack being absolutely terrible, I've decided to self-host a repository for all my projects!
New repository link: https://repo.srnyx.com/releases/
Snapshots: https://repo.srnyx.com/snapshots/
I think you can technically still use Jitpack, but I'll no longer official support it :)
Changes
Full Changelog: 2.0.0...3.0.0
New classes!
MapGenerator
HttpUtility
- Add configurable connection object for HttpUtility
- Add HttpUtility#DEBUG
- Remove HttpUtility#patchJson(...)
- Make data nullable in HttpUtility
- Catch any exception with debug
- Make HttpUtility methods return new Response object
- Improve HttpUtility
Stringable
SemanticVersion
Mapper
- Add Mapper#toUUID(Object)
- Specify exceptions for Mapper
- Add Mapper#toEnum(String, Class)
- Add JSON mappers to Mapper
- Add more Mappers
toFloat(Object)toShort(Object)toByte(Object)toBigInteger(Object)toBigDecimal(Object)
FileUtility
- Add FileUtility#getResourceContent(String)
- Add FileUtility copy methods
#copyResourceFolder(String, Path)- `#walkAndCopy(Path, Path)
- Add FileUtility#getResourceFiles(String)
MiscUtility
- Add MiscUtility fields
RANDOMAVAILABLE_PROCESSORSCPU_SCHEDULERIO_SCHEDULER
- Add MiscUtility#JSON_PARSER