All Versions
10
Latest Version
Avg Release Cycle
171 days
Latest Release
2066 days ago

Changelog History

  • v1.1.8 Changes

    August 01, 2018
    • ๐Ÿ›  Fixes typo on an error Class name (#79) @HorlogeSkynet
    • ๐Ÿ›  Fix CI (#80) @benbalter
    • ๐Ÿ›  Fix code style
    • ๐Ÿ“š Update documentation
    • โšก๏ธ Update dependency versions
  • v1.1.7

    January 04, 2016
  • v1.1.6 Changes

    November 02, 2015

    ๐Ÿ‘Œ Improved Windows support

  • v1.1.5 Changes

    September 26, 2015
    • ๐Ÿ›  Fixed lists in Libreoffice > 5
    • ๐Ÿ‘ Better dependency resolution
    • โœ… Test against libreoffice 4.x and 5.x
  • v1.1.4 Changes

    August 05, 2015

    Fail descriptively if LibreOffice GUI is open (#55)

  • v1.1.3 Changes

    June 13, 2015

    Fail loudly and descriptively if LibreOffice isn't installed (#54)

  • v1.1.2 Changes

    March 21, 2015
    • ๐Ÿ‘ 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 Changes

    January 10, 2015
    • ๐Ÿ‘Œ 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
    • 0๏ธโƒฃ Default font size of 12 when not specified to fix newer versions of LibreOffice
    • ๐Ÿ“š Updated documentation
  • v1.1.0 Changes

    November 16, 2014

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ Better documentation, #25, props @konklone
    • ๐Ÿ’Ž Ruby 1.9.3 support, #27, props @blambeau
    • ๐Ÿ‘ Better soffice executable detection, #36, props @parkr
    • ๐Ÿ‘ Arbitrary tempdir support, #33, props @blambeau

    ๐Ÿ› Bug fixes

    • ๐Ÿ‘Œ Support for files with whitespace in the filename, #32
  • v1.0.0 Changes

    May 12, 2014
    • 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