Releases: esl/exml
Releases · esl/exml
3.0.4
Tested on many OTP versions up to OTP24-rc3.
Documentation and README have been improved.
Coverage now also captures C code.
CI runs on github actions now.
Compiler optimisations have been tweaked.
Some helper macros for comparisons.
3.0.3
Compile exml using pc - port compiler rebar3 plugin
3.0.2
3.0.1
3.0.0
2.5.0
Added
- A new API to query elements with specific namespaces. Path querying is extended with new selectors as well.
- Child element size (in bytes) limit may be configured.
- Stream opening tag is now configurable.
Changed
- Testable with
rebar3
; cover is now enabled.
Misc
- C sources reformatting.
2.4.1
This release improves C code building on OS X and FreeBSD.
2.4.0
This release includes:
- improved integration with
dialyzer
- support for Erlang/OTP from 17 to 19
- improved integration with
rebar3
2.3.0
2.2.0
This release includes:
- escaping attr value [#10]
- escaping data tags [#14]
- improved type specs [#14]
- improved binary allocation [#14]
- improved stanza size calculation [#14]
- list of all merged pull requests
- closed issues