Releases: moov-io/signedxml
Releases · moov-io/signedxml
v1.2.2
v1.2.1
IMPROVEMENTS
- fix: handle adjacent comments during canonicalization
- feat: support http://www.w3.org/TR/2001/REC-xml-c14n-20010315
v1.2.0
ADDITIONS
- signer: add convenience method for creating a signer given an already built etree.Document
IMPROVEMENTS
- fix: support Signature element on the root level
BUILD
- build: use latest stable Go release
- fix(deps): update module github.com/beevik/etree to v1.3.0
- fix(deps): update module github.com/smartystreets/goconvey to v1.8.1