Versions in this module Expand all Collapse all v0 v0.1.4 Aug 18, 2020 Changes in this version + type DocumentComposer struct + func New() *DocumentComposer + func (c *DocumentComposer) ApplyPatches(doc document.Document, patches []patch.Patch) (document.Document, error) v0.1.3 Apr 30, 2020 Changes in this version + func ApplyPatches(doc document.Document, patches []patch.Patch) (document.Document, error)