All Versions
17
Latest Version
Avg Release Cycle
160 days
Latest Release
969 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.7.3 Changes
April 11, 2022๐ Changed
- Handling the option
{:rules, _}
ourselve, as well as partially the option{:rules, _, _, _}
. When nothing is given, a new table is created, and destroyed after. If a table is given, and a DTD option is chosen, the table is reused for the DTD handling. If a custom{:rules, _, _, _}
is given, and a restrictive DTD option is chosen, the custome rule will be overriden. Because of this mutual exclusivity (reconciling the behaviors is not possible via composition), it is recommended that you handle the DTD problem by yourself. You can see the issue#71
for ideas. See the issue#41
for more details on why this change happened. (Ets leaks.)
- Handling the option
-
v0.7.2 Changes
November 25, 2021๐ Changed
- ๐ Improvement on the doc, notably warning that only XPath 1.0 queries are handled.
โ Added
- Contribution from @tank-bohr: Added strict stream API with a more coherent overall behavior, and easier to handle failure behavior:
stream!/2
andstream_tags!/2,3
are now available.
-
v0.7.1 Changes
August 25, 2021๐ Changed
- @J3RN noticed a breaking change due to the introduction of an opaque type
ChangedxmlElement
from@opaque
to@type
- @J3RN noticed a breaking change due to the introduction of an opaque type
-
v0.7.0 Changes
July 02, 2021๐ Changed
- ๐ Improvement on the doc
โ ADDED
- โ Added option to raise on DTD definitions
-
v0.6.6 Changes
February 24, 2019- ๐ small bugfix: Fix compilation warnings on newer versions of Elixir
- โก๏ธ doc updates
-
v0.6.5 Changes
February 08, 2017- ๐ small bugfix : unexpected
:halted
of enumerable
- ๐ small bugfix : unexpected
-
v0.6.4 Changes
January 17, 2017- ๐ make it compatible with Elixir 1.4
-
v0.6.3 Changes
December 14, 2016- ๐ bugfix: xpath
optional
with cast and void should return nil - โ add "soft" uppercase cast modifier : put defaut value if type modifier is uppercase "",0,0.0
- if "soft" and "optional", then return nil with value not compatible
- ๐ bugfix: xpath
-
v0.6.1 Changes
February 10, 2016- ๐ bugfix: xpath
list
modifier should always return a list
- ๐ bugfix: xpath
-
v0.6.0 Changes
February 09, 2016- text() xml nodes are now joined with the
s
modifier transform_by
function allows you to customize each mapped field with any function
- text() xml nodes are now joined with the