Releases: shaungrady/enum-utils
Releases · shaungrady/enum-utils
v1.0.3-0
- Improve transportability of EnumMap 3be85c0
v1.0.2
-
Fix calling
EnumSet.toEnumMap
with heterogeneous value types 9956dcfPreviously, this would throw a compile error:
colors.toEnumMap({ [Color.Red]: 0, [Color.Blue]: '0', [Color.Green]: {}, })
v1.0.1
- Fix
TS2742
errors related to EnumMap 7342fe3
v1.0.0
v1.0.0-0
v0.2.1
- Fix import path to point directly to module instead of main b252fcd
v0.2.0
v0.1.5
v0.1.4
- Remove redundant Set construction 5f5fe38
v0.1.3
- Export
EnumMember
type from main 9e9c576 - Package cleanup and chores