Releases: apjanke/ronn-ng
0.10.1
First 0.10.x release, and first release in a couple years!
This release is focused on bug fixes and updating library dependencies, to get Ronn-NG building and working correctly on recent Linux and macOS releases.
Note: 0.10.1 is the first 0.10.x release, because Ronn-NG 0.10.0 does not exist.
Features and Additions
- Switch to GitHub Flavored Markdown (#53)
- Fixes code block rendering
- doc: Reformat Changelog to match common gem and keep-a-changelog conventions
- NOTE: Renamed
CHANGES
toCHANGELOG.md
. Packagers will need to update specs.
- NOTE: Renamed
- Bump Ruby to 2.7, gem deps to latest minor versions
- Tweak
ronn --version
output: remove GitHub URL and format it as "ronn <ver> (Ronn-NG)"
Bug Fixes
- Relaxed and fixed dependency versions (#108)
- Revert
\[ci]
back to\(bu)
(#51) - Fix single-quote escaping (#55)
- Elide HTML comments when producing roff output (#65)
- Remove non-portable
more -i
option (#71) - Fix charset (utf-8) in HTML output's Content-Type (#83)
- Psych 4.0 test fix, Ruby 3.x support (from n-ronn) (#87)
- Fix test failure for angle-bracket items with namespace-like "foo:" prefixes (#102)
- Inclusion of the "foo:" is now considered correct, matching current code behavior
0.10.1.pre6
Final (I think) prerelease for 0.10.1. This one looks good and is a release candidate.
The pre6 release just has adjustments to packaging and testing stuff; no main ronn code or behavior changes.
0.10.1.pre4
Prerelease 4 of version 0.10.1.
This release is focused on bug fixes and updating library dependencies, to get Ronn-NG building and working correctly on recent Linux and macOS releases.
Note: 0.10.1 is the first 0.10.x release, because Ronn-NG 0.10.0 does not exist.
Features and Additions
- Switch to GitHub Flavored Markdown (#53)
- Fixes code block rendering
- doc: Reformat Changelog to match common gem and keep-a-changelog conventions
- NOTE: Renamed
CHANGES
toCHANGELOG.md
. Packagers will need to update specs.
- NOTE: Renamed
- Bump Ruby to 2.7, gem deps to latest minor versions
Bug Fixes
- Relaxed and fixed dependency versions (#108)
- Revert
\[ci]
back to\(bu)
(#51) - Fix single-quote escaping (#55)
- Elide HTML comments when producing roff output (#65)
- Remove non-portable
more -i
option (#71) - Fix charset (utf-8) in HTML output's Content-Type (#83)
- Psych 4.0 test fix, Ruby 3.x support (from n-ronn) (#87)
- Fix test failure for angle-bracket items with namespace-like "foo:" prefixes (#102)
- Inclusion of the "foo:" is now considered correct, matching current code behavior
0.9.1
0.9.0
0.8.2
0.8.1
0.8.1 beta 1
Version 0.8.0
First significant release of the Ronn-NG fork.
Changes:
- Added tables support. (apjanke)
- Lint & Rubocop fixes. (apjanke)
- Added --output-dir option. (apjanke)
- Support file names with periods in the name section. (apjanke)
- Migrated from Hpricot to Nokogiri. (apjanke)