1.0.0¶
Release date: 2025-02-20
Initial Public Release¶
Arch Event Observer started with a two-module public surface:
event-observerforDataResult,ResponseLiveData,ResponseFlow, and the supporting utilitiesevent-observer-composeforComposableDataResultand the Compose observation DSL
Highlights¶
DataResult<T>for loading, success, error, and neutral states- status helpers through
DataResultStatusandEventDataStatus - LiveData observation wrappers with
ObserveWrapper<T> - coroutine-based
ResponseLiveDatahelpers ResponseFlow,ResponseStateFlow, andResponseSharedFlow- Compose rendering with
ComposableDataResult - list-aware callbacks for empty, not-empty, single-item, and multi-item data
Notes¶
This release established the public API shape that the rest of the docs now describe.