Releases: aafeher/go-sitemap-parser
Releases · aafeher/go-sitemap-parser
v0.2.0
03 Jul 09:20
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
trim whitespace from input before parsing timestamps
add tests for lastModTime XML unmarshaling
v0.1.8
10 Mar 17:06
Compare
Sorry, something went wrong.
No results found
normalize URL locations by trimming whitespace
v0.1.7
09 Feb 09:21
Compare
Sorry, something went wrong.
No results found
trim whitespace from sitemap URLs before appending
v0.1.6
31 Jan 20:57
Compare
Sorry, something went wrong.
No results found
enhance datetime parsing with support for multiple formats
v0.1.5
26 Jan 09:58
Compare
Sorry, something went wrong.
No results found
refine error handling and parsing logic
refactor XML decoding to support charset handling
v0.1.4
11 Jan 21:56
Compare
Sorry, something went wrong.
No results found
refactor recursive URL parsing
v0.1.3
11 Jan 10:53
Compare
Sorry, something went wrong.
No results found
add support for follow and rules regex configurations
v0.1.2
05 Jan 09:23
Compare
Sorry, something went wrong.
No results found
add support for multi-threading toggle
v0.1.1
01 Nov 18:32
Compare
Sorry, something went wrong.
No results found
add mutex to synchronize access in Parse method