CHANGELOG.md in tty-markdown-0.6.0 vs CHANGELOG.md in tty-markdown-0.7.0
- old
+ new
@@ -1,7 +1,43 @@
# Change log
+## [v0.7.0] - 2020-09-03
+
+### Added
+* Add converter for br element by @krage
+* Add configuration of symbols by @krage
+* Add definition list support
+* Add table footer formatting
+* Add formatting of image source location
+* Add footnotes support
+* Add XML comments support
+* Add HTML div/i/em/b/strong/img/a element support
+* Add color configuration setting
+
+### Changed
+* Change #new to accept configuration options as keywords
+* Display links with both label and optional title by @krage
+* Display link without the label when label content is same as link target @krage
+* Change hr formatting to be always full width
+* Differentiate between span and block math elements
+* Display abbreviation with its definition
+* Improve performance by calculating table column widths and row heights only once
+* Change to remove mailto: from email links for brevity @krage
+* Change to update kramdown to support versions >= 1.16 and < 3.0
+* Change to update pastel, tty-color & tty-screen dependencies
+* Change HTML del element formatting to strikethrough
+* Rename colors setting to mode
+
+### Fixed
+* Fix break line handling by @krage
+* Fix links handling by @krage
+* Fix table formatting of empty cells
+* Fix content wrapping to account for the current indentation
+* Fix header wrapping
+* Fix blockquote formatting of content with emphasised style or apostrophe
+* Fix support for HTML del element
+
## [v0.6.0] - 2019-03-30
### Added
* Add markdown xml comments conversion
@@ -13,11 +49,11 @@
## [v0.5.0] - 2018-12-13
### Changed
* Change gemspec to load files directly
* Change to update rouge dependency
-* Change to relax constraings on tty-screen and tty-color
+* Change to relax constraints on tty-screen and tty-color
## [v0.4.0] - 2018-06-20
## Fixed
* Fix multiline paragraph indentation by Brett(@suwyn)
@@ -52,10 +88,12 @@
## [v0.1.0] - 2018-01-24
* Initial implementation and release
-[v0.6.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.5.0...v0.6.0
+[v0.7.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.6.0...v0.7.0
+[v0.6.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.5.1...v0.6.0
+[v0.5.1]: https://github.com/piotrmurach/tty-markdown/compare/v0.5.0...v0.5.1
[v0.5.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.4.0...v0.5.0
[v0.4.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.3.0...v0.4.0
[v0.3.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.2.0...v0.3.0
[v0.2.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.1.0...v0.2.0
[v0.1.0]: https://github.com/piotrmurach/tty-markdown/compare/v0.1.0