Skip to content

v1.0.2

Latest
Compare
Choose a tag to compare
@shaungrady shaungrady released this 25 Aug 00:57
· 2 commits to main since this release
2fdad04
  • Fix calling EnumSet.toEnumMap with heterogeneous value types 9956dcf

    Previously, this would throw a compile error:

     colors.toEnumMap({
     	[Color.Red]: 0,
     	[Color.Blue]: '0',
     	[Color.Green]: {},
     })

v1.0.1...v1.0.2