Skip to content

Releases: chimera-js/vue-chimera

v3.0.2

20 Mar 15:47
289b590
Compare
Choose a tag to compare

3.0.2 (2020-03-20)

Fixes

Fix serverside polling (interval)

Bug Fixes

v3.0.1

20 Mar 15:30
Compare
Choose a tag to compare

3.0.1 (2020-03-20)

Fixes

Fix passing axios as function
Fix send extra params without parameter

v3.0.0

20 Mar 12:16
6f016b0
Compare
Choose a tag to compare
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

02 May 11:57
Compare
Choose a tag to compare

Some new features and improvements:

  • Now resource would be passed to event handlers as parameters
  • New methods stopInterval and startInterval 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

02 Apr 11:22
Compare
Choose a tag to compare

Plugin now can be used without webpack babel loader.
Fixed some bugs and issues.

v2.0.0

21 Oct 16:23
Compare
Choose a tag to compare

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

20 Sep 15:37
Compare
Choose a tag to compare

First release of vue-chimera