Skip to content

Latest commit

 

History

History
141 lines (64 loc) · 4.6 KB

CHANGELOG.md

File metadata and controls

141 lines (64 loc) · 4.6 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.4 (2019-07-08)

Bug Fixes

  • .snyk & package.json to reduce vulnerabilities (c3aef16)

Features

  • support StrintLiteral as in 'watch' options (3639d24)

0.2.3 (2019-03-13)

Bug Fixes

  • missing program top level decalrations (8d5aae8)
  • props type missing 'symbol' support (9fb32b7)

0.2.2 (2019-01-23)

0.2.1 (2019-01-21)

Bug Fixes

  • preprocessObjectMethod misfuntion (2699267)

0.2.0 (2019-01-21)

Features

  • copy other customBlocks in SFC to output code (ec7a7f1)

0.1.1 (2019-01-21)

Bug Fixes

  • sfc parse and format error (c08ec65)

0.1.0 (2019-01-17)

Features

  • support get/set option in computed ✨ ✅ (459ab26)
  • formatting: change babel generator and prettier format config (f5be03a)

0.0.6 (2019-01-16)

Bug Fixes

  • handleCycleMethods call param error (c9e8eb2)

0.0.5 (2019-01-16)

Features

  • 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)

Bug Fixes

  • handleGeneralMethods error during collecting methods (d5a9402)

Features

  • support simple computed methods, #3 (0380221)

0.0.3 (2019-01-14)

0.0.2 (2019-01-14)

Features

  • generate @Component decorator for class, ✨ ➕ (2951ab2)
  • props default/validator, related #2 (0acaf67)

0.0.1 (2019-01-13)

Features

  • cli now can read from stdin (d957f2d)
  • support collecting and gen 'watch', #1 (0c21f19)
  • support output sfc; and by default write '.ts' file (77ebe22)
  • vue and vue-router hooks (23a8154)