Skip to content

Releases: GeorgeV220/MartexLibrary

v11.9.0

12 Mar 17:56
Compare
Choose a tag to compare

11.9.0 (2024-03-12)

Features

  • database: add yaml support and create YamlEntityRepository (912bdd0)

v11.8.0

12 Mar 15:29
Compare
Choose a tag to compare

11.8.0 (2024-03-12)

Features

  • database: add 'Column' annotation class (4af567b)
  • database: add MongoDB and MySQL entity repositories (8ac2c17)
  • database: remove deprecated getCollection method (3e53557)
  • database: Remove EntityManager and EntityManagerImpl (695e004)

v11.7.0

06 Feb 01:41
Compare
Choose a tag to compare

11.7.0 (2024-02-06)

Bug Fixes

  • Fix initialization of versionNumber and releaseNumber variables (f09a0c0)
  • inventory: add generic type parameters to MinecraftScheduler (cf0161b)
  • inventory: check for null tasks before cancelling (b75ae53)
  • minecraft/scheduler: Add the new changes to Bungee/Velocity schedulers and other classes (b88c6d0)
  • Modify KryoUtils to handle IOExceptions (78e1d8e)
  • Revert "Modify KryoUtils to handle IOExceptions" (0c146a7)

Features

  • Add 1_20_R3 enum constant. (7899b7f)
  • Add ItemStackSerializer class for serializing and deserializing ItemStacks and Inventories (e679336)
  • Add support for Minecraft version 1.20.2 (17307cd)
  • build.gradle: Add shadow configuration for project dependencies (38bab9f)
  • constructor: Add constructors to ConcurrentObjectMap, HashObjectMap, LinkedObjectMap, and TreeObjectMap (68c2075)
  • inventory: add animated option to createPagedInventory methods (6ae2e38)
  • inventory: add animated property to paged inventory (27f61d9)
  • inventory: add InventoryMap class for representing inventory contents (7e6c706)
  • minecraft/scheduler: Add entity scheduler wrapper for folia. (e4f59f1)
  • minecraft/scheduler: add isCancelled and getTaskId methods to SchedulerTask interface and implementations (a293366)
  • minecraft/scheduler: add SchedulerRunnable class (f074e15)
  • minecraft: add generic types and methods to scheduler classes (beta) (95ba248)
  • scheduler: Add methods to create delayed, repeating tasks for specific world/chunk and location (21baa8a)

v11.7.0-beta.10

05 Jan 05:54
Compare
Choose a tag to compare
v11.7.0-beta.10 Pre-release
Pre-release

11.7.0-beta.10 (2024-01-05)

Bug Fixes

  • inventory: add generic type parameters to MinecraftScheduler (cf0161b)
  • inventory: check for null tasks before cancelling (b75ae53)

Features

  • inventory: add animated option to createPagedInventory methods (6ae2e38)
  • inventory: add animated property to paged inventory (27f61d9)

v11.7.0-beta.9

02 Jan 15:33
Compare
Choose a tag to compare
v11.7.0-beta.9 Pre-release
Pre-release

11.7.0-beta.9 (2024-01-02)

Features

  • minecraft: add generic types and methods to scheduler classes (beta) (95ba248)

v11.7.0-beta.8

27 Dec 16:08
Compare
Choose a tag to compare
v11.7.0-beta.8 Pre-release
Pre-release

11.7.0-beta.8 (2023-12-27)

Features

  • minecraft/scheduler: add isCancelled and getTaskId methods to SchedulerTask interface and implementations (a293366)
  • minecraft/scheduler: add SchedulerRunnable class (f074e15)

v11.7.0-beta.7

07 Dec 19:09
Compare
Choose a tag to compare
v11.7.0-beta.7 Pre-release
Pre-release

11.7.0-beta.7 (2023-12-07)

Features

  • Add 1_20_R3 enum constant. (7899b7f)

v11.7.0-beta.6

11 Nov 14:49
Compare
Choose a tag to compare
v11.7.0-beta.6 Pre-release
Pre-release

11.7.0-beta.6 (2023-11-11)

Bug Fixes

  • Revert "Modify KryoUtils to handle IOExceptions" (0c146a7)

v11.7.0-beta.5

10 Nov 22:26
Compare
Choose a tag to compare
v11.7.0-beta.5 Pre-release
Pre-release

11.7.0-beta.5 (2023-11-10)

Bug Fixes

  • Modify KryoUtils to handle IOExceptions (78e1d8e)

v11.7.0-beta.4

26 Oct 14:06
Compare
Choose a tag to compare
v11.7.0-beta.4 Pre-release
Pre-release

11.7.0-beta.4 (2023-10-26)

Features

  • Add support for Minecraft version 1.20.2 (17307cd)