Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Releases: AfterShip/aftership-sdk-nodejs

8.0.1

21 Dec 11:20
08eb1c1
Compare
Choose a tag to compare
  • updated dependencies version

8.0.0

19 Dec 02:04
6a8c62d
Compare
Choose a tag to compare
  • upgrade axios library to 1.6.0 version
  • upgrade jest library to 29.0.0 version. Move jest config from package.json to jest.config.js according to new version usage.

7.0.7

28 Jul 08:48
Compare
Choose a tag to compare
  • #95 Fixed debug cannot found

7.0.6

24 May 09:03
9a90d5c
Compare
Choose a tag to compare
  • tracking object add new fileds
    • origin_state
    • origin_city
    • origin_postal_code
    • origin_raw_location
    • destination_state
    • destination_city
    • destination_postal_code
    • custom_estimated_delivery_date
    • first_estimated_delivery
    • shipment_tags
    • courier_connection_id
    • next_couriers
  • create tracking add new params
    • origin_state
    • origin_city
    • origin_postal_code
    • origin_raw_location
    • destination_state
    • destination_city
    • destination_postal_code
    • destination_raw_location
    • shipment_tags
    • courier_connection_id
    • next_couriers
  • update tracking add new params
    • slug
    • tracking_account_number
    • tracking_key
    • tracking_ship_date
    • origin_country_iso3
    • origin_state
    • origin_city
    • origin_postal_code
    • origin_raw_location
    • destination_country_iso3
    • destination_state
    • destination_city
    • destination_postal_code
    • destination_raw_location
  • courier detect add new params
    • tracking_account_number
    • tracking_origin_country
    • tracking_state
    • slug_group
    • origin_country_iso3
    • destination_country_iso3

7.0.5

24 May 09:01
Compare
Choose a tag to compare
  • update tracking fields #84

7.0.4

11 May 03:59
9c27541
Compare
Choose a tag to compare
  • update tracking fields
  • fix #80

7.0.3

11 Feb 02:18
Compare
Choose a tag to compare
  • #74 fix the tracking interface

7.0.2

26 Oct 08:37
5277e2a
Compare
Choose a tag to compare
  • #69 Fixed Axios sending empty body issue

7.0.1

30 Jul 07:10
Compare
Choose a tag to compare
  • fix list trackings interface

7.0.0

09 Feb 08:07
Compare
Choose a tag to compare
  • Breaking changes
    • DeliveryStatus Enum change to string instead of integer