Releases: sabloger/sitemap-generator
Releases · sabloger/sitemap-generator
v1.3.0
- Add support for sitemap Image.
- Remove deprecated code.
v1.2.2
Improvements:
- Added support for trailing slash on url.
- Added support for query params.
- Minor improvements
v1.2.1
Fixed a bug with duplicated names for split big sitemaps in the sitemap index file.
v1.2.0
Implemented Sitemap.WriteTo to use instead of file Save
v1.1.2
https:/ bug is fixed in both sitemap and sitemapindex
v1.1.0
It is ready to use as first production release.
v1.0.2
hot-fix to previous release
v1.0.1
More stable and almost well tested and almost ready to make a real release.
v1.0.0-beta
This release has incredibly better performance than previous version which uses go routines and stores bytes instead of raw data. the "beta" tag is due to lack of test files which it may hasn't shown its bugs in regular tests.