On this page:
1.0.4-funcrel
Other Updates
Details |
---|
Support Vue.http |
1.0.3-funcrel
Other Updates
Details |
---|
Creation of Vue.js objects despite when there is no Vue.js in the code. |
1.0.2-funcrel
Note
This release has been recalled.
If you have already downloaded it, please do not use it. Either revert to a previous release (1.0.1-funcrel), or to the next release (1.0.3-funcrel).
1.0.1-funcrel
Updates
- Improve support of the following rules:
1020220 | Avoid creating cookie with overly broad path (Vue.js) |
---|---|
1020222 | Avoid creating cookie with overly broad domain (Vue.js) |
1020224 | Avoid using the call of web service inside a loop (Vue.js) |
1.0.0-funcrel
Updates
Moved from beta to funcrel.
1.0.0-beta4
Updates
New rules delivered with the extension
1020212 | Avoid changing parent properties from child components using $parent |
---|---|
1020214 | Ensure to clear event listeners after component is destroyed |
1020218 | Avoid using unsecured cookie (Vue.js) |
1020220 | Avoid creating cookie with overly broad path (Vue.js) |
1020222 | Avoid creating cookie with overly broad domain (Vue.js) |
1020224 | Avoid using the call of web service inside a loop (Vue.js) |
See also https://technologies.castsoftware.com/rules?sec=srs_vuejs&ref=||1.0.0-beta4
1.0.0-beta3
Updates
- Make link transition for services
- Support new syntax for services: $get, $post, $put, $delete
New rules delivered with the extension
1020200 | Always have data property as a function that returns an object |
---|---|
1020202 | Avoid getter functions of computed properties that do not return any value |
1020204 | Avoid <textarea> with v-model having child elements |
1020206 | Avoid using v-for without key |
1020208 | Avoid using v-if on the same element as v-for |
1020210 | Avoid using v-show directive inside templates |
See also https://technologies.castsoftware.com/rules?sec=srs_vuejs&ref=||1.0.0-beta3.
Resolved issues
- Fix transaction endpoints using TCC.
1.0.0-beta2
Updates
Initial support for vue.js
- Links from component's template to function
- Support of vuex store dispatch function
- Support of axios and vue-resources
1.0.0-beta1
Unreleased.