Releases: spyfu/spyfu-vue-utils
Releases · spyfu/spyfu-vue-utils
0.7.0
0.6.0
New
- External event listeners can now be manually torn down, see documentation here
0.5.0
New
- A minified build is now included with the package, allowing the utility functions can be added via a CDN.
0.4.0
New
- Utility functions can now be exposed globally be installing them as a plugin, see documentation here.
0.3.0
New
- Both
componentInterval
andcomponentTimeout
now return a function that can be used to manually cancel the interval or timeout, see documentation here.
0.2.0
New
- Added
componentInterval
utility, see documentation here