Skip to content

Releases: arkivanov/parcelize-darwin

0.2.4

01 Mar 13:24
21da351
Compare
Choose a tag to compare

Versions and dependencies

Kotlin: 1.9.22

0.2.3

07 Nov 19:37
Compare
Choose a tag to compare
  • Updated Kotlin to 1.9.20 (149543d)

Versions and dependencies

Kotlin: 1.9.20

0.2.2

23 Sep 22:55
Compare
Choose a tag to compare
  • Use decodeTopLevelObjectOfClass instead of decodeObjectOfClass for better error handling (14b2099)

Versions and dependencies

Kotlin: 1.9.0

0.2.1

01 Sep 16:11
b9cc3f5
Compare
Choose a tag to compare
  • Support nullable types with custom parcelers (83ac023)

Versions and dependencies

Kotlin: 1.9.0

0.2.0

18 Aug 16:42
Compare
Choose a tag to compare

Custom parcelers support

This release adds the support of custom parcelers: Parceler interfac, plus WriteWith and TypeParceler annotations. Please see the updated readme.

Versions and dependencies

Kotlin: 1.9.0

0.1.5

10 Aug 07:59
Compare
Choose a tag to compare
  • Updated Kotlin to 1.9.0

Versions and dependencies

Kotlin: 1.9.0

0.1.4

13 Apr 19:20
Compare
Choose a tag to compare
  • Updated Kotlin to 1.8.20

Versions and dependencies

Kotlin: 1.8.20

0.1.3

21 Jan 16:30
Compare
Choose a tag to compare
  • Updated Kotlin to 1.8.0

Versions and dependencies

Kotlin: 1.8.0

0.1.2

14 Dec 18:36
Compare
Choose a tag to compare

The first release!

Supported targets: ios, watchos, tvos and macos

Supported types:

  • Kotlin primitive types and their nullable counterparts
  • String type
  • Enum classes
  • Parcelable classes
  • Collections: List, MutableList, Set, MutableSet, Map, MutableMap of all supported types

Versions and dependencies

Kotlin: 1.7.21