Skip to content

Releases: yumemi-inc/Tart

1.4.0

10 Mar 08:57
48dc4c1
Compare
Choose a tag to compare

What's Changed

  • Update README by @hkusu in #49
  • feat: optimize ViewStore render method with remember by @hkusu in #50
  • Update README by @hkusu in #51
  • Add PersistentStateSaver by @hkusu in #52
  • Release 1.4.0 by @hkusu in #56
  • refactor: improve API consistency and usability by @hkusu in #55
  • Add RetainedStateSaver by @hkusu in #53
  • Disable gradle/wrapper-validation-action by @hkusu in #57
  • Update README by @hkusu in #54
  • Align job name with its actual function: build → test by @hkusu in #58

Full Changelog: 1.3.0...1.4.0

1.3.0

22 Feb 14:28
d9f1952
Compare
Choose a tag to compare

What's Changed

  • fix: Prevent unintended main thread usage in Store by @hkusu in #41
  • feat(ViewStore): Add automatic Store disposal functionality by @hkusu in #42
  • feat(ViewStore): Add StateSaver interface for custom state persistence by @hkusu in #43
  • feat(Store): enhance collectState functionality by @hkusu in #44
  • refactor: move StateSaver to core module and improve state saving logic by @hkusu in #45
  • feat(compose): Enhance ViewStore state preservation by @hkusu in #46
  • Update README by @hkusu in #47
  • Release 1.3.0 by @hkusu in #48

Full Changelog: 1.2.0...1.3.0

1.2.0

06 Feb 06:07
f28e09b
Compare
Choose a tag to compare

What's Changed

  • Supports Compose Multiplatform by @hkusu in #40

Full Changelog: 1.1.0...1.2.0

1.1.0

03 Feb 07:41
9aad670
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

01 Feb 13:31
4ab948c
Compare
Choose a tag to compare

What's Changed

  • Change MessageMiddleware interface by @hkusu in #26
  • Fix error handling bug by @hkusu in #27
  • Add factory class description to README by @hkusu in #28
  • Remove redundant latestState input by @hkusu in #29
  • Refactor error handling by @hkusu in #30
  • Add option to rememberViewStore() by @hkusu in #31
  • Update README by @hkusu in #33
  • Common publishing configuration via build-logic by @TBSten in #32
  • Update README by @hkusu in #34
  • Introduce new rememberViewStore overload by @hkusu in #36
  • docs: fix typo on README.md by @kaleidot725 in #35

New Contributors

Full Changelog: 1.0.0-rc02...1.0.0

1.0.0-rc02

12 Dec 09:00
32a871e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0-rc01...1.0.0-rc02

1.0.0-rc01

07 Dec 02:10
f7681ab
Compare
Choose a tag to compare

What's Changed

  • Refactoring by @hkusu in #6
  • Change Middleware error handling by @hkusu in #7
  • Enable error handling on the Middleware side by @hkusu in #8
  • Revert "Change Middleware error handling" by @hkusu in #9
  • Remove functional interfaces by @hkusu in #10
  • Rename ( ComposeStore -> ViewStore ) by @hkusu in #11
  • Update README by @hkusu in #12
  • Change event handling by @hkusu in #13
  • Remove processInitialStateEnter option as it is redundant by @hkusu in #14
  • Update README by @hkusu in #15
  • Release 1.0.0-rc01 by @hkusu in #16
  • Fix CI bug by @hkusu in #17

Full Changelog: 1.0.0-beta02...1.0.0-rc01

1.0.0-beta02

10 Nov 12:43
00c8e23
Compare
Choose a tag to compare

What's Changed

  • Change dependencies by @hkusu in #2
  • Remove @ Composable annotation as it is redundant by @hkusu in #3
  • Use CoroutineContext by @hkusu in #4
  • Release 1.0.0-beta02 by @hkusu in #5

Full Changelog: 1.0.0-beta01...1.0.0-beta02

1.0.0-beta01

07 Dec 02:54
e64324d
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/yumemi-inc/Tart/commits/1.0.0-beta01