Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Releases: LotusTM/grunt-sitemap-xml

0.3.0

04 Oct 16:25
Compare
Choose a tag to compare
  • Raised minimum required Node version to 6.0.

  • Added NPM 5 lockfile.

  • Added trailingSlash option with true as default value.

    When set to false, all trailing slashes from URLs will be removed.

  • Dropped moment.js in favor of simple new Date().toISOString() as a default value for lastMod option.

  • package.json cleanups.

  • Added package.json main property pointing to the task file.

  • Added snazzy for better standard output.

  • Updated .editorconfig to be in peace with standard final newline rule requirement.

  • gruntfile is no longer written in CoffeeScript 😔

  • Updated tests to actually work.

0.1.1

22 Sep 05:32
Compare
Choose a tag to compare
[misc] version bumped to 0.1.1

0.1.0

22 Sep 04:47
Compare
Choose a tag to compare
[js] initial commit of v0.1.0