Skip to content

Tags: orisano/gosax

Tags

v1.1.4

Toggle v1.1.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Token.CharData should check underlying event type (#14)

Checking the type of the token compiles and partially works because both event types and token types share a type and gosax.EventText == xmllb.CharData.

v1.1.3

Toggle v1.1.3's commit message
fix: add syntax error

fix #13

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
orisano Nao Yonashiro
fix: panic on invalid attribute

close #12

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
orisano Nao Yonashiro
fix: fix a bug in Skip

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
orisano Nao Yonashiro
feat: add xmlb.Decoder.Text

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
orisano Nao Yonashiro
docs: update README

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
orisano Nao Yonashiro
docs(xmlb): add package comment