Skip to content

Releases: ruby-docx/docx

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 31 May 15:42

What's Changed

Chores

  • Decouple load_rels from load_styles so @RELS loads without styles.xml (#158) by @satoryu in #178
  • Accept Pathname when opening a document (#101) by @satoryu in #179
  • Pass document_properties to table cell paragraphs so to_html works with hyperlinks (#160) by @satoryu in #180
  • Add Paragraph#substitute for placeholders split across runs (#147) by @satoryu in #181
  • Guard against nil crashes on malformed documents (#127) by @satoryu in #182

Full Changelog: v0.12.0...v0.13.0

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 31 May 13:01

What's Changed

Chores

  • Scan bookmarks in headers and footers (original idea by @bramj in #22) by @satoryu in #176
  • Update README for headers/footers and fix stale examples by @satoryu in #177

Full Changelog: v0.11.0...v0.12.0

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 31 May 11:17

What's Changed

Chores

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 31 May 08:05

What's Changed

Chores

Full Changelog: v0.10.0...v0.10.1

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 05:09

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

Choose a tag to compare

@github-actions github-actions released this 03 May 16:05

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

Choose a tag to compare

@github-actions github-actions released this 20 Apr 06:07

What's Changed

Enhancements

Chores

New Contributors

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

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 20 May 17:01
e7cd41f

What's Changed

Chores

New Contributors

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

0.3.0

Choose a tag to compare

@chrahunt chrahunt released this 02 Apr 15:30

Changes

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