Releases: aartikov/Sesame
Releases · aartikov/Sesame
1.5.0
1.4.0-beta1
sesame-loading: added loadedPageCount to PagedLoading state
1.3.0-beta1
Added sesame-compose-form module
1.2.0-beta1
- Add more arity for
computedandautorun
1.1.0-beta1
Refactoring and new features for Loading and PagedLoading:
- Rename
maptomapData - Remove methods without
freshflag for creating ofLoadingandPagedLoading - Remove internal state for
LoadingandPagedLoading - Add
mutateDatamethod toLoadingandPagedLoading - Remove
pageCountfromPagedLoading.Data - Add
Pageclass that allows to specify that next page exists - Add
DataMergerfor duplicate removing
1.0.0-beta4
Fix bug: computed is not recalculated when new input value is emitted immediately after initial input value.
1.0.0-beta3
Make LocalizedStrings Serializable
1.0.0-beta2
- form: add new
KeyboardTypes. - form: add validation method with lazily computed error message
- loading: add extensions for loading state mapping
1.0.0-beta1
Remove attach method from Loading. Pass CoroutineScope on construction.
1.0.0-alpha4
Add localized-string and form. Refactor navigation.