Skip to content

Releases: CloudNativeEntrepreneur/sourced

v3.0.1

02 Aug 15:44
Compare
Choose a tag to compare

3.0.1 (2021-08-02)

Bug Fixes

  • update readme and example + upgrade notes (5d3a1f2)

v3.0.0

01 Aug 04:17
Compare
Choose a tag to compare

3.0.0 (2021-08-01)

Features

BREAKING CHANGES

  • Now uses EventEmitter3 for events in order to work in browsers, and name changes of exports. SourcedEntity is now Entity and a named export instead of a default export. SourcedValue was removed. Value is now a named export. Entity is now EntityProxy. Removed dependency on util to work in the browser.

Signed-off-by: Patrick Lee Scott [email protected]

v2.0.9

01 Aug 01:07
181566d
Compare
Choose a tag to compare

2.0.9 (2021-08-01)

Bug Fixes