Releases: dipscope/TypeManager.TS
Releases · dipscope/TypeManager.TS
v1.2.2
Fixed
- Type error when trying to serialize and deserialize object with null values.
- Explicit deserialization of properties.
v1.2.1
Fixed
- Broken exports for browser based applications.
v1.2.0
Added
- Multiple property option to indicate that certain property is an array when using without reflect metadata.
Fixed
- Type extraction using reflect metadata.
v1.1.0
Added
- Global type options.
- Default value definition for types and properties.
- Implicit conversion for types and properties.
- Type manager stringify and parse methods for working with JSON.