- refactor to use root level subscriptions #37
- Use ymap value on nested map bind initialization #36
- refactor: use bind api #34
- [BREAKING CHANGE]
bindProxyAndYMap
andbindProxyAndYArray
are combined tobind
.
- [BREAKING CHANGE]
- Skip non-proxy objects and only warn the usage (#23)
- Pass transactionOrigin function through without calling it (#19)
- Allow variable transactionOrigin value (#18)
- fix: swapping array items (#8)
- Fix infinite loop when replacing an array inside a nested map (#16)
- Support nested map set (#15)
- Add support for transactionOrigin (#13)
- fix: initializing array with primitive values (#12)
- fix: null values in object (#10)
- fix: initializing array (#5)
- Initial alpha release