Changelog
v0.8.0
Saxophone
no longer emits the finish
event after a parsing error occurs (see https://github.com/nodejs/node/pull/28979).Changelog
v0.7.2
--
in the first and >
in the second).Changelog
v0.7.1
Changelog
v0.7.0
Changelog
v0.6.1
Changelog
v0.5.0
Changelog
v0.4.3
Changelog
v0.4.0
Changelog
v0.3.0
Saxophone()
is now a constructor and no longer a factory function, so it should be prefixed by the new
operator. Otherwise, an error will be thrown stating that a class cannot be called as a function.Saxophone#parse
API is still supported.Changelog
v0.2.0
Saxophone#parseAttrs
whenever they actually want the attributes parsed.Saxophone#parseEntities
whenever they actually want to decode entities from a text.