Releases: zerodevx/static-sitemap-cli
Releases · zerodevx/static-sitemap-cli
v1.3.1
v1.3.0
v1.2.0
- Always add trailing slash to root urls. (ref: implementation notes)
v1.1.0
v1.0.0
- 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.