Releases: itIsMaku/Mommons
Releases · itIsMaku/Mommons
v2.5.1
v2.5
v2.4
⭐ Added
mommons-shared
- Cooldown class for better handling expiration
- Http utils (Rests class) for handling
get
andpost
request withREQ
/RES
classes - More symbols in Texts
- Capitalize strings util in Texts
- Static getter for obtaining java.sql.Connection from MySQL class
🐞 Fixed
mommons-shared
- LoggerHandler changed console color for reseting to white bright instead of reseting
mommons-bungee
- WorkerReceiver for bungeecord module had package and class name as same as for spigot module, renamed to BungeeWorkerReceiver
2.3.1
What's Changed
- 2.3 by @itIsMaku in #9
- fixed nullable server on downloading network token actions (spigot)
- removed storing local public ip address (spigot)
- added possibility for returning null for
registerServices
inWorkerPlugin
(spigot) @Ignore
annotation checking during creating table (entityframework)- changed wildcards to generic types in
ExpiringMap
builder method (shared) - added
@PostInitialize
annotation for worker service methods (worker)
Full Changelog: https://github.com/itIsMaku/Mommons/commits/2.3
2.2.2
What's Changed
- 2.2.2 by @itIsMaku in #8
- fixed expiring tokens in network token actions service (spigot)
- fixed delayed initialization of server services, because sync requests (spigot)
- typo in exception (bungee)
- getting classes for sql rows during creating table (entityframework)
- using Primitives from gson (entityframework)
Full Changelog: https://github.com/itIsMaku/Mommons/commits/2.2.2
2.2.1
What's Changed
- 2.2.1 by @itIsMaku in #7
- fixed bungee.yml and logger (bungee)
- removed registering cloud package (spigot-worker)
- added Tables class with creation entity sql table (entityframework)
Full Changelog: https://github.com/itIsMaku/Mommons/commits/2.2.1
2.2
What's Changed
- 2.2 by @itIsMaku in #5
- one shared logger handler (all)
- removed special services (worker)
- fixed resolving succesful of initialization services (worker)
- option to register whole java package with Reflections (worker)
- removed assigning logger handler to all bukkit plugins (spigot)
- shared ExecutorService for async tasks (spigot)
- cancelled "cz.maku.mommons.cloud" package, replaced by new SavableData (spigot)
- old cloud classes and methods in implemented classes (Server, CloudPlayer) are going to be removed in next release (annotated as deprecated)
- performance improvements with Servers (spigot)
- some services divided to another bukkit service during having listener in main logic (spigot)
Full Changelog: 2.1...2.2