Skip to content

Lamp v4: Beta 12

Compare
Choose a tag to compare
@Revxrsal Revxrsal released this 21 Sep 22:22
· 115 commits to v4 since this release
  • Fix annotation replacers not replacing annotations on classes
  • Natively unregister commands on Bukkit when they are unregistered on the Lamp side
  • Annotation safety: Lamp will require all your annotations to have @Retention(RUNTIME). This will prevent confusion when the user tries to query an annotation that does not have a runtime retention policy.
  • Fixed @Length not having runtime retention
  • Fixed Kotlin's default arguments not working with primitives
  • Fixed Kotlin's default arguments not working with methods when the method is declared with a context receiver.

Full Changelog: 4.0.0-beta.11...4.0.0-beta.12