Skip to content

Commit db86841

Browse files
committed
updated the changelog to have links to tag comparison in github
verified how mix docs handles it, all good 👌
1 parent f2d56e3 commit db86841

File tree

1 file changed

+39
-11
lines changed

1 file changed

+39
-11
lines changed

CHANGELOG.md

Lines changed: 39 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,65 @@
1-
## Changelog
1+
# Changelog
22

3-
## 0.6.6
3+
## [Unreleased]
4+
5+
### Changed
6+
7+
* Improvement on the doc
8+
9+
## [0.6.6] (2019-02-24)
410

511
* small bugfix: Fix compilation warnings on newer versions of Elixir
612
* doc updates
713

814

9-
## 0.6.5 (2017-02-08)
15+
## [0.6.5] (2017-02-08)
1016

1117
* small bugfix : unexpected `:halted` of enumerable
1218

13-
## 0.6.4 (2017-01-17)
19+
## [0.6.4] (2017-01-17)
1420

1521
* make it compatible with Elixir 1.4
1622

17-
## 0.6.3 (2016-12-14)
23+
## [0.6.3] (2016-12-14)
1824

1925
* bugfix: xpath `optional` with cast and void should return nil
2026
* add "soft" uppercase cast modifier : put default value if type
2127
modifier is uppercase "",0,0.0
2228
* if "soft" and "optional", then return nil with value not compatible
2329

24-
## 0.6.1 (2016-02-10)
30+
## [0.6.1] (2016-02-10)
2531

2632
* bugfix: xpath `list` modifier should always return a list
2733

28-
## 0.6.0 (2016-02-09)
34+
## [0.6.0] (2016-02-09)
2935

3036
* text() XML nodes are now joined with the `s` modifier
3137
* `transform_by` function allows you to customize each mapped field
3238
with any function
3339

34-
## 0.5.0 (2015-10-28)
40+
## [0.5.1] (2016-02-08)
41+
42+
## [0.5.0] (2015-10-28)
3543

3644
* Added support to optional modifier
3745
* Update Elixir requirement
3846
* Map refactoring, from if/else tree to cleaner pattern matching
3947
* Add casting capabilities
4048
* Fix dependencies : doc deps only for `:dev` and OTP `:xmerl` dependency
4149

42-
## 0.4.0 (2015-09-11)
50+
## [0.4.0] (2015-09-11)
4351

4452
* Added support to map into keyword list instead of maps
4553

46-
## 0.3.0 (2015-08-10)
54+
## [0.3.0] (2015-08-10)
4755

4856
* Added support to return values as strings (viniciussbs)
4957

5058
* Fix stream `:halt` handling (awetzel)
5159

52-
## 0.2.0 (2016-04-11)
60+
## [0.2.1] (2016-04-12)
61+
62+
## [0.2.0] (2016-04-11)
5363

5464
* Fixed encoding issue and improved speed (awetzel)
5565

@@ -58,3 +68,21 @@
5868
* Added element streaming (awetzel)
5969

6070
* 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

Comments
 (0)