Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 04:17
· 111 commits to master since this release

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]