All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- supported AES auth
- supported 2023-10 api version
- updated dependencies version
- #98 fix AftershipError.code type not number
- upgrade axios library to 1.6.0 version
- upgrade jest library to 29.0.0 version
- 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 2022-07-20
- add API endpoint
predict-batch
- update tracking fields
7.0.4 2022-05-11
- update tracking fields
- fix #80
7.0.3 2022-02-11
- #74 fix the tracking interface
7.0.2 2021-10-26
- #69 Fixed Axios sending empty body issue
7.0.1 2021-07-30
- fix list trackings interface
7.0.0 2021-02-09
- DeliveryStatus Enum change to string instead of integer
6.1.0 2020-07-29
- Added support for markAsCompleted() of tracking resource
- Updated package dependencies
6.0.0 2020-04-24
- Support latest features in v4 API
- Support TypeScript
- Support IntelliSense, bring more convenient to consumers
- The SDK is now isomorphic
Compatibility
- Node >=10.0
- Don't support
callback
anymore, please usePromise
instead. - Removed
auto retry
feature, consumers need to retry the request by themselves. - Removed
call
method - Remove
meta
in SDKresponse
object.
5.0.0 2016-01-13
- Update to 5.0.0, use Context-less interface, go to README.md for more