|
1 |
| -## Changelog |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -## 0.6.6 |
| 3 | +## [Unreleased] |
| 4 | + |
| 5 | +### Changed |
| 6 | + |
| 7 | +* Improvement on the doc |
| 8 | + |
| 9 | +## [0.6.6] (2019-02-24) |
4 | 10 |
|
5 | 11 | * small bugfix: Fix compilation warnings on newer versions of Elixir
|
6 | 12 | * doc updates
|
7 | 13 |
|
8 | 14 |
|
9 |
| -## 0.6.5 (2017-02-08) |
| 15 | +## [0.6.5] (2017-02-08) |
10 | 16 |
|
11 | 17 | * small bugfix : unexpected `:halted` of enumerable
|
12 | 18 |
|
13 |
| -## 0.6.4 (2017-01-17) |
| 19 | +## [0.6.4] (2017-01-17) |
14 | 20 |
|
15 | 21 | * make it compatible with Elixir 1.4
|
16 | 22 |
|
17 |
| -## 0.6.3 (2016-12-14) |
| 23 | +## [0.6.3] (2016-12-14) |
18 | 24 |
|
19 | 25 | * bugfix: xpath `optional` with cast and void should return nil
|
20 | 26 | * add "soft" uppercase cast modifier : put default value if type
|
21 | 27 | modifier is uppercase "",0,0.0
|
22 | 28 | * if "soft" and "optional", then return nil with value not compatible
|
23 | 29 |
|
24 |
| -## 0.6.1 (2016-02-10) |
| 30 | +## [0.6.1] (2016-02-10) |
25 | 31 |
|
26 | 32 | * bugfix: xpath `list` modifier should always return a list
|
27 | 33 |
|
28 |
| -## 0.6.0 (2016-02-09) |
| 34 | +## [0.6.0] (2016-02-09) |
29 | 35 |
|
30 | 36 | * text() XML nodes are now joined with the `s` modifier
|
31 | 37 | * `transform_by` function allows you to customize each mapped field
|
32 | 38 | with any function
|
33 | 39 |
|
34 |
| -## 0.5.0 (2015-10-28) |
| 40 | +## [0.5.1] (2016-02-08) |
| 41 | + |
| 42 | +## [0.5.0] (2015-10-28) |
35 | 43 |
|
36 | 44 | * Added support to optional modifier
|
37 | 45 | * Update Elixir requirement
|
38 | 46 | * Map refactoring, from if/else tree to cleaner pattern matching
|
39 | 47 | * Add casting capabilities
|
40 | 48 | * Fix dependencies : doc deps only for `:dev` and OTP `:xmerl` dependency
|
41 | 49 |
|
42 |
| -## 0.4.0 (2015-09-11) |
| 50 | +## [0.4.0] (2015-09-11) |
43 | 51 |
|
44 | 52 | * Added support to map into keyword list instead of maps
|
45 | 53 |
|
46 |
| -## 0.3.0 (2015-08-10) |
| 54 | +## [0.3.0] (2015-08-10) |
47 | 55 |
|
48 | 56 | * Added support to return values as strings (viniciussbs)
|
49 | 57 |
|
50 | 58 | * Fix stream `:halt` handling (awetzel)
|
51 | 59 |
|
52 |
| -## 0.2.0 (2016-04-11) |
| 60 | +## [0.2.1] (2016-04-12) |
| 61 | + |
| 62 | +## [0.2.0] (2016-04-11) |
53 | 63 |
|
54 | 64 | * Fixed encoding issue and improved speed (awetzel)
|
55 | 65 |
|
|
58 | 68 | * Added element streaming (awetzel)
|
59 | 69 |
|
60 | 70 | * Added support for scalar values (xbrukner)
|
| 71 | + |
| 72 | +## [0.1.1] |
| 73 | + |
| 74 | +[unreleased]: https://github.com/kbrw/sweet_xml/compare/0.6.6...HEAD |
| 75 | +[0.6.6]: https://github.com/kbrw/sweet_xml/compare/0.6.5...0.6.6 |
| 76 | +[0.6.5]: https://github.com/kbrw/sweet_xml/compare/0.6.4...0.6.5 |
| 77 | +[0.6.4]: https://github.com/kbrw/sweet_xml/compare/0.6.3...0.6.4 |
| 78 | +[0.6.3]: https://github.com/kbrw/sweet_xml/compare/0.6.2...0.6.3 |
| 79 | +[0.6.2]: https://github.com/kbrw/sweet_xml/compare/0.6.1...0.6.2 |
| 80 | +[0.6.1]: https://github.com/kbrw/sweet_xml/compare/0.6.0...0.6.1 |
| 81 | +[0.6.0]: https://github.com/kbrw/sweet_xml/compare/0.5.1...0.6.0 |
| 82 | +[0.5.1]: https://github.com/kbrw/sweet_xml/compare/0.5.0...0.5.1 |
| 83 | +[0.5.0]: https://github.com/kbrw/sweet_xml/compare/0.4.0...0.5.0 |
| 84 | +[0.4.0]: https://github.com/kbrw/sweet_xml/compare/0.3.0...0.4.0 |
| 85 | +[0.3.0]: https://github.com/kbrw/sweet_xml/compare/0.2.1...0.3.0 |
| 86 | +[0.2.1]: https://github.com/kbrw/sweet_xml/compare/0.2.0...0.2.1 |
| 87 | +[0.2.0]: https://github.com/kbrw/sweet_xml/compare/0.1.1...0.2.0 |
| 88 | +[0.1.1]: https://github.com/kbrw/sweet_xml/compare/f203bdf...0.1.1 |
0 commit comments