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
computed
andautorun
1.1.0-beta1
Refactoring and new features for Loading
and PagedLoading
:
- Rename
map
tomapData
- Remove methods without
fresh
flag for creating ofLoading
andPagedLoading
- Remove internal state for
Loading
andPagedLoading
- Add
mutateData
method toLoading
andPagedLoading
- Remove
pageCount
fromPagedLoading.Data
- Add
Page
class that allows to specify that next page exists - Add
DataMerger
for 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 LocalizedString
s Serializable
1.0.0-beta2
- form: add new
KeyboardType
s. - 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.