Skip to content
This repository has been archived by the owner on Dec 2, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 541 Bytes

CHANGELOG.md

File metadata and controls

16 lines (12 loc) · 541 Bytes

0.9.0

  • Enable merging props from mixins, can be disabled via ignoreMixins prop
  • BREAKING CHANGE - Change propdoc.getDoc() output from an array to an object, it now matches the data structure of Vue's native props

0.8.2

  • Add named slots for customized content in native propdoc output
  • Add data-lang="vue" to token field output

0.8.1

  • Remove usage of Object.entries

0.8.0

  • Add propdoc.getDoc(component, documentation) method for getting propdoc output into customized components

0.7.0

  • Initial release