• Update style_add() to not force new styles if they already exist
  • hotfix for wrapping comments around content. When content had multiple nodes, it would add the comment wrapping multiple times leading to malformed ooxml.
  • add load_template_docx() function to make it easier to create sparkle-able template documents for testing.
  • Updates on saving styling due to officer update
  • Speed saving documents
  • Add ability to “lock” content added by sparkle inside a “Content Control”. This will allow for protection of content added from accidental editing.
  • Updates to saving documents based on updates to officer 0.6.9
  • Update find_comment_nodeset to new behavior in devel R where nodesets cannot be dimply diff’ed
  • Move polishing methods out and integrate polish package
  • Expand as_file to work with html documents
  • Update polishing depending on output type
  • Tidying and code simplification
  • Added a NEWS.md file to track changes to the package.
  • Updated save_docx() to handle updated officer behavior of saving its own comments data (v0.6.3)
  • Add handling for rtf files as an input file type from as_file()
  • Initial release of the package