Skip to content

Releases: itIsMaku/Mommons

v2.5.1

15 Sep 22:21
ce7c612
Compare
Choose a tag to compare

🐞 Fixed

mommons-spigot

  • WorkerServiceClass#postInitialize was not called after initializing

v2.5

25 Jun 22:19
5c5903b
Compare
Choose a tag to compare

⭐ Added

mommons-spigot

v2.4

23 Mar 22:29
64fe6a1
Compare
Choose a tag to compare

⭐ Added

mommons-shared

  • Cooldown class for better handling expiration
  • Http utils (Rests class) for handling get and post request with REQ/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

07 Oct 10:38
3334ec7
Compare
Choose a tag to compare

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 in WorkerPlugin (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

25 Jun 19:15
c025ced
Compare
Choose a tag to compare

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

28 Apr 17:44
6f9bd38
Compare
Choose a tag to compare

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

21 Apr 23:11
9c6eb3b
Compare
Choose a tag to compare
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

2.1

19 Apr 21:11
8471073
Compare
Choose a tag to compare
2.1

What's Changed

  • GitHub Workflow Setup by @itIsMaku in #4
  • Services instantination by a constructor, relocation by @ZorTik in #3
  • Switched from Java 15 to Java 8
  • JitPack
  • Bugfixes

New Contributors

  • @ZorTik made their first contribution in #3

Full Changelog: https://github.com/itIsMaku/Mommons/commits/2.1

2.0

18 Apr 17:59
0ff4e08
Compare
Choose a tag to compare
2.0
GitHub Workflow Setup (#4)

* feat(workflow): ci init

* fix(workflow): gradlew executable permission

* fix(workflow): java version

* feat(gradle): publish artifact

* feat(gradle): switch to subprojects