Releases: dipscope/TypeManager.TS
Releases · dipscope/TypeManager.TS
v8.2.1
v8.2.0
v8.1.3
v8.1.2
v8.1.1
v8.1.0
v8.0.1
v8.0.0
Added
- Support for lazy parent type and interface inheritance.
- Performance on large object graphs is up to 3 times faster.
Changed
- The metadata is now read-only and configuration must be done using the provided API.
- Declaring and retrieving user custom options has been simplified.
- Property
customOptions
was replaced withcustomValueMap
. - Property
parentTypeFns
was replaced withparentTypeArguments
. - Custom context is now part of the metadata.
Migrating from previous version
- Rename
customOptions
tocustomValueMap
and wrap your configuration array into map. - Rename
parentTypeFns
toparentTypeArguments
if you have this option declared on your type.