Releases: cnlon/smart-observe
Releases · cnlon/smart-observe
v1.0.4
Bugfixes:
- Fix unamended push method of array (fixed #3)
Chores:
- Add test for watching array
v1.0.3
Chores:
- Upgrade dependencies
v1.0.2
Bugfixes:
- Fix environment detecting.
- Use Object.prototype.hasOwnProperty instead of target.hasOwnProperty.
v1.0.1
Bugfixes:
- Remove "$(npm bin)/".
- Use Object.defineProperties instead of Object.setPrototypeOf.