Releases: icerockdev/moko-fields
Releases · icerockdev/moko-fields
0.12.0
16 Apr 10:19
Compare
Sorry, something went wrong.
No results found
Changes
#49 add resetValidation function
#50 update moko-resources dependency
kotlin 1.8.10
Thanks
@KuzminVik
0.11.0
18 Dec 11:00
Compare
Sorry, something went wrong.
No results found
Changes
#45 new integration module - fields-material to integrate with material android library
0.10.0
11 Jun 08:36
Compare
Sorry, something went wrong.
No results found
Changes
#39 support of StateFlow - modules separeted to fields-core, fields-livedata, fields-flow
ATTENTION
breaking change - to continue usage of LiveData please add fields-livedata module in dependencies. also change imports (package renamed)
0.9.0
05 Mar 03:06
Compare
Sorry, something went wrong.
No results found
Changes
#35 support iosSimulatorArm64
#28 fix type mismatch
0.8.0
02 Jul 06:18
Compare
Sorry, something went wrong.
No results found
Changes
#29 kotlin 1.5.20
#29 gradle 1.5.20
Release 0.7.1
02 Apr 15:34
Compare
Sorry, something went wrong.
No results found
Changes
#25 migration to mavenCentral
Release 0.7.0
03 Feb 10:54
Compare
Sorry, something went wrong.
No results found
Changes
Added containedIn extension function for String validation #9
Added isEqual extension function for Any validation #13
Added DSL-like builder for ValidationResult #20
Release 0.6.0
13 Jan 06:13
Compare
Sorry, something went wrong.
No results found
Changes
kotlin 1.4.21
gradle 6.8
moko-mvvm 0.9.0
Release 0.5.0
08 Sep 12:42
Compare
Sorry, something went wrong.
No results found
Changes
Kotlin 1.4.0
project configuration with dependencySubstitution and includeBuild
Release 0.4.0
07 Apr 12:41
Compare
Sorry, something went wrong.
No results found
Changes
allow to override data in field subclasses #6
Validation api for simple description of validation rules #4
Thanks
@Tetraquark