Skip to content

Releases: Topheee/xoson

v2.2.1

18 Apr 21:08
ee615b5
Compare
Choose a tag to compare

Fixes

  • Compatibility with Xojo API v1 restored
  • Serialization of the optional primitives was not working.

v2.2.0

29 Mar 15:24
9b7513f
Compare
Choose a tag to compare

Changed

  • Support full RFC3339 spec for parsing dates.
  • Expose the DateIntermediate class to allow users to use the date parsing functionality.

v2.1.0

26 Mar 12:52
06fb249
Compare
Choose a tag to compare

Fixed

  • Fixed Date serialization.

Added

  • Optional types for primitives in the Xoson.O module to support (non-) serialization of absent values.

Changed

  • README.md for a hopefully better explanation.

v2.0.2

24 Nov 16:55
21aa77c
Compare
Choose a tag to compare

Fixed array parsing.

v2.0.1

24 Nov 16:48
432372a
Compare
Choose a tag to compare

Fixed parsing of specific primitive types, e.g. (U)Int64 and (U)Int8.

v2.0

10 Oct 14:14
1730652
Compare
Choose a tag to compare

Added array parsing, changed API to only [to|from]JSON()

Fixes

  • convert Dates to UTC timezone
  • correctly (de-)serialize Currency and Color

Improvements

  • parsing of top-level arrays
  • millisecond accuracy of Xojo.Core.Date

Version 1.0

26 Jan 18:57
abcdcb9
Compare
Choose a tag to compare

Stable release. Distribution as source code only.

Feel free to clone and include in your projects.