0.6.1 (2020-01-15)
-
- 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)
- yuqueLink & yuqueLinkHtml option (b3d7d06)
0.5.5 (2019-04-05)
- typo (2a0b86b)
0.5.4 (2019-04-05)
-
... shouldn't be considered as title (f30c893)
0.5.3 (2019-04-05)
- html: table's styles cannot be removed (1035eb3)
0.5.2 (2019-04-05)
- html: need to escape twice (923b31a)
0.5.1 (2019-04-05)
- html: regression of escape html in code (8f638e3)
0.5.0 (2019-04-05)
- $core: bump vuepress-plugin-medium (cce0e73)
- html: remove html tags in code and remove table styles (fe75e46)
0.4.0 (2019-04-05)
- $core: functional source option (using markdown when return 'markdown') (5ef63cd)
0.3.1 (2019-02-14)
- $core: cannot use correct api base url for custom yuque domain (818343e)
0.3.0 (2019-02-11)
- $core: throw error when toc's length is 1 (df4e48c)
- $toc: always set top-level node to branch node instead of leaf node (44216dd)
0.2.1 (2019-02-11)
- $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)
- $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)
- $core: enable .html suffix by default (9a5167f)
- $fetch: cannot save cache properly (4b21277)
- $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
andAUTH_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)