Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Releases: hkellaway/Gloss

2.0.0-beta.2

04 Nov 20:15
2231423
Compare
Choose a tag to compare

Updates:

  • #311 renames Decodable and Encodable to JSONDecodable and JSONEncodable respectiveluy (thanks @GabrielAraujo)

2.0.0-beta.1 - Swift 4 compatibility

27 Sep 17:33
Compare
Choose a tag to compare

Updates:

1.2.4

30 Mar 20:30
Compare
Choose a tag to compare

Updates:

1.2.3

30 Mar 20:05
Compare
Choose a tag to compare

Updated:

  • #280 adds check for null value before logging decoding failure (thanks for the suggestion @vgillestad)

1.2.2

28 Mar 15:14
Compare
Choose a tag to compare

Updates:

  • #277 adds logging for when a value is found but cannot be decoded (thanks for the suggestion @justinzealand)

1.2.1

12 Feb 04:28
Compare
Choose a tag to compare

Updates:

  • #272 fixes Decodable extensions only being available for iOS (thanks for the suggestion @RomanTruba)

1.2.0

16 Jan 02:33
Compare
Choose a tag to compare

Updates:

1.1.1

27 Nov 22:48
Compare
Choose a tag to compare

Updates:

  • #228 Updated tests to be run using swift test when loading as a Swift Package (thanks @ejmartin504)
  • #233 Nested UUID values not being decoded properly (thanks @ryanschneider)

1.1.0

26 Oct 01:54
Compare
Choose a tag to compare

Updates:

  • #225 reintroduced the nested keypaths feature 🎉 (thanks @ferusinfo)
  • #226 added support for UUID types (thanks @Hiiragisan09)

Upgrade Notes

The nested keypaths feature that was removed in version 0.8.0 and 1.0.0 has been reintroduced this version.

1.0.0

20 Sep 12:07
Compare
Choose a tag to compare

Updates:

  • #212 updated the JSON typealias to use Any instead of AnyObject (thanks for the suggestion @gerbiljames)
  • #214 updated to Swift 3.0
  • #216 updated syntax to better align with Swift 3.0

Upgrade Notes

The "nested keypaths" feature was removed version 0.8.0 (see Issue #135). However, it was reintroduced in version 1.1.0.