File rubygem-reverse_markdown.changes of Package rubygem-reverse_markdown
-------------------------------------------------------------------
Mon Nov 4 17:23:51 UTC 2024 - Dan Čermák <[email protected]>
- ## 3.0.0 - October 2024
- BREAKING: Dropped support for ruby 2.6.0 and lower
- Bugfix for missing newline behind `ol`, thanks @Kevinrob, see #104
- Add support for `iframe` tags, thanks @gagandeepsinghj, see #102
- Support for frozen string literals, thanks @pat, see #105
-------------------------------------------------------------------
Tue Jan 25 07:27:50 UTC 2022 - Stephan Kulow <[email protected]>
updated to version 2.1.1
see installed CHANGELOG.md
## 2.1.1 - October 2021
- Fixes unintentional newline characters within lists with paragraphs, thanks @diogoosorio, see #93
- Lets \n to be present in <pre> tag. solves #77 #78, thanks @shivabhusal
## 2.1.0 - May 2020
- Add support for `figure` tags, see #86, thanks @anshul78
-------------------------------------------------------------------
Thu May 7 21:23:37 UTC 2020 - Stephan Kulow <[email protected]>
- updated to version 2.0.0
see installed CHANGELOG.md
## 2.0.0 - March 2020
- BREAKING: Dropped support for ruby 1.9.3
- Add support for `details` and `summary` tags, see #85
-------------------------------------------------------------------
Mon Feb 10 15:36:47 UTC 2020 - Stephan Kulow <[email protected]>
- updated to version 1.4.0
see installed CHANGELOG.md
## 1.4.0 – January 2020
- BREAKING: jump links will no longer be ignored but treated as links, see #82
## 1.3.0 - September 2019
- Add support for `s` HTML tag, thanks @fauno
-------------------------------------------------------------------
Mon Aug 26 12:01:13 UTC 2019 - Dan Čermák <[email protected]>
- Initial package release