All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.4 (2019-07-08)
- .snyk & package.json to reduce vulnerabilities (c3aef16)
- support StrintLiteral as in 'watch' options (3639d24)
0.2.3 (2019-03-13)
0.2.2 (2019-01-23)
0.2.1 (2019-01-21)
- preprocessObjectMethod misfuntion (2699267)
0.2.0 (2019-01-21)
- copy other customBlocks in SFC to output code (ec7a7f1)
0.1.1 (2019-01-21)
- sfc parse and format error (c08ec65)
0.1.0 (2019-01-17)
- support get/set option in computed ✨ ✅ (459ab26)
- formatting: change babel generator and prettier format config (f5be03a)
0.0.6 (2019-01-16)
- handleCycleMethods call param error (c9e8eb2)
0.0.5 (2019-01-16)
- add unhandled options to @Component param properties (050f74d)
- collectVueComputed should support t.FunctionExpression (93a540a)
- Convert fuction expression to object method, make succeeding process easier (3e9673a)
- optimize methods collecting (324ef6e)
- will not camelize component name if it's not kebab case (81d636f)
0.0.4 (2019-01-15)
- handleGeneralMethods error during collecting methods (d5a9402)