Skip to content

Releases: ruby-docx/docx

v0.10.0

12 Sep 05:09
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Add substitute_with_block method to TextRun, that can take a block wtih access to MatchData with regex capture groups etc by @jrochkind in #161

Chores

New Contributors

Full Changelog: v0.9.1...v0.10.0

v0.9.1

03 May 16:05
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • Accepts files whose extension is not .docx or which does not have extension by @satoryu in #163

Full Changelog: v0.9.0...v0.9.1

v0.9.0

20 Apr 06:07
Compare
Choose a tag to compare

What's Changed

Enhancements

Chores

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

20 May 17:01
e7cd41f
Compare
Choose a tag to compare

What's Changed

Chores

New Contributors

Full Changelog: v0.7.0...v0.8.0

0.3.0

02 Apr 15:30
Compare
Choose a tag to compare

Changes

  • Updates for security vulnerabilities (#43)
  • Remove warnings on gem creation.
  • Add Travis CI.