Releases: JuliaIO/EzXML.jl
Releases · JuliaIO/EzXML.jl
v1.2.0
EzXML v1.2.0
Merged pull requests:
- Install TagBot as a GitHub Action (#133) (@JuliaTagBot)
- run CI with GitHub Actions (#140) (@bicycle1885)
- Run CI on x86 as well (#141) (@bicycle1885)
- Use getfield instead of getproperty for performance (#142) (@bicycle1885)
- Add parsing options (#143) (@bicycle1885)
- correct spelling error (#150) (@ultradian)
- Update README links (#153) (@kescobo)
- Throwing, not showing, only first error. (#162) (@oxinabox)
- Fix link to reference (#163) (@blegat)
- Small fix for people with a custom startup.jl (#165) (@el-oso)
- fix reference link (#170) (@alecloudenback)
- Readme: link docs for caveat on xpath<>namespaces combination (#178) (@tfiers)
- enable dependabot for GitHub actions (#181) (@ranocha)
- add propertynames (#182) (@aplavin)
- Bump actions/checkout from 2 to 4 (#187) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 3 (#188) (@dependabot[bot])
- Fix the error message test after PR #162 (#189) (@lupemba)
- Test on 1.3 (#190) (@sjkelly)
- prep for 1.2.0 (#191) (@sjkelly)
Closed issues:
- Issue with TimeZones? (#132)
- warning message always prints (#135)
- Move to an org? (#136)
- Not a bug: Default namespace doesn't seem to be supported. (#137)
- Performance implications of getproperty (#139)
- Implement
propertynames
(#145) - Transfer to an organization (#151)
- XPath not working as expected with findall (#155)
- root path question (#157)
- Ignore error "Specification mandates" (#159)
- [Feature Request] find and replace functionality (#171)
- [BUG] XMLError: internal error: Huge input lookup from XML parser (#173)
v1.1.0
v1.0.0
v1.0.0 (2020-01-12)
Merged pull requests:
- run CI on Julia 1.3 (#130) (bicycle1885)
- Prepare for EzXML.jl 1.0 (#129) (bicycle1885)
v0.9.5
v0.9.5 (2019-11-26)
Closed issues:
- findall doesn't return anything with document with namespace (#127)
- Keeping track of added elements (#126)
- Xpath by ignoring namespace (for local names) (#124)
- Question: How to handle attributes? (#123)
- Support xmlwriter (#122)
Merged pull requests:
- warn empty prefix for namespace (#128) (bicycle1885)
v0.9.4
v0.9.4 (2019-08-15)
Closed issues:
- Failing to download binary dependencies on MacOS (#118)
- Release 0.9.3 (#115)
- Release 0.9.2 (#112)
- Installation issue on Scientific Linux 6.6 (RedHat 6.6 clone) (#102)
Merged pull requests:
- Include Zlib as a binary dependence (#121) (lcw)
- README update link to reference page (#120) (visr)
- download binaries from Yggdrasil (#119) (bicycle1885)
- remove deprecated functions (#117) (bicycle1885)
- drop Julia 0.7 (#116) (bicycle1885)
v0.9.3
v0.9.3 (2019-07-15)
Closed issues:
- use of
type
in node.jl:300 is incompatible with Julia 0.7 (#113)
Merged pull requests:
- avoid using "type" for Julia 0.7 compatibility (#114) (bicycle1885)
v0.9.2
v0.9.2 (2019-07-12)
Closed issues:
- AssertionError accessing node content using "nodecontent" (no other errors) (#107)
- Show at least some of what's in a node by default (#106)
- Error accessing node content using "nodecontent" (#105)
- Create a text node from xml directly (#104)
Merged pull requests:
- Update docs (#111) (bicycle1885)
- show the name of elements and attributes (#110) (bicycle1885)
- check captured logging messages (#109) (bicycle1885)
- add missing show_warnings to parsehtml (#108) (bicycle1885)
Update libxml2
- Update libxml2 (#100).