Releases: oolong-kt/oolong
Releases · oolong-kt/oolong
v2.1.1
Added
- Update Kotlin to 1.7.10
- Update Kotlin Coroutines to 1.6.4
- Add a
next
builder function. - Runtime factory that passes
dispatch
toview
instead ofrender
.
Changed
- View function changed from
(Model) -> Props
as(Model, Dispatch<Msg>) -> Props
. - Render function changed from
(Props, Dispatch<Msg>) -> Any?
to(Props) -> Any?
.
Deprecated
- Runtime factories that pass
dispatch
torender
instead ofview
.
Removed
- Remove deprecated type aliases.
v2.1.0
Added
- Add a
runtime
overload which combinesview
andrender
. - Update Kotlin to 1.4.10
Changed
CoroutineDispatcher
replaced withCoroutineContext
in runtime builder.Dispatch
deprecated in favor ofJob
.oolong.Oolong.runtime
deprecated in favor ofoolong.runtime
.disposableEffect
deprecated.- Allow incoming types to be nullable.
- Deprecate
Next
,Init
,Update
,View
, andRender
in preference of underlying types.
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
Added
- Update Kotlin to 1.3.61
- Update Kotlin Coroutines to 1.3.3
Removed
- Samples moved to https://github.com/oolong-kt/oolong-samples