Skip to content

Releases: muktihari/xmltokenizer

v0.0.5

14 Dec 16:08
9b321fc
Compare
Choose a tag to compare

What's Changed

Bugs:

  • fix: ensure tokenizer can handle equals in attrs (#29) by @Kylea650 in #30

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

30 Jun 05:39
1750cca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

18 Jun 10:25
71c4417
Compare
Choose a tag to compare

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

16 Jun 09:13
af8a41a
Compare
Choose a tag to compare

What's Changed

  • fix: parsing CDATA that has embedded XML doc by @muktihari in #11

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Jun 06:13
3d1a3e9
Compare
Choose a tag to compare

Initial Release