2016-March-21
- Fix minor typo in the code related to cacheMap.
- Fix failing tests.
- Update documentation.
- the feature of
subs.ready() === false
at initially causing SSR to not work properly. This version fix that.
- Add reactive changes related improvements
- Make subs.ready() === false if there is no subs inside the subscription
- Fire dep.changed() very carefully to avoid reactive loops
- Add gloabl
.ready()
api where we check the ready status of the whole subsManager at anytime.
IE8 Compatibility