- fix: Enable --open (dd63d6d)
- fix: Invalid link (9bfc5b5)
- fix: Set publicAccess (2dbe576)
- refactor: Core module migration to monorepo (2f45b5b)
- refactor: Exposing the MarkdownResult type (553bbbb)
- refactor: Make the PropsResult type more reasonable (c16c9b1)
- refactor: Migrate cli to packages (4da622c)
- refactor: Optimization code (c19d188)
- refactor: Provide default values for all cli options (0c3d854)
- refactor: Reasonable markdown-render (ed469a5)
- refactor: Remove utils package (5b4c939)
- refactor: Use interface as comment result type (77ca8f5)
- feat: [parser]Support component description and recognition of .sync events (96d6b12), closes #27
- feat: Add onDesc parser option (edf2e57)
- feat: Support for generating markdown documents and components in the same directory (ee20b28), closes #17
- feat: Use vue-template-compiler/build to avoid detection of vue versions (77396bf)
- docs: Add roadmap link (35b9cc5)
- docs: Supplement the default value of the babel plugin (5490a1f)
- perf: Generate component description to markdown (752f2b1), closes #26
- build: basic build setup (e805ab0)
- build: tweak external (919593c)
- fix: Allow use of class attributes (31547f8), closes #29
- fix: Command line arguments are invalid when the configuration file does not exist (34678a6), closes #28
- chore: Add commitizen badge (bbafe4f)
- chore: Update issue templates (507b7c3)
- chore: Update issue templates (1706380)
- docs: Add an online experience link (fbe0597)
- refactor: Remove @vue/component-compiler-utils (c58fe71)
- chore: typo (38f90c7)
- chore: Update link (018a8c6)
- fix: Avoid blank rows on the markdown table (dd534f1), closes #20
- fix: Supplement the default babel parser plugin (bafafa9)
- docs: Add sponsor link to README (c7140ee)
- docs: Update screenshot (51ef7dd)
- chore: Add sponsor (a313f09)
- feat: Support typescript (a442da8), closes #13
- chore: add logo (f074bf3)
- chore: tweak docs style (195fa2f)
- docs: For vue-class-component (1c2e726)
- refactor: all options are configurable (bf897e8)
- refactor: Make the onProp event more reasonable (e7c728e)
- feat: add ts types for babel (d699184)
- feat: make the test pass (489bb55)
- feat: Support for parsing options in @Component (aad2f74)
- chore: add all-contributors badge (d9d2e54)
- chore: add badges (9e7649b)
- chore: add prettier badge (aa16c19)
- chore: Regenerate toc before publishing (6314ef8)
- chore: Specification workflow (5f80664)
- chore: unpkg & jsdelivr (1fd36a1)
- docs: add contributors section (62d90b7)
- docs: preview the vue component as a document (e26438b)
- add badges (042e221)
- add build status (de34ef3)
- add CI and some tweak (386bd8a)
- add docs (4106a18)
- add features (c3dea19)
- add Template parser (6674f2a)
- add tests (421b07b)
- add tests (2b6f02d)
- avoid overwriting generated document files (2e7dd21)
- Can customize which babelParserPlugins to use (7e495f5)
- fix(#3): modify reg for matching component names (45910ca), closes #3
- fix(#4): all methods have the same reference (325c486), closes #4
- Generate documentation and add loggers (9510b42)
- get the correct props value (3c7b5ba)
- improve error reporting (c9d0501)
- init (fc38593)
- init cli (0e794ea)
- Initial commit (cc73723)
- Open the browser automatically (c2a1502)
- Process a prop of an object type (e718c71)
- refactor and tweak (611af52)
- release 1.0 (af369bc)
- release 1.1.0 (950d662)
- remove website (14ccae2)
- Render props to markdown table (773be1d)
- Render to markdown string (1241ce4)
- support annotations (edf9a8d)
- Support for annotations of the form @xxx (6e91ff9)
- Support methods and some tweak (273939c)
- tweak (ad7f51f)
- tweak (e08679d)
- tweak (8f4eded)
- tweak (b639d1b)
- tweak (bdf1662)
- tweak (cd1f5ed)
- tweak (35c060f)
- tweak (023778a)
- tweak (62e7ca3)
- tweak cli (46afa88)
- tweak cli (fbf03b7)
- tweak docs (a69ec98)
- tweak docs (e82a0ec)
- tweak Render (23ed054)
- update circle.yml (78aa563)
- update docs (0ef9c83)
- update docs (03054bc)
- update toc (0dca8c7)
- Use the mock function to test (af7267d)
- release: 1.2.0 (d4ba8a5)
- feature(new command): preview - Preview a vue component as a document (d0792db)
- workflow: add eslint (0871d0b)
- workflow: vscode auto fixes when saving (da2e403)
- tweak: scriptes (9c63df7)
- patch: 1.0.3 (18e3742)
- patch: 1.1.1 (b0740be)
- fix(docs): invalid link (e914d7a)
- fix(render): Multi-line rendering (c9ab05f)
- add(docs): write a document for your component (2caea4d)
- Previously the onProp event was only fired once and the argument to the callback function was a props array. Now the onProp event fires multiple times. The argument to the callback function is a concrete prop.
- chore: add all-contributors badge (d9d2e54)
- chore: add badges (9e7649b)
- chore: unpkg & jsdelivr (1fd36a1)
- docs: add contributors section (62d90b7)
- docs: preview the vue component as a document (e26438b)
- add badges (042e221)
- add build status (de34ef3)
- add CI and some tweak (386bd8a)
- add docs (4106a18)
- add features (c3dea19)
- add Template parser (6674f2a)
- add tests (421b07b)
- add tests (2b6f02d)
- avoid overwriting generated document files (2e7dd21)
- Can customize which babelParserPlugins to use (7e495f5)
- fix(#3): modify reg for matching component names (45910ca), closes #3
- fix(#4): all methods have the same reference (325c486), closes #4
- Generate documentation and add loggers (9510b42)
- get the correct props value (3c7b5ba)
- improve error reporting (c9d0501)
- init (fc38593)
- init cli (0e794ea)
- Initial commit (cc73723)
- Open the browser automatically (c2a1502)
- Process a prop of an object type (e718c71)
- refactor and tweak (611af52)
- release 1.0 (af369bc)
- release 1.1.0 (950d662)
- remove website (14ccae2)
- Render props to markdown table (773be1d)
- Render to markdown string (1241ce4)
- support annotations (edf9a8d)
- Support for annotations of the form @xxx (6e91ff9)
- Support methods and some tweak (273939c)
- tweak (ad7f51f)
- tweak (e08679d)
- tweak (8f4eded)
- tweak (b639d1b)
- tweak (bdf1662)
- tweak (cd1f5ed)
- tweak (35c060f)
- tweak (023778a)
- tweak (62e7ca3)
- tweak cli (46afa88)
- tweak cli (fbf03b7)
- tweak docs (a69ec98)
- tweak docs (e82a0ec)
- tweak Render (23ed054)
- update circle.yml (78aa563)
- update docs (0ef9c83)
- update docs (03054bc)
- update toc (0dca8c7)
- Use the mock function to test (af7267d)
- feat: add ts types for babel (d699184)
- feat: make the test pass (489bb55)
- release: 1.2.0 (d4ba8a5)
- feature(new command): preview - Preview a vue component as a document (d0792db)
- workflow: add eslint (0871d0b)
- workflow: vscode auto fixes when saving (da2e403)
- tweak: scriptes (9c63df7)
- patch: 1.0.3 (18e3742)
- patch: 1.1.1 (b0740be)
- refactor: all options are configurable (bf897e8)
- fix(docs): invalid link (e914d7a)
- fix(render): Multi-line rendering (c9ab05f)
- add(docs): write a document for your component (2caea4d)