Skip to content

Latest commit

 

History

History
133 lines (56 loc) · 4.06 KB

CHANGELOG.md

File metadata and controls

133 lines (56 loc) · 4.06 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2019-04-15)

Bug Fixes

Features

  • add "defaults" option to set default route options (eebbb45), closes #15

Performance Improvements

  • reduce the use of lodash (c226f11)

BREAKING CHANGES

  • usage of hook that require Nuxt >= 1.0

0.2.2 (2019-03-12)

Bug Fixes

  • avoid duplicate routes with "index.vue" child-routes (2315574)

0.2.1 (2019-03-12)

Bug Fixes

0.2.0 (2019-01-02)

Features

  • add custom filter option (239a1ed)

0.1.2 (2018-12-11)

Bug Fixes

0.1.1 (2018-04-16)

Bug Fixes

  • disable gzip option by default (fba2943)
  • header of gzipped sitemap (30edf85)

0.1.0 (2018-04-16)

Features

  • feat: add gzip compression to sitemap by default (6cee9bd), closes #16

Performance Improvements

  • optimize lodash imports (5e1e68f)

0.0.5 (2018-04-14)

Bug Fixes

0.0.4 (2018-03-20)

Bug Fixes

  • add routesUnion() method to combine routes arrays (5d4f5b7)

0.0.3 (2017-08-03)

Bug Fixes

  • sitemap: nuxt rc compability (#104) (335ae7a)

0.0.2 (2017-07-25)

Bug Fixes

  • sitemap: refactor to fix production build (27fdca8)