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

0.3.0

Latest
Compare
Choose a tag to compare
@mrhyde mrhyde released this 04 Oct 16:25
· 2 commits to master since this release
  • 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.