Skip to content

Releases: aafeher/go-sitemap-parser

v0.2.0

03 Jul 09:20

Choose a tag to compare

  • add tests for fetch error scenarios including invalid URL and interrupted IO
  • refactor gzip compression and decompression logic; remove S receiver dependency
  • add comprehensive tests for server response handling and gzip compression
  • add examples for setting follow and URL rules; update README with usage instructions

v0.1.9

19 Mar 13:11

Choose a tag to compare

  • trim whitespace from input before parsing timestamps
  • add tests for lastModTime XML unmarshaling

v0.1.8

10 Mar 17:06

Choose a tag to compare

normalize URL locations by trimming whitespace

v0.1.7

09 Feb 09:21

Choose a tag to compare

trim whitespace from sitemap URLs before appending

v0.1.6

31 Jan 20:57

Choose a tag to compare

enhance datetime parsing with support for multiple formats

v0.1.5

26 Jan 09:58

Choose a tag to compare

  • refine error handling and parsing logic
  • refactor XML decoding to support charset handling

v0.1.4

11 Jan 21:56

Choose a tag to compare

refactor recursive URL parsing

v0.1.3

11 Jan 10:53

Choose a tag to compare

add support for follow and rules regex configurations

v0.1.2

05 Jan 09:23

Choose a tag to compare

add support for multi-threading toggle

v0.1.1

01 Nov 18:32

Choose a tag to compare

add mutex to synchronize access in Parse method