Skip to content

Releases: zerodevx/static-sitemap-cli

v1.3.1

22 Feb 06:14
Compare
Choose a tag to compare
  • Fixes #7 typo in README re --changefreq alias. (Thanks @joshtaylor!)

v1.3.0

10 Jan 07:47
b0d6581
Compare
Choose a tag to compare
  • --save now outputs BOTH sitemap.xml and sitemap.txt formats.
  • Add --output-dir flag.
  • Update dependencies.

v1.2.0

26 Sep 08:23
98499a1
Compare
Choose a tag to compare

v1.1.0

18 Aug 08:33
a37dbf3
Compare
Choose a tag to compare
  • BREAKING: Trailing slash alias -s renamed to -l. Sorry. 😢
  • Add feature save directly to file <rootDir>/sitemap.xml instead of stdout.

v1.0.0

15 Aug 16:11
7198355
Compare
Choose a tag to compare
  • BREAKING: --ignore is deprecated. Use --matches instead.
  • BREAKING: Glob-* pairs are no longer comma-seperated. Use = instead.
  • BREAKING: Logic for multiple glob-* pairs changed. Later pairs override the earlier ones now.
  • Major refactor of original codebase; discontinued usage of globby and sitemap in favour of fast-glob, micromatch, and js2xmlparser.
  • Resulting code should be much easier to reason with and maintain now.
  • Add feature to output as text (one URL per line).
  • Add verbose mode to see some console feedback.
  • And finally, add tests with ~95% coverage.

v0.2.0

30 Jul 18:08
ac3fae4
Compare
Choose a tag to compare
  • Allow BASEURL to be piped in also.
  • Refactor some dependencies.

v0.1.1

26 Jul 21:13
Compare
Choose a tag to compare
  • Bugfix: properly check rootDir before replacing.
  • Add new alias sscli because the original is quite a mouthful.

v0.1.0

26 Jul 17:41
Compare
Choose a tag to compare
  • Initial release