Skip to content

Releases: nodecfdi/sat-estado-cfdi

v3.0.0

13 Oct 04:39
Compare
Choose a tag to compare
  • 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...v3.0.0

v2.1.1

31 Jul 21:34
3e98a2a
Compare
Choose a tag to compare

fix sonar lint error

  • fix sonar lint error

v2.1.0

31 Jul 20:44
df0d8c9
Compare
Choose a tag to compare

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

20 Jul 17:08
b5520ae
Compare
Choose a tag to compare

Patch Changes

  • Fix types in consume method

v2.0.1

19 Jul 20:17
1b1c736
Compare
Choose a tag to compare

Patch Changes

  • Added browser support on distributable files

v2.0.0

19 Jul 18:35
5e0d3c3
Compare
Choose a tag to compare

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.