Releases: muktihari/xmltokenizer
Releases · muktihari/xmltokenizer
v0.0.5
What's Changed
Bugs:
Chores:
- Refactor internal/gpx and internal/xlsx to abstract I/O by @dolmen in #19
- BenchmarkToken: move I/O out of benchmark scope (#16) by @dolmen in #17
- chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #21
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #22
- chore(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 by @dependabot in #23
- chore: update schedule on dependabot.yml by @muktihari in #25
- chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #24
- chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 by @dependabot in #26
- chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #27
- chore(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 by @dependabot in #28
New Contributors
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- fix: drop incorrect namespace handling by @muktihari in #15
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- chore: update usage and examples by @muktihari in #13
- fix: parsing DOCTYPE directive, trim bytes, and simplify logic by @muktihari in #14
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- fix: parsing CDATA that has embedded XML doc by @muktihari in #11
Full Changelog: v0.0.1...v0.0.2