Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

71 lines (41 loc) · 2.53 KB

Changelog

v0.7.0

Enhancements

  • Adds to_xml to Document #116
  • fix runs text not changed after update #120

Bug fixes

  • Passing a Nokogiri::XML::Node as the second parameter to Node.new is deprecated #121

Chores

  • Add Ruby 3.1 to the CI matrix by petergoldstein #122

v0.6.2

Bug fixes

  • Fix Docx::Document#to_s fails when given file has document22.xml.rels #112, #106

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