Releases: aafeher/go-sitemap-parser
Releases · aafeher/go-sitemap-parser
v0.2.0
- 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
- trim whitespace from input before parsing timestamps
- add tests for lastModTime XML unmarshaling
v0.1.8
normalize URL locations by trimming whitespace
v0.1.7
trim whitespace from sitemap URLs before appending
v0.1.6
enhance datetime parsing with support for multiple formats
v0.1.5
- refine error handling and parsing logic
- refactor XML decoding to support charset handling
v0.1.4
refactor recursive URL parsing
v0.1.3
add support for follow and rules regex configurations
v0.1.2
add support for multi-threading toggle
v0.1.1
add mutex to synchronize access in Parse method