Skip to content

Releases: aartikov/Sesame

1.5.0

20 Apr 14:06
Compare
Choose a tag to compare
  • Update dependencies
  • Add docs for sesame-compose-form

1.4.0-beta1

20 Apr 11:18
Compare
Choose a tag to compare

sesame-loading: added loadedPageCount to PagedLoading state

1.3.0-beta1

20 Apr 11:16
Compare
Choose a tag to compare

Added sesame-compose-form module

1.2.0-beta1

14 Dec 12:36
Compare
Choose a tag to compare
  • Add more arity for computed and autorun

1.1.0-beta1

24 Aug 13:50
Compare
Choose a tag to compare

Refactoring and new features for Loading and PagedLoading:

  • Rename map to mapData
  • Remove methods without fresh flag for creating of Loading and PagedLoading
  • Remove internal state for Loading and PagedLoading
  • Add mutateData method to Loading and PagedLoading
  • Remove pageCount from PagedLoading.Data
  • Add Page class that allows to specify that next page exists
  • Add DataMerger for duplicate removing

1.0.0-beta4

13 Aug 09:55
Compare
Choose a tag to compare

Fix bug: computed is not recalculated when new input value is emitted immediately after initial input value.

1.0.0-beta3

20 Jul 11:57
Compare
Choose a tag to compare

Make LocalizedStrings Serializable

1.0.0-beta2

28 Jun 12:26
Compare
Choose a tag to compare
  • form: add new KeyboardTypes.
  • form: add validation method with lazily computed error message
  • loading: add extensions for loading state mapping

1.0.0-beta1

27 Apr 15:54
Compare
Choose a tag to compare

Remove attach method from Loading. Pass CoroutineScope on construction.

1.0.0-alpha4

21 Apr 12:54
Compare
Choose a tag to compare

Add localized-string and form. Refactor navigation.