Skip to content

Releases: hyperloris/tyson

v1.4.0

31 Jan 18:10
Compare
Choose a tag to compare

1.4.0 (2019-01-31)

Features

  • JsonProperty: add ignoreType option + test (b0e4008)

v1.3.0

01 Oct 16:15
Compare
Choose a tag to compare

1.3.0 (2018-10-01)

Bug Fixes

  • tyson: Add exports for 'public' classes on the main file (166d8ac)

Features

  • JsonProperty: add required option (f8d75f8)
  • JsonProperty: add the access option to allow only serialization or deserialization of the prop (430089d)

v1.2.0

23 Sep 12:56
Compare
Choose a tag to compare

1.2.0 (2018-09-23)

Features

  • adapters: add support for multi-type arrays (5de88b3)

v1.1.1

30 Aug 19:29
Compare
Choose a tag to compare

1.1.1 (2018-08-30)

Bug Fixes

  • ObjectTypeAdapter: change behavior during conversions - now ignore properties without metadata (ab3975c)
  • ObjectTypeAdapter: fix incorrect behavior when missing json property (7f412de)

v1.1.0

12 Jun 12:20
Compare
Choose a tag to compare

1.1.0 (2018-06-12)

Features

  • adapters: add a serialization option for the null values (0f1a6ba)

v1.0.0

27 Apr 16:03
Compare
Choose a tag to compare

1.0.0 (2018-04-27)

Features

  • adapters: add checks on primitive types during deserialization (57aeb66)
  • adapters: add date adapter (334ba75)
  • adapters: implement serialization (87c8ec4)
  • all: fromJson can now deserialize json array (7eb5067)