Skip to content

Releases: gisce/facturae

v1.2.1

23 Jan 11:55
f09e6df
Compare
Choose a tag to compare

v1.2.0

23 Jan 11:50
cd5851a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

23 Jul 08:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

16 Jul 11:00
Compare
Choose a tag to compare

What's Changed

  • Añadir nodo Utilities en la factura electrónica by @MarcCalvoC in #14

New Contributors

Full Changelog: v0.4.0...v1.0.0

v0.4.0

07 Mar 09:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

02 Dec 10:34
182f510
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

FacturaE with PKCS12 based signature!

13 Mar 13:39
9892e8d
Compare
Choose a tag to compare

0.2.1

  • Add FacturaeRoot signature functionality
    • New methods
      • FacturaeRoot.sign(pkcs12_cert, password) to sign a FacturaeRoot instance
      • FacturaeRoot.sign_verify(signed_root) to verify the already created signature
  • Add basic signature tests with a dummy self-signed cert
  • Provide Travis-CI integration to validate tests and autodeploy to Pypi on tag
  • Fixed versioning and setup script

See PR #2, #3

FacturaE with PKCS12 based signature!

13 Mar 13:15
63d22da
Compare
Choose a tag to compare

0.2.0

  • Add FacturaeRoot signature functionality
    • New methods
      • FacturaeRoot.sign(pkcs12_cert, password) to sign a FacturaeRoot instance
      • FacturaeRoot.sign_verify(signed_root) to verify the already created signature
  • Add basic signature tests with a dummy self-signed cert
  • Provide Travis-CI integration to validate tests and autodeploy to Pypi on tag

See PR #2

Initial version

13 Mar 12:17
Compare
Choose a tag to compare

Forked version from totaler/facturae repo