Releases: noriyotcp/headown
Releases · noriyotcp/headown
v0.3.0
v0.3.0
What's Changed
- Use ruby/setup-ruby instead of actions/setup-ruby which is deprecated by @noriyotcp in #7
- bundle update by @noriyotcp in #6
- Do not specify rake's version by @noriyotcp in #8
- Update required_ruby_version to 2.7.0 by @noriyotcp in #9
- Remove obsolete files by @noriyotcp in #10
- Matrix tests for Ruby 2.7, 3.0, 3.1 by @noriyotcp in #11
- introduce type checking by @noriyotcp in #12
- [ci skip] Update CHANGELOG by @noriyotcp in #13
- [ci skip] Bump version to v0.3.0 by @noriyotcp in #14
Full Changelog: v0.2.0...v0.3.0
v0.2.0
v0.2.0 (2020-10-03)
What's Changed
- Detect file extension by @noriyotcp in #1
- Move require 'headown/cli' to exe/headown by @noriyotcp in #2
- Add Extractor class by @noriyotcp in #3
- Create ruby.yml by @noriyotcp in #4
- v0.2.0 by @noriyotcp in #5
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
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