## [3.0.2](https://github.com/chimera-js/vue-chimera/compare/v3.0.1...v3.0.2) (2020-03-20)

## Fixes
Fix serverside polling (interval)

### Bug Fixes

* docs build ([ca354b9](https://github.com/chimera-js/vue-chimera/commit/ca354b9d084a71a9ea5b41a76fd7a29fa67850f0))
* remove setInterval from serverside ([66dd90a](https://github.com/chimera-js/vue-chimera/commit/66dd90a65240f49f1648edaf80ac2f465685e3c4))



## [3.0.1](https://github.com/chimera-js/vue-chimera/compare/v3.0.0...v3.0.1) (2020-03-20)

## Fixes
Fix passing axios as function
Fix send extra params without parameter

# [3.0.0](https://github.com/chimera-js/vue-chimera/compare/v2.4.3...v3.0.0) (2020-03-18)

## Features

Prefetch reactive endpoints

Mixin strategy and inheritance

SSR compatibility

## Refactors

'Resource' renamed to 'Endpoint'

Refactored and improved reactivity

