Releases: icerockdev/moko-fields
Releases · icerockdev/moko-fields
0.12.0
Changes
- #49 add
resetValidation
function
- #50 update moko-resources dependency
- kotlin 1.8.10
Thanks
@KuzminVik
0.11.0
Changes
- #45 new integration module -
fields-material
to integrate with material android library
0.10.0
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
Changes
- #35 support iosSimulatorArm64
- #28 fix type mismatch
0.8.0
Changes
- #29 kotlin 1.5.20
- #29 gradle 1.5.20
Release 0.7.1
Changes
- #25 migration to mavenCentral
Release 0.7.0
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
Changes
- kotlin 1.4.21
- gradle 6.8
- moko-mvvm 0.9.0
Release 0.5.0
Changes
- Kotlin 1.4.0
- project configuration with
dependencySubstitution
and includeBuild
Release 0.4.0
Changes
- allow to override
data
in field subclasses #6
Validation
api for simple description of validation rules #4
Thanks
@Tetraquark