Skip to content

Latest commit

 

History

History
84 lines (38 loc) · 3.39 KB

CHANGELOG.md

File metadata and controls

84 lines (38 loc) · 3.39 KB

1.6.1 (2023-06-11)

Bug Fixes

  • Fixed ConcurrentModificationException (7dc98f9)

1.6.0 (2023-06-11)

Features

  • Improve getLibFolder() method to create libraries folder if it does not exist (9373708)

1.5.1 (2023-06-08)

Bug Fixes

  • Remove unused field 'clazz' from LibraryLoader class (c6a47e3)

1.5.0 (2023-06-08)

Features

  • unload methods and other code improvements (7439fae)

1.4.0 (2023-01-14)

Bug Fixes

  • workflow: Fixed workflow (4d214a5)

Features

  • LibraryLoader: Added pathCheck parameter. (a40233d)

1.3.0 (2022-11-10)

Features

  • ClassLoaderAccess: contains method (a527a0e)
  • Exception: Dependency exceptions (7f31eb0)

1.2.0 (2022-11-07)

Features

  • LibraryLoader: Support for gradle dependency format (972a207)
  • MavenLibrary: Added value to the annotation (c1c193a)

1.1.2 (2022-11-04)

Bug Fixes

  • build.gradle: Removed unnecessary relocate/exclude (90c0cd8)

1.1.1 (2022-11-04)

Bug Fixes

  • publish.gradle: Fix GitHub packages URL (67f46d6)

1.1.0 (2022-11-04)

Features

  • ClassLoaderAccess: contains method (a259523)
  • LibraryLoader: Check if the dependency is already loaded (3d5c9ef)

1.0.0 (2022-11-03)

Features

  • LibraryLoader: LibraryLoader first commit (9b07b22)