Skip to content

hooks2:2.1.0-beta1

Latest
Compare
Choose a tag to compare
@junerver junerver released this 29 Nov 08:14
· 15 commits to master since this release

NOTE: This project has been migrated to Kotlin Mutliplatform, and the artifact id uploaded to Maven central has been changed to hooks2

Please see the wiki for migration notes

  • fix: #29
  • deprecated hooks are marked as private,
  • upgrade kotlin to 2.1.0
  • Some set function property types changed from StateValueFn<T> to StateValueFn<Either<T, (T) -> T>>