Skip to content

Releases: moov-io/signedxml

v1.2.2

10 Jun 18:22
Compare
Choose a tag to compare

IMPROVEMENTS

  • fix: allow no Transforms when signing
  • fix: removed XML declaration before signature operations
  • examples: run 3.6 in tests

BUILD

  • fix(deps): update module github.com/beevik/etree to v1.4.0

v1.2.1

20 Mar 19:03
Compare
Choose a tag to compare

IMPROVEMENTS

v1.2.0

19 Feb 19:49
Compare
Choose a tag to compare

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

v1.1.1

08 Jun 14:45
Compare
Choose a tag to compare

FIXES

  • Preserve CDATA text when signing a document
  • Typo in TestEnvelopedSignatureProcess

v1.1.0

30 May 19:14
Compare
Choose a tag to compare

IMPROVEMENTS

  • feat: replace Validate() with ValidateReferences()
  • meta: use moov-io/infra Go linter script in CI

v1.0.0

21 Apr 18:06
Compare
Choose a tag to compare

This is the first tagged release of the moov-io/signedxml package. It was previously released ma314smith/signedxml but has been moved over to the Moov.io Github organization.