Skip to content

Releases: Topheee/xoson

v2.2.1

Choose a tag to compare

@Topheee Topheee released this 18 Apr 21:08
ee615b5

Fixes

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

v2.2.0

Choose a tag to compare

@Topheee Topheee released this 29 Mar 15:24
9b7513f

Changed

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

v2.1.0

Choose a tag to compare

@Topheee Topheee released this 26 Mar 12:52
06fb249

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

Choose a tag to compare

@Topheee Topheee released this 24 Nov 16:55
21aa77c

Fixed array parsing.

v2.0.1

Choose a tag to compare

@Topheee Topheee released this 24 Nov 16:48
432372a

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

v2.0

Choose a tag to compare

@Topheee Topheee released this 10 Oct 14:14
1730652

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

Choose a tag to compare

@Topheee Topheee released this 26 Jan 18:57
abcdcb9

Stable release. Distribution as source code only.

Feel free to clone and include in your projects.