Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

49 lines (38 loc) · 1.6 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Fixed

  • Bugrelease.

Fixed

  • bug that caused explicitly set undefined properties to crash the serializer

Added

  • Possibility to serialize / deserialize null.

Added

  • Possibility to serialize arrays of objects in types.

Fixed

  • Build.

Added

  • Actual 1.0 release

Changed

  • Made prepare script executable

Library that does serialization and deserialization for JSON communication. It does work on nodeJS and it's planned to support browsers as well in the future. The main reason is to use decorators to register the serializable models and create a reliable json structure with those informations. Further information is found in the readme.