Skip to content

Releases: sabloger/sitemap-generator

v1.3.0

20 Jan 21:05
Compare
Choose a tag to compare
  • Add support for sitemap Image.
  • Remove deprecated code.

v1.2.2

14 Sep 12:58
Compare
Choose a tag to compare

Improvements:

  • Added support for trailing slash on url.
  • Added support for query params.
  • Minor improvements

v1.2.1

08 Aug 18:10
2bf50af
Compare
Choose a tag to compare

Fixed a bug with duplicated names for split big sitemaps in the sitemap index file.

v1.2.0

26 May 11:37
Compare
Choose a tag to compare

Implemented Sitemap.WriteTo to use instead of file Save

v1.1.3

11 May 15:49
4d0d2a5
Compare
Choose a tag to compare

Fixed bug

v1.1.2

25 Mar 23:59
Compare
Choose a tag to compare

https:/ bug is fixed in both sitemap and sitemapindex

v1.1.0

13 Feb 09:44
Compare
Choose a tag to compare

It is ready to use as first production release.

v1.0.2

12 Feb 17:47
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release

hot-fix to previous release

v1.0.1

12 Feb 17:21
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

More stable and almost well tested and almost ready to make a real release.

v1.0.0-beta

12 Feb 12:09
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

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.