Releases: GeorgeV220/MartexLibrary
Releases · GeorgeV220/MartexLibrary
v11.6.0-beta.10
Features
- Entity: Add getCustomData method (8a129af)
- Remove entity from loadedEntities when deleting it (c906181)
v11.6.0-beta.8
Bug Fixes
- EntityManager: Fix saveAll() method to correctly iterate over loadedEntities (2839b06)
v11.6.0-beta.7
Bug Fixes
- Change parameter type in placeholderAPI method from CommandSender to ServerOperator (8fd4e71)
v11.6.0-beta.6
Features
- Add ActionSerializer for Kryo serialization (062ab97)
v11.6.0-beta.5
Bug Fixes
- Update List to ArrayList in ItemCommandSerializer (6daaf5a)
v11.6.0-beta.4
Features
- Add 'com.esotericsoftware:kryo:5.5.0' as a compileOnly dependency (1857292)
- Add serializers for ItemCommand, ItemStack, and Material (10f30ab)
- inventory: Add ItemCommandSerializer for ItemBuilder (1c8f1d3)
v11.6.0-beta.3
Features
- KryoUtils: Add new methods (4a42228)
v11.6.0-beta.2
Features
- inventory: Add Kryo enablement to InventoryRegistrar (b1a33b4)
v11.6.0-beta.1
Features
- Add KryoUtils class for serializing and deserializing objects (28bde30)
- Add support for Kryo serialization in ItemBuilder (e1cecce)
- build.gradle: Add shadow configuration for dependencies (3f14089)
- inventory: Add kryo enablement for PagedInventory (8d5e7bb)
v11.5.0
11.5.0 (2023-07-02)
Features
- action: add ability to add multiple actions to ActionManager (58c47ec)
- inventory: Change Action class to interface (5919ef9)
- ItemBuilder: Simplify code for building actions from config files (9dd0d1e)