Skip to content

v0.5.0

Compare
Choose a tag to compare
@DrewCarlson DrewCarlson released this 13 Jan 23:27
· 284 commits to main since this release
db3564d
  • Implement Update Spec generator, see https://github.com/DrewCarlson/mobius.kt#update-spec
  • Hide various internal components from public API surface, removes MobiusLoopController_ from Swift autocomplete among other unnecessary classes and reduces compile time when exporting Mobius.kt to a Framework binary
  • Add WorkRunners.mainDispatchQueue() and WorkRunners.globalDispatchQueue() as well as DispatchQueueWorkRunner.companion.main() and DispatchQueueWorkRunner.companion.global() for Swift
  • Add @Throws to relevant APIs for improved Kotlin/Native usage