Releases: nodecfdi/credentials
Releases · nodecfdi/credentials
v3.2.0
v3.1.1
v3.1.0
v3.0.0
- ci: 💚 add ci github workflows d9331aa
- docs: 📝 update docs target with latest updates in library 8685dbf
- chore: 🚧 prepare exports for release version 9b28283
- refactor: ♻️ move from node-forge to other lib with utf8 values handled d0fe56e
- test: 🧪 increment code coverage and small refactorings fa91b03
- refactor: 🚧 update to usage latest organization standards and conventions b10b724
- chore: ⬆️ update dependencies 4accedc
- docs: 📝 generate changelog using format conventional 1b76d65
- style: 🚨 resolve format using prettier ac01b4a
- chore: 🚧 update configs with latest org dependencies 2661e8c
- chore: ♻️ remove old config files and configs 6b00538
- chore(deps): update dependency vite to v4.5.2 [security] a738dd1
- chore(deps): update dependency typedoc to ^0.25.0 042ae7c
- chore(deps): update vitest monorepo to ^0.34.0 dfe453d
- docs: generate docs 7bba40c
v2.0.3
Patch Changes - Esm lib node-forge
usage default
- Fix problem with usage of external lib
node-forge
v2.0.2
Patch Changes - Esm and support to require
- Fix problem with esm and required node:fs
- Update dependencies
v2.0.1
Patch Changes - Resolve problems with usage on esmodule
- Resolve problem with lib
node-forge
original commonjs but usage as module. - Apply new suite of rules with node-cfdi standard.
- Small refactoring.
v2.0.0
Major Changes - PFX and Refactor to node-forge
- Added support to pfx and pkcs12.
- Refactor certificate handler lib from
jsrsasign
tonode-forge
for add support to pkcs12. - Updated example for browser usage with latest credentials release.
- Changed microbundle to tsup for generation of library.
- Fix declarations types for target import or require.
- Remove unused code and library imports.
- Added test for browser environment.
- Update dependencies.
- Update CI workflow for fix pipeline to latest github changes.
Breaking Change
- Change sign method output from hexadecimal string to binary string like a
phpcfdi/credentials
. - Drop support to node versions < 16
v1.3.0
Minor Changes
- Feature added specific algorithm on sign and verify from credential, private key and public key.
- Added example for browser usage.
- Resolve dependencies for Browser and NodeJS usage.
CI
- Added workflow build for use pnpm and updated source files for better coverage.
- Added Sonarcloud for better quality code.
Build
- Changed from rollup to microbundle for generation of library.
Version 1.2.2
- Updated dependencies
- Revert changes on certificate thanks to
jsrsasign
added support native teletex string
Full Changelog: v1.2.1...v1.2.2