Releases: ruby-docx/docx
Releases · ruby-docx/docx
v0.10.0
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
- Update README.md by @girasquid in #164
- Allow rubyzip 3.x as well as 2.x in gemspec by @jrochkind in #166
- Update Ruby versions on CI by @satoryu in #167
New Contributors
- @girasquid made their first contribution in #164
- @jrochkind made their first contribution in #166
Full Changelog: v0.9.1...v0.10.0
v0.9.1
v0.9.0
What's Changed
Enhancements
- add basic style definition by @miko53 in #138
- Support color and strike tag in to_html by @supraja-trd in #144
- Fully Support Styles by @rickychilcott in #145
Chores
- File Not Supported Error fix by @manovasanth1227 in #135
- Suppress errors raised when calling to_html to docx with internal links by @satoryu in #143
- Drop support for ruby 2.6 by @satoryu in #146
- Refactor Style class to use instance variables by @satoryu in #148
- Refactor style.rb to introduce Attribute class by @satoryu in #149
New Contributors
- @manovasanth1227 made their first contribution in #135
- @miko53 made their first contribution in #138
- @supraja-trd made their first contribution in #144
- @rickychilcott made their first contribution in #145
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
Chores
- Remove monkey patching on Module by @pjsk-stripe in #130
- Add test coverage for version 3.2 by @mohanapriya2308 in #132
- Release 0.8.0 by @satoryu in #134
New Contributors
- @pjsk-stripe made their first contribution in #130
- @mohanapriya2308 made their first contribution in #132
Full Changelog: v0.7.0...v0.8.0