Releases: chimera-js/vue-chimera
Releases · chimera-js/vue-chimera
v3.0.2
v3.0.1
v3.0.0
chore: release v3.0.0 (#13) * wip: change reactive functionality * feat: reactivity fixes and caches * chore: rename example projects * chore: add nuxt example * feat: add ssr support to new chimera * feat: add serialization to ssr * feat: add vue chimera component * chore: update todo * feat: tests and improvements * feat: docs * refactor: change resource name to endpoint * wip: progress * docs: add docs * feat: axios abstraction and prototype base optioning * feat: add rollup * fix: lint * wip: progress * wip: minor fixes * test: add tests * refactor: prototype changes * chore: lint * feat: es entry * chore: add release setup * chore: add release setup * chore: release v3.0.0 * feat: add codecov * docs: add documents to vuepress * fix: endpoint cancellation silent * docs: add endpoint manual docs Co-authored-by: Sasan Farrokh <s.farrokh@alibaba.ir>
v2.4.3
Some new features and improvements:
- Now resource would be passed to event handlers as parameters
- New methods
stopInterval
andstartInterval
added for controlling interval - Added Caching ability with different strategies and storages (Beta)
- Fixed issues with intervals and reactive resources
- New method
send
on resource would be used to send additional data with request
v2.1.1
Plugin now can be used without webpack babel loader.
Fixed some bugs and issues.
v2.0.0
New Reactive features, and optimizations, even more lightweight.
BREAKING CHANGES
Be ware, the chimera resources now directly add to chimera object, there is no more resources
wrapper.
Additionally you can specify options in $options
special key in chimera instance.
v1.0.0
First release of vue-chimera