Releases: FunkyMuse/KAHelpers
Releases · FunkyMuse/KAHelpers
4.1.1
4.0.2
Full Changelog: 4.0.0...4.0.2
4.0.1
Full Changelog: 4.0.0...4.0.1
4.0.0
Breaking Changes
- The package name is now
dev.funkymuse.x
instead ofcom.crazylegend.x
wherex
was the library - Parcelize is now removed as a plugin and won't be supported anymore
- https://github.com/FunkyMuse/Composed is now part of
KAHelpers
Features
- migrated to gradle KTS and version catalogs
- optimized some code
3.4.8
3.4.5: build(deps): bump fragment-ktx from 1.5.4 to 1.5.5
Bumps fragment-ktx from 1.5.4 to 1.5.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
3.4.4
View state rework
Breaking changes:
ViewState has a ViewStatefulEvent.kt as a state descriptor and payload as something that holds the value
ViewStateContract.kt data is now renamed to viewState
ViewEventContract now doesn't force you to integrate
val viewEvent: Flow
and is also a functional contract
Check MVIFragment.kt for sample
separeate view and state calls
3.3.3 Merge remote-tracking branch 'origin/master'