docx v0.6.0 Release Notes

Release Date: 2020-10-14 // over 3 years ago
  • ✨ Enhancements

    • ➕ Added support for hyperlinks (implemented #70 again) by ollieh-m and gopeter #92

    Chores

    • ⬇️ Drop ruby 2.4 from supporeted versions by satoryu #93
    • 🔨 Refactoring spec_helper by satoryu #90
    • 💎 Starts measuring code coverage with coveralls by satoryu #88

Previous changes from v0.5.0

  • ✨ Enhancements

    • ➕ Added opening streams and outputting to a stream #66
    • ➕ Added supports for Office 365 files #85

    🐛 Bug fixes

    • 💅 Docx::Document handles a docx file without styles.xml #81
    • 🛠 Fixes insert text before after were switched #84