Current section

Files

Jump to
saxy CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.7.0
* Introduce XML encoder [#17](https://github.com/qcam/saxy/pull/17).
* Fix wrong ASCII code point matching [#20](https://github.com/qcam/saxy/pull/20).
* Brought back UTF-8 encoding validation ([#16](https://github.com/qcam/saxy/pull/16)).
## v0.6.0
* Introduce `:expand_entity` option ([#14](https://github.com/qcam/saxy/pull/14)).
* Hard deprecate `Saxy.Handler.handle_entity_reference/1` callback ([#14](https://github.com/qcam/saxy/pull/14)).
* Fix a UTF-8 buffering bug for streaming parsing ([#13](https://github.com/qcam/saxy/pull/13), [#15](https://github.com/qcam/saxy/pull/15)).
* Return only root tag in simple form parsing ([e8c062](https://github.com/qcam/saxy/commit/e8c062e94f91ccea4491cec29c4c7861e7b7163b)).
## 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`.