2018-01-03 21:49:53 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update textproc/erlang-fast_xml to 1.1.26.
- Simplify pretty printer generation
- Generate get_els/1 and set_els/2
- The pretty printer should traverse elements recursively
- Extra test for too big input
|
2017-12-14 21:41:24 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update textproc/erlang-fast_xml to 1.1.25.
- Invalidate sotred data when generating stanza-too-big-error.
|
2017-10-17 16:49:23 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update textproc/erlang-fast_xml to 1.1.24
- Updating p1_utils to version 1.0.10.
- Make XML generator work on R19.3+
|
2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-07-07 11:37:54 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update textproc/erlang-fast_xml to 1.1.23.
- depends on p1_utils-1.0.9
|
2017-03-30 16:29:21 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update textproc/erlang-fast_xml to 1.1.22.
Version 1.1.22
- Fix md5 sum calculation of modules for OTP17
- Fix type spec for fxml_stream:parse_element/1
Version 1.1.21
- Add code for building on FreeBSD
Version 1.1.20
- Make XML generator working on OTP 18
|
2017-01-21 21:14:51 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update textproc/erlang-fast_xml to 1.1.19.
- Add checks for empty string
- Remove unused code
- Load locally build .so file when performing tests
|
2017-01-03 18:48:52 by Filip Hajny | Files touched by this commit (2) |
Log message:
Include a non-versioned symlink to work for includes. PKGREVISION++
|
2017-01-03 11:25:04 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update textproc/erlang-fast_xml to 1.1.18.
Version 1.1.18
- Use p1_utils 1.0.6
- fix xref with otp 17
Version 1.1.17
- Add 'undefined' type to some record fields type specs
Version 1.1.16
- Improve XML generator
|
2016-08-12 11:34:59 by Filip Hajny | Files touched by this commit (4) | |
Log message:
Update textproc/erlang-fast_xml to 1.1.15.
Version 1.1.15
- Update to p1_utils 1.0.5
Version 1.1.14
- Erlang OTP R19 compliance
- Fix compilation on rebar3
Version 1.1.13
- Use p1_utils 1.0.4
Version 1.1.12
- Generator improvements
Version 1.1.11
- Now properly includes Elixir lib/ directory in hex.pm package
Version 1.1.10
- Split build in two steps to fix link step on Ubuntu
- Clean Makefile.mix to remove duplicated code
Version 1.1.9
- Fix Linux build with Mix
Version 1.1.8
- Package priv/lib structure to make sure everything is properly
build by mix
Version 1.1.7
- Fix indent issue in Mix Makefile
Version 1.1.6
- Add missing Makefile.mix file in rebar hex.pm package
description
- Make sure priv dir is created when building with mix and
included in package dir list
Version 1.1.4
This is an Elixir friendly update:
- Add ability to return maps instead of xmlel record
- Add ability to tell parser to return Elixir structs instead of
records
- Add Elixir tests
|