Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@alexvanyo alexvanyo released this 05 Jun 15:59
71a0c5c

Bug fixes:

  • Switch to is instead of == to improve static initialization behavior (#130). Thanks @kyay10 !
  • Ensure objects are not duplicated in the sealed enum list, if reachable from more than one subclass (#135). Thanks @kyay10 !

Breaking changes:

  • The type of EnumForSealedEnumProvider.enumClass is updated from a Class to a KClass.
    This allows runtime to not depend on any JVM classes, and therefore can be a multiplatform artifact in the future.