Skip to content

Releases: noriyotcp/headown

v0.3.0

16 Oct 14:25
ac22df9
Compare
Choose a tag to compare

v0.3.0

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

16 Oct 14:16
0d50b95
Compare
Choose a tag to compare

v0.2.0 (2020-10-03)

What's Changed

Add

  • Add Headown::Extractor which has logic to extract headers
  • Add CHANGELOG.md
  • Add .chglog which contains git-chglog's config and template files

Create

  • Create ruby.yml

Improve

  • Improve test against html file path
  • Raise Headown::NotMarkdownError in constructor in Headown::Extractor
  • Raise Headown::NotMarkdownError when file path is not Markdown file

Update

  • Move require 'headown/cli' to exe/headown
  • Update README.md
  • Update CHANGELOG.md

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Oct 14:15
Compare
Choose a tag to compare

v0.1.0 (2020-09-27)

Add

  • Add sample2.md to test against interruption paragraphs for ATX headings
  • Add test against passing url
  • Add puts_headers to print headers out to stdout

Exec

  • Exec bundle exec rbprettier --write '**/*.rb'

Improve

  • Extract from sample markdown file
  • Improve sample.md

Install

  • Install prettier gem
  • Install thor
  • Install gems

Update

  • Update README.md
  • Update gemspec
  • Update headown.gemspec

Full Changelog: https://github.com/noriyotcp/headown/commits/v0.1.0