Skip to content

Releases: PatilShreyas/mutekt

v1.0.1

16 Apr 09:26
92f450d
Compare
Choose a tag to compare

What's New

Added support for the iOS platform (for usage in KMM).


Full Changelog: v1.0.0...v1.0.1

v1.0.0-ios

16 Apr 09:27
Compare
Choose a tag to compare
v1.0.0-ios Pre-release
Pre-release

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

19 Mar 11:40
Compare
Choose a tag to compare

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

19 Feb 11:01
0c9d136
Compare
Choose a tag to compare

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

13 Sep 14:37
e2fca1f
Compare
Choose a tag to compare

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

31 Jul 14:18
Compare
Choose a tag to compare

The first public alpha release of Mutekt.

v1.0.0-alpha01

13 Sep 14:37
Compare
Choose a tag to compare
v1.0.0-alpha01 Pre-release
Pre-release
Release v1.0.0-alpha01