UNPKG

servuex

Version:

Abstraction service layer on top of vuex store

102 lines (45 loc) 3.7 kB
## [1.4.1](https://github.com/forforeach/servuex/compare/v1.4.0...v1.4.1) (2020-05-06) ### Bug Fixes * **core:** verify initialize is called once per instance ([2feefa1](https://github.com/forforeach/servuex/commit/2feefa1eecdf120ab88e48625e1ec133d5b5382e)) # [1.4.0](https://github.com/forforeach/servuex/compare/v1.3.8...v1.4.0) (2020-05-06) ### Bug Fixes * **core:** better handle inheritance props ([26dfc73](https://github.com/forforeach/servuex/commit/26dfc7337c233c78c303cd74e9cb71a1639ab797)) ### Features * **core:** preserve methods as they are (async, non-async) ([b0e6002](https://github.com/forforeach/servuex/commit/b0e6002d3482b99877e3102c15bbbe155d1027bc)) ## [1.3.8](https://github.com/forforeach/servuex/compare/v1.3.7...v1.3.8) (2020-05-03) ### Bug Fixes * **core:** exclude debug files from build ([8212507](https://github.com/forforeach/servuex/commit/8212507775ed6b8429db7d34f642c2fe8f8e1ad8)) ## [1.3.7](https://github.com/forforeach/servuex/compare/v1.3.6...v1.3.7) (2020-05-03) ### Bug Fixes * ignore sources and config files tin npm ([24a3c29](https://github.com/forforeach/servuex/commit/24a3c29170d6a872eb0bfb1698d4eb8bcf614d5e)) ## [1.3.6](https://github.com/forforeach/servuex/compare/v1.3.5...v1.3.6) (2020-05-02) ### Bug Fixes * **core:** bind property getter and setter to current this ([6cd43a4](https://github.com/forforeach/servuex/commit/6cd43a43ee9e53611d419335ad5b0debd8de8d2a)) ## [1.3.5](https://github.com/forforeach/servuex/compare/v1.3.4...v1.3.5) (2020-05-02) ### Bug Fixes * update documentation ([52ba3f4](https://github.com/forforeach/servuex/commit/52ba3f40f48731c2f00431e3eb6c492a75e1389a)) ## [1.3.4](https://github.com/forforeach/servuex/compare/v1.3.3...v1.3.4) (2020-05-02) ### Bug Fixes * **core:** bind this to getter to support vuex devtools ([b2d9c54](https://github.com/forforeach/servuex/commit/b2d9c545358f6af6225824b14c5a4e521ef7bb42)) ## [1.3.3](https://github.com/forforeach/servuex/compare/v1.3.2...v1.3.3) (2020-05-02) ### Bug Fixes * **core :** use function for getter ([22ecf31](https://github.com/forforeach/servuex/commit/22ecf3153e082ae68740c3cd450af1a32d033b7c)) ## [1.3.2](https://github.com/forforeach/servuex/compare/v1.3.1...v1.3.2) (2020-05-02) ### Bug Fixes * **core:** use namespace for mutations ([c15a0df](https://github.com/forforeach/servuex/commit/c15a0dfe48e3253617956c6b7922d10e35578bc9)) * **core:** use same name for mutations ([e27e891](https://github.com/forforeach/servuex/commit/e27e8911e1add135b280afe0eb15392cb6f5f9f2)) ## [1.3.1](https://github.com/forforeach/servuex/compare/v1.3.0...v1.3.1) (2020-05-02) ### Bug Fixes * **core:** set store module to be namespaced ([8ee4879](https://github.com/forforeach/servuex/commit/8ee48792b862b2cc5207a52c98a1f74d9e3a9443)) # [1.3.0](https://github.com/forforeach/servuex/compare/v1.2.0...v1.3.0) (2020-05-02) ### Features * **core:** create a module on initialization ([fed5aa6](https://github.com/forforeach/servuex/commit/fed5aa6353e103932420ea7e50f59453cc83e69c)) # [1.2.0](https://github.com/forforeach/servuex/compare/v1.1.0...v1.2.0) (2020-05-02) ### Features * **core:** decorate props to interact with the store ([f937df9](https://github.com/forforeach/servuex/commit/f937df99ea28188bcabb06bf7c679560fbd40a93)) # [1.1.0](https://github.com/forforeach/servuex/compare/v1.0.0...v1.1.0) (2020-05-01) ### Features - add a base servuex implementation ([e8cb27d](https://github.com/forforeach/servuex/commit/e8cb27de6a258c9c7f2b571e13491a32a535ff21)) # 1.0.0 (2020-05-01) ### Features - add src index file ([0915458](https://github.com/forforeach/servuex/commit/0915458fcb3c8192fb4bdcf1995e987ef9d81361))