Skip to content

Releases: olaferlandsen/Typescript-Json-Object-Mapper

1.1.5 is out

29 Aug 15:41
Compare
Choose a tag to compare

Features

  • No-Initiation(Using only reference to class)
  • Renaming properties
  • Convert data types
    • to Date
      • from String using Date.parse
      • from Integer using Date
    • to Integer
      • from String using Number
    • to Float
      • from String using Number
    • to Boolean
  • Sub-Views(Recursivity)
    • Array sub-views
    • Single sub-view
  • Date values
  • Serialize from Object Array
  • Serialize from Object