Releases: gisce/facturae
Releases · gisce/facturae
v1.2.1
v1.2.0
What's Changed
- Use ubuntu-22.04 image by @guilleJB in #17
- Asignar orden TaxPeriod by @nvillarroya in #16
New Contributors
- @nvillarroya made their first contribution in #16
Full Changelog: v1.1.0...v1.2.0
v1.1.0
v1.0.0
What's Changed
- Añadir nodo Utilities en la factura electrónica by @MarcCalvoC in #14
New Contributors
- @MarcCalvoC made their first contribution in #14
Full Changelog: v0.4.0...v1.0.0
v0.4.0
v0.3.2
FacturaE with PKCS12 based signature!
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
- New methods
- 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
FacturaE with PKCS12 based signature!
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
- New methods
- 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
Forked version from totaler/facturae repo