- Enhanced error handling:
rethrow
option causes errors to be rethrown whenvalue
is accessed infail
state. fetch
function can optionally return a plain value.
- Added error handling (issue #2).
- Most recent current value persists when not being observed. This should be less surprising behaviour and is more consistent with behaviour of the new error-related properties.
- Initial public publish.