Releases: PatilShreyas/mutekt
Releases · PatilShreyas/mutekt
v1.0.1
v1.0.0-ios
What's New
Added support for the iOS platform (for usage in KMM).
Full Changelog: v1.0.0...v1.0.0-ios
v1.0.0
The first stable release 🎉
What's new
- [#25] Added a generated function to create an instance of the immutable model.
- [#26] Added a generated extension function for the Immutable model to be able to convert it into a mutable model
Full Changelog: v1.0.0-beta01...v1.0.0
v1.0.0-beta01
What's new
- Added Kotlin Multiplatform support (Thanks to @DVDAndroid for contribution)
Full Changelog: v1.0.0-alpha03...v1.0.0-beta01
v1.0.0-alpha03
What's Changed
- [#9] Added support for updating multiple state fields atomically with Mutekt-generated mutable model. Just use
update{}
on the instance of mutable model.
Example:
val state = MutableNotesState(...)
state.update {
isLoading = false
notes = listOf("Lorem Ipsum")
}
Full Changelog: v1.0.0-alpha02...v1.0.0-alpha03
v1.0.0-alpha02
The first public alpha release of Mutekt.
v1.0.0-alpha01
Release v1.0.0-alpha01