Skip to content

Releases: dipscope/TypeManager.TS

v1.2.2

22 May 14:50
Compare
Choose a tag to compare

Fixed

  • Type error when trying to serialize and deserialize object with null values.
  • Explicit deserialization of properties.

v1.2.1

22 May 14:50
Compare
Choose a tag to compare

Fixed

  • Broken exports for browser based applications.

v1.2.0

22 May 14:49
Compare
Choose a tag to compare

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

22 May 14:49
Compare
Choose a tag to compare

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.