Skip to content

Latest commit

 

History

History
171 lines (78 loc) · 6.16 KB

CHANGELOG.md

File metadata and controls

171 lines (78 loc) · 6.16 KB

0.6.1 (2020-01-15)

Bug Fixes

    1. fail to parse pre tag, may cause code loss issues; 2.transformheander should ignore empty string (3726743)
  • re-instantiate when repoId has been changed (565a347)

0.6.0 (2019-04-05)

Features

  • yuqueLink & yuqueLinkHtml option (b3d7d06)

0.5.5 (2019-04-05)

Bug Fixes

0.5.4 (2019-04-05)

Bug Fixes

  • ... shouldn't be considered as title (f30c893)

0.5.3 (2019-04-05)

Bug Fixes

  • html: table's styles cannot be removed (1035eb3)

0.5.2 (2019-04-05)

Bug Fixes

  • html: need to escape twice (923b31a)

0.5.1 (2019-04-05)

Bug Fixes

  • html: regression of escape html in code (8f638e3)

0.5.0 (2019-04-05)

Features

  • $core: bump vuepress-plugin-medium (cce0e73)
  • html: remove html tags in code and remove table styles (fe75e46)

0.4.0 (2019-04-05)

Features

  • $core: functional source option (using markdown when return 'markdown') (5ef63cd)

0.3.1 (2019-02-14)

Bug Fixes

  • $core: cannot use correct api base url for custom yuque domain (818343e)

0.3.0 (2019-02-11)

Bug Fixes

  • $core: throw error when toc's length is 1 (df4e48c)

Features

  • $toc: always set top-level node to branch node instead of leaf node (44216dd)

0.2.1 (2019-02-11)

Bug Fixes

  • $core: cannot fetch data from private repo (close: #2) (a59c420)
  • $core: throw error since "prettify" doesn't check null (close: #1) (1110274)

0.2.0 (2019-02-08)

Bug Fixes

  • $core: changing repoUrl under dev doesn't take effect (93e0c06)
  • $core: empty node: Cannot read property 'format' of undefined (3c0c3bc)
  • $toc: using safe pop to avoid empty stack (6eb19b4)

Features

  • $core: enable .html suffix by default (9a5167f)

0.1.0 (2019-02-08)

Bug Fixes

  • $fetch: cannot save cache properly (4b21277)

Features

  • $core: authToken option (e953197)
  • $core: html option (185fcab)
  • $core: home option and default title and description (7b2505d)
  • $core: enable medium-zoom by default (3538cc8)
  • $core: handle uncreated page (5665483)
  • $fetch: env: SKIP_CACHE and AUTH_TOKEN (c0530d9)
  • $toc: push branch node when the depth of last node is 1 (8809986)
  • $html: extract headers from yuque's HTML markups (88900ae)
  • $html: highlight code fence block at build time (475448b)
  • $core: leverage "html content" by default for now (85801e7)
  • $fetch: only enable cache under dev mode (98cc5d1)
  • $core: repoUrl option (81d07dd)
  • $core: use page's default format (7b41867)