Releases: nodecfdi/sat-estado-cfdi
Releases · nodecfdi/sat-estado-cfdi
v3.0.0
- docs: 📝 update readme with link to official documentation 1d7c3f3
- build: 🔨 generate exports for library 24ac1c3
- docs: 📝 generate docs with latest changes of library 0283371
- ci: 💚 change to usage lts version of tests 51689b1
- ci: 💚 add ci workflow b7d397f
- style: 🚨 remove check before length if method at ret null on not access by index cc03d8e
- feat: ✨ add client axios and export for clients and types on lib 374a838
- feat: ✨ add axios consumer client as peer dependency optional d817ff1
- feat: ✨ add client fetch for consume and change min node version >18 0a0b924
- refactor: 🚧 refactor all old files of sat-estado-cfdi and apply lint and format 0a1e623
- feat: ✨ add constants file 1bbee81
- refactor: ♻️ move contracts to types file target 2794760
- style: 🚨 apply format fixes 3af5462
- docs: 📝 update license 2024 happy new year a14237a
- chore: 🚧 update config dev tools, building tools and generate docs tools 26f5aac
- refactor: 🗑️ remove all config files and directories old for latest org standard 82c6ee6
- chore(deps): update dependency vite to v4.5.2 [security] ab2711e
- chore(deps): update vitest monorepo to ^0.34.0 fd6b586
- chore(deps): update dependency typedoc to ^0.25.0 0868e95
- docs: generate docs c809d3a
v2.1.1
fix sonar lint error
- fix sonar lint error
v2.1.0
Minor Changes
- Refactor lint and added method to see raw response
- Added method `CfdiStatus.getRawResponse()``
- Update config for tsup lib
- Update types exports for typescript module and commonjs
- Update to ESM
- Update dependencies
- Update CI workflow for fix pipeline to latest github changes
- Drop support to node versions < 16
v2.0.2
Patch Changes
- Fix types in consume method
v2.0.1
Patch Changes
- Added browser support on distributable files
v2.0.0
Major Changes
- Change calling methods to kwnow document status prior was:
|prior|actual|
|-----|-----|
| byDirectCall |cancellableByDirectCall|
|byApproval|cancellableByApproval| - Change interface definition in
ConsumerClientInterface
to specify Generic type. - Change enums in his own namespace.
- Change file names to follow standar used in
@nodecfdi
group.
Build
- Update dependencies
- Replaced bundle by rollup to microbundle.
CI
- Added sonar cloud and new rules in linting.