Skip to content

Commit 735cbd1

Browse files
committed
v1.0.1 - guard identifier and enum types by their name/id to be more forgiving of npm's nested dependencies.
1 parent 616361c commit 735cbd1

File tree

6 files changed

+266
-149
lines changed

6 files changed

+266
-149
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CHANGELOG
22

33

4+
## v1.0.1
5+
* Guard against value's constructor name instead of instanceof in `IdentifierType`.
6+
* Guard against value's `getEnumId` value instead of instanceof in `IntEnumType` and `StringEnumType`.
7+
8+
49
## v1.0.0
510
* Tag first stable version.
611

0 commit comments

Comments
 (0)