Releases: arkivanov/parcelize-darwin
Releases · arkivanov/parcelize-darwin
0.2.4
Versions and dependencies
Kotlin: 1.9.22
0.2.3
Versions and dependencies
Kotlin: 1.9.20
0.2.2
- Use
decodeTopLevelObjectOfClass
instead of decodeObjectOfClass
for better error handling (14b2099)
Versions and dependencies
Kotlin: 1.9.0
0.2.1
- Support nullable types with custom parcelers (83ac023)
Versions and dependencies
Kotlin: 1.9.0
0.2.0
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
Versions and dependencies
Kotlin: 1.9.0
0.1.4
Versions and dependencies
Kotlin: 1.8.20
0.1.3
Versions and dependencies
Kotlin: 1.8.0
0.1.2
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