Skip to content

Releases: shaungrady/enum-utils

v1.0.3-0

24 Oct 14:56
06b4b07
Compare
Choose a tag to compare
v1.0.3-0 Pre-release
Pre-release
  • Improve transportability of EnumMap 3be85c0

v1.0.2...v1.0.3-0

v1.0.2

25 Aug 00:57
2fdad04
Compare
Choose a tag to compare
  • 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

v1.0.1

31 Jul 00:42
eddda85
Compare
Choose a tag to compare
  • Fix TS2742 errors related to EnumMap 7342fe3

v1.0.0...v1.0.1

v1.0.0

27 Jul 22:44
a632581
Compare
Choose a tag to compare

This release fixes the hybrid ESM/CommonJS module build using tshy.

v1.0.0-0

25 Jul 01:56
cea1732
Compare
Choose a tag to compare
v1.0.0-0 Pre-release
Pre-release

This release intends to fix the nightmare of hybrid CommonJS/ESM builds by leaning on tshy.

  • Switch to tshy build, upgrade packages 1295f8c

v0.2.1...v1.0.0-0

v0.2.1

24 Jun 23:13
2a367cd
Compare
Choose a tag to compare
  • Fix import path to point directly to module instead of main b252fcd

v0.2.0...v0.2.1

v0.2.0

24 Jun 23:08
b23922a
Compare
Choose a tag to compare
  • Create util types for getting member and value types (EnumSetMembers, EnumMapMembers, and EnumMapValues) 3b16bf5
  • Add extensions to imports 4264f8d
  • Upgrade type-fest 86b420d

v0.1.5...v0.2.0

v0.1.5

02 May 00:40
a72f42a
Compare
Choose a tag to compare
  • Upgrade type-fest dependency, dev dependencies ea6f4e3
  • Fix README documentation error c3c1487

v0.1.4...v0.1.5

v0.1.4

30 Apr 19:58
5cb4bde
Compare
Choose a tag to compare
  • Remove redundant Set construction 5f5fe38

v0.1.3...v0.1.4

v0.1.3

23 Apr 20:12
fdf2ad4
Compare
Choose a tag to compare
  • Export EnumMember type from main 9e9c576
  • Package cleanup and chores

v0.1.2...v0.1.3