Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

50 lines (30 loc) · 1.88 KB

Changelog

v0.6.1

Bug fixes

  • Use Zip::File#glob to match any document.xml #104

Chores

  • Enable Coverall's coverage report #102
  • Add table write example to README.md #99
  • Replace Travis CI build with GitHub Action #98
  • Add ruby 3.0 to versions for testing on Travis CI #97

v0.6.0

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

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

v0.4.0

Enhancements

  • Implement substitute method on TextRun class. #75

Improvements

  • Updates dependencies. #72, #77
  • Fix: #paragraphs grabs paragraphs in tables. #76
  • Updates supported ruby versions. #78