Skip to content

1.3.0

Compare
Choose a tag to compare
@Nek-12 Nek-12 released this 11 Dec 16:52
· 83 commits to master since this release
cf4acd1
  • Deprecated the Time class. Everything it was doing can now be done with extensions on kotlinx.datetime.LocalTime. The migration path will be as simple as replacing the name and then importing the new extensions
  • Fixed publishing for iOS targets #11
  • New extensions for enums and collections.
  • Fixed inputForms not checking the string for presence of the @ symbol for the Email type.
  • Added SuspendLazy - a lazy implementation that can be used to initialize the value in suspend contexts.
  • Kotlin 1.9.21