Skip to content

Releases: apjanke/ronn-ng

0.10.1

08 Jan 06:22
Compare
Choose a tag to compare

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 to CHANGELOG.md. Packagers will need to update specs.
  • 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

06 Jan 23:43
Compare
Choose a tag to compare
0.10.1.pre6 Pre-release
Pre-release

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

04 Jan 07:26
Compare
Choose a tag to compare
0.10.1.pre4 Pre-release
Pre-release

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 to CHANGELOG.md. Packagers will need to update specs.
  • 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

09 Apr 22:37
Compare
Choose a tag to compare
  • Fix underlining issue (#41)

0.9.0

22 Dec 00:29
Compare
Choose a tag to compare

Changes in this release:

  • Migrate to kramdown for the underlying Markdown library
  • Minor output formatting and documentation improvements

0.8.2

05 Mar 05:39
Compare
Choose a tag to compare

0.8.2

This release just fixes an error in the 0.8.1 build packaging.

0.8.1

05 Mar 05:28
Compare
Choose a tag to compare

Version 0.8.1 (2019 Mar 5)

  • Fixed URL hyphenation bug. (#23) (apjanke)
  • Fixed ordered-list bustication. (#24) (apjanke)

0.8.1 beta 1

17 Feb 01:22
Compare
Choose a tag to compare
0.8.1 beta 1 Pre-release
Pre-release

Changes

  • Fixes URL hyphenation (#23)
  • Fixes ordered lists (#24)

Version 0.8.0

26 Dec 02:29
Compare
Choose a tag to compare

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)