Skip to content

Releases: GeorgeV220/MartexLibrary

v11.16.0

15 Jun 13:10
Compare
Choose a tag to compare

11.16.0 (2024-06-15)

Features

  • database: add JsonEntityRepository class (7a31a80)

v11.15.2

15 Jun 04:01
Compare
Choose a tag to compare

11.15.2 (2024-06-15)

Bug Fixes

  • EntityRepository: correct constructor check (again) (b3f7ec1)

v11.15.1

15 Jun 03:47
Compare
Choose a tag to compare

11.15.1 (2024-06-15)

Bug Fixes

  • Correct parameter type in checkForConstructorWithSingleVarargString method. (50c9a12)

v11.15.0

15 Jun 00:56
Compare
Choose a tag to compare

11.15.0 (2024-06-15)

Bug Fixes

  • database: create data folder if it doesn't exist (53aba8c)
  • Fix build issues (44f81bf)

Features

  • database: add GenericEntity class (05b2153)
  • Removed DatabaseWrapper and moved Database class to SQL package (c6b4518)

v11.14.0

30 Apr 01:11
Compare
Choose a tag to compare

11.14.0 (2024-04-30)

Features

  • Refactor Minecraft version detection (ae51039)

v11.13.1

29 Apr 10:38
Compare
Choose a tag to compare

11.13.1 (2024-04-29)

Bug Fixes

  • minecraft: handle unknown versions gracefully (64a593f)

v11.13.0

29 Apr 10:24
Compare
Choose a tag to compare

11.13.0 (2024-04-29)

Bug Fixes

  • ObjectMap: Raw usage in static methods (c32c6fd)
  • Return the correct ObjectMap type (6ae469c)

Features

  • minecraft: add support for Minecraft version 1.20.5 (ba10a37)

v11.12.0

18 Mar 19:42
Compare
Choose a tag to compare

11.12.0 (2024-03-18)

Features

  • maps: add Pair and PairDocument classes (1b2d557)

v11.11.0

15 Mar 15:16
Compare
Choose a tag to compare

11.11.0 (2024-03-15)

Features

  • database: add async operations to entity repositories (adbdc24)

v11.10.0

15 Mar 14:33
Compare
Choose a tag to compare

11.10.0 (2024-03-15)

Features

  • database: add collectionName field to MongoDBEntityRepository (56d900c)
  • database: add tableName field to MySQLEntityRepository (41d887e)