UNPKG

vuepress-plugin-sitemap

Version:
124 lines (58 loc) 3.95 kB
<a name="2.3.1"></a> ## [2.3.1](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v2.3.0...v2.3.1) (2019-11-08) ### Bug Fixes * base config ignored ([f3648c3](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/f3648c3)), closes [#26](https://github.com/ekoeryanto/vuepress-plugin-sitemap/issues/26) * wrong temp dir path ([5352720](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/5352720)) <a name="2.3.0"></a> # [2.3.0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v2.2.0...v2.3.0) (2019-10-20) ### Features * date formatter ([84fb4f0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/84fb4f0)) * frontmatter sitemap options ([9b5c958](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/9b5c958)) <a name="2.2.0"></a> # [2.2.0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v2.1.2...v2.2.0) (2019-10-20) ### Features * **options:** add option of "exclude" ([4506ab7](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/4506ab7)) <a name="2.1.2"></a> ## [2.1.2](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v2.1.1...v2.1.2) (2019-03-26) ### Bug Fixes * sitemap entries ([47aaab8](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/47aaab8)) <a name="2.1.1"></a> ## [2.1.1](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v2.1.0...v2.1.1) (2019-01-03) ### Bug Fixes * orange color not supported in every terminal ([#12](https://github.com/ekoeryanto/vuepress-plugin-sitemap/issues/12)) ([7b059be](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/7b059be)), closes [#10](https://github.com/ekoeryanto/vuepress-plugin-sitemap/issues/10) <a name="2.1.0"></a> # [2.1.0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v2.0.0...v2.1.0) (2018-11-02) ### Features * localization ([#4](https://github.com/ekoeryanto/vuepress-plugin-sitemap/issues/4)) ([df89df5](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/df89df5)) <a name="2.0.0"></a> # [2.0.0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v1.1.1...v2.0.0) (2018-11-02) ### Code Refactoring * move dependency to `peerDependencies` ([8735335](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/8735335)) ### Features * **cli:** support vuepress@1 generation with cli ([db28223](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/db28223)), closes [#2](https://github.com/ekoeryanto/vuepress-plugin-sitemap/issues/2) ### BREAKING CHANGES * `esm` need to be installed manually for cli usage <a name="1.1.1"></a> ## [1.1.1](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v1.1.0...v1.1.1) (2018-10-28) ### Bug Fixes - **cli:** temp dir not for siteData file ([6095420](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/6095420)) <a name="2.0.0-alpha.0"></a> # [2.0.0-alpha.0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v1.1.1...v2.0.0-alpha.0) (2018-10-28) ### Code Refactoring - move dependency to `peerDependencies` ([96f8250](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/96f8250)) ### BREAKING CHANGES - `esm` need to be installed manually for cli usage <a name="1.1.0"></a> # [1.1.0](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v1.0.1...v1.1.0) (2018-10-28) ### Features - **cli:** custom temporary directory ([4464c02](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/4464c02)) <a name="1.0.1"></a> ## [1.0.1](https://github.com/ekoeryanto/vuepress-plugin-sitemap/compare/v1.0.0...v1.0.1) (2018-10-28) ### Bug Fixes - cli not executable ([9c61fb2](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/9c61fb2)) <a name="1.0.0"></a> # 1.0.0 (2018-10-28) ### Features - support both v1 and v0 ([38d86c5](https://github.com/ekoeryanto/vuepress-plugin-sitemap/commit/38d86c5)) ### BREAKING CHANGES - cli file renamed to cli.js