Skip to content

0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 08:39
· 89 commits to master since this release
ba11e5c

Additions

  • Added more stuff to the RenderUtil
  • @DeprecationDetails.RemovedInVersion - Used for marking stuff that's deprecated for removal.

Removals

  • compat/MathHelper - deprecated in 0.10
  • @FloatConfig - deprecated in 0.10

Deprecations

  • UpdateChecker -> fetchUpdates and fetchUpdatesAsync - deprecated in 0.11, marked for removal in 0.13, use V2 instead.
  • Config fields without @DefaultX annotations now cause an init-time crash

Changes

  • Removed the "SNEED" clause from the license. Now it's just plain old LGPLv3
  • Large codebase cleanup
  • Un-deprecated the programmatic DependencyLoader API. It's small enough that it's not an active maintenance burden, and it's nice to have.