Releases: benbalter/word-to-markdown
Releases · benbalter/word-to-markdown
v1.1.9
Dependency updates and dev fixes.
What's Changed
- Update shoulda requirement from ~> 3.5 to ~> 4.0 (#138) @dependabot
- Update rake requirement from ~> 10.4 to ~> 13.0 (#136) @dependabot
- Actions-based CI (#139) @benbalter
- Upgrade to GitHub-native Dependabot (#135) @dependabot-preview
- fix(readme): docker instructions (#130) @fouad
- Update reverse_markdown requirement from ~> 1.0 to >= 1, < 3 (#108) @dependabot-preview
- Add Docker to run executable in container (#89) @s01ipsist
v1.1.8
- Fixes typo on an error Class name (#79) @HorlogeSkynet
- Fix CI (#80) @benbalter
- Fix code style
- Update documentation
- Update dependency versions
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
- Better command line usage (now supports
--help
and--version
) - Better whitespace stripping (including HTML-encoded spaces like
) - Fix for stripping HTML from lists (e.g., links in list items)
- Faster, more complete tests
- Document model is now more object-oriented
v1.1.1
- Improved windows support including windows-based tests
- Use Open3 rather than shelling out directly for better compatibility
- Fix for when LibreOffice is installed locally, rather than globally on OS X
- Simplified
soffice
path detection - Default font size of 12 when not specified to fix newer versions of LibreOffice
- Updated documentation
1.1.0
v1.0.0
- Word to Markdown now accepts
.docx
and.doc
files directly, no need to export an.html
file via Microsoft Word - Command line interface (
bundle exec w2m path/to/file
) returns markdown via stdout - Gem now relies on LibreOffice to convert Word to HTML
- Complete refactor. OO FTW.
- Reverse Markdown 0.5.x provides better nested list support, finer unrecognized tag control
- Demo no longer distributed with Gem. See word-to-markdown-demo