Skip to content

Releases: AfipSDK/afip.js

v1.2.3 - Update types

24 Feb 22:38

Choose a tag to compare

Changes

  • Improve typing for new Afip() options via JSDoc and regenerated declarations.
  • options required, access_token required, CUIT optional.

v1.2.2 - Update types

05 Nov 15:59

Choose a tag to compare

v1.2.1 - Fix error catch

09 Oct 21:11

Choose a tag to compare

  • Fix error catch 2f2853a
  • Merge pull request #82 from AfipSDK/dependabot/npm_and_yarn/axios-1.12.0 3572e7e
  • Bump axios from 1.8.2 to 1.12.0 1d72733

v1.2.0...v1.2.1

v1.2.0 - Add automation methods

21 Aug 10:56

Choose a tag to compare

  • Methods to create and get automation details added.
  • Allow to initialize the SDK without a CUIT.

v1.1.3...v1.2.0

v1.1.3 - Allow return a CAEs batch

25 Oct 10:16

Choose a tag to compare

v1.1.2...v1.1.3

v1.1.2 - Fix de bug en ElectronicBilling

21 Oct 10:11

Choose a tag to compare

  • Update TS 15fad12
  • Fix bug when try to get voucher that not exists addca01
  • Merge pull request #75 from Mental-FIUBA/ISSUE-74_create_new_error_type 9cea4bd
  • ISSUE-74: create a new error type with code as attribute 865e172
  • Update README.md 07697f0
  • Update README.md 526b8e0

v1.1.1...v1.1.2

v1.1.1 - Actualizacion en el tipado (TS)

20 Apr 14:10

Choose a tag to compare

v1.1.0 - Crear certificados y autorizar web services

27 Jan 14:50

Choose a tag to compare

Se agrego un nuevo método para crear certificados y autorizar web services con la librería

Full Changelog: v1.0.1...v1.1.0

v1.0.1 - Fix for generic web services

23 Dec 13:06

Choose a tag to compare

v1.0.0...v1.0.1

v1.0.0 - Intregracion rapida

18 Dec 01:20

Choose a tag to compare

Estos son los cambios principales en esta version 1.0.0

  • Ahora se puede usar el CUIT 20409378472 para integrarse en desarrollo sin necesidad de obtener un certificado y key.
  • Ahora el certificado y la key se pasan como parámetro, lo cual permite que el usuario la guarde donde quiera lo cual esta mas alineado con la arquitectura de microservicios.

v0.8.1...v1.0.0