Releases: CloudNativeEntrepreneur/sourced
Releases · CloudNativeEntrepreneur/sourced
v3.0.1
v3.0.0
3.0.0 (2021-08-01)
Features
- works in browser (ca89f00)
BREAKING CHANGES
- Now uses EventEmitter3 for events in order to work in browsers, and name changes of exports.
SourcedEntity
is nowEntity
and a named export instead of a default export.SourcedValue
was removed.Value
is now a named export.Entity
is nowEntityProxy
. Removed dependency onutil
to work in the browser.
Signed-off-by: Patrick Lee Scott [email protected]