Skip to content

Latest commit

 

History

History
59 lines (37 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

59 lines (37 loc) · 1.96 KB

Changelog

v1.1.0

  • Introduce :character_data_max_length option in stream and partial parsing.

v1.0.0

  • Support Elixir 1.6+.
  • Fix white spaces emitting bug in empty elements.

v0.10.0

  • Add support of partial parsing #42.

v0.9.1

  • Fix type spec warnings in Saxy.SimpleForm.

v0.9.0

v0.8.0

  • Improve streaming parsing #23.
  • Improve parser performance #24.
  • Improve parser error handling #25.

v0.7.0

  • Introduce XML encoder #17.
  • Fix wrong ASCII code point matching #20.
  • Brought back UTF-8 encoding validation (#16).

v0.6.0

  • Introduce :expand_entity option (#14).
  • Hard deprecate Saxy.Handler.handle_entity_reference/1 callback (#14).
  • Fix a UTF-8 buffering bug for streaming parsing (#13, #15).
  • Return only root tag in simple form parsing (e8c062).

v0.5.0

  • Introduce Simple Form parsing.
  • Parse misc after finishing parsing root element.

v0.4.0

  • Supported Elixir v1.3.
  • Increased parsing speed by 22 times.
  • Improved returning error.
  • Added handle_entity_reference callback in Saxy.Handler.

Breaking changes:

  • Required entity reference handling in Saxy.Handler.