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.
SourcedEntityis nowEntityand a named export instead of a default export.SourcedValuewas removed.Valueis now a named export.Entityis nowEntityProxy. Removed dependency onutilto work in the browser.
Signed-off-by: Patrick Lee Scott pat@patscott.io