All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- missing export of
Subscription
- typing of subscription method
- Introduced alias
new Obs()
to shortnew Observable()
- Added
Subscription
return value forsubscribe()
which can be removed directly
- Removed
lodash-es
- time boxing bug which notified the subscription before the value was change
get()
has to return a copy of the stored value, otherwise it's not immutable
- partial update and partial subscribe
- Sonar-Scanner
Readme.md
Changelog.md
- Initial release