Skip to content

Releases: EggBaconAndSpam/structural-xml

Fix OrEmpty semantics

26 Apr 13:57
Compare
Choose a tag to compare

Turns out if a parses the empty element successfully OrEmpty a did precisely what we don't expect, that is parse the empty element as an a 🤦

Hotfix: make sure decode . encode = id

26 Apr 13:17
Compare
Choose a tag to compare

Turns out sometimes (in particular in Text elements) whitespace does matter...

0.2.0.0

26 Apr 10:03
c070301
Compare
Choose a tag to compare
Merge pull request #2 from EggBaconAndSpam/rewrite

Major rewrite / cleanup