Skip to content

Releases: dolanmiu/docx

2.1.0

07 Jul 13:40
Compare
Choose a tag to compare

TypeScript definitions are now avaliable by default!

This means, if you are in a TypeScript project, you get autocomplete and all that good stuff without any extra configuration or packages.

Sorry that this wasn't avaliable earlier!

2.0.1

13 Apr 12:10
Compare
Choose a tag to compare

2.0.0

01 Apr 12:33
Compare
Choose a tag to compare

Breaking changes:

addTextRun is now addRun because soon you will be able to add picture runs. I found it a bit pointless having a new method for each new run addTextRun, addPictureRun etc. So instead, there will be one method which take any form of run!

1.2.1

08 Mar 23:36
Compare
Choose a tag to compare

Minor package.json update

1.2.0

08 Mar 23:28
Compare
Choose a tag to compare

Added numberings
Font support

1.0.1

07 Mar 14:44
Compare
Choose a tag to compare

Minor fixes

Made CI pass