Releases: EasyPost/easypost-node
Releases · EasyPost/easypost-node
v6.8.2
- Bump all dependencies to address security vulnerabilities in Babel
v6.8.1
- Fixes a bug causing
ScanForm
creation to fail
v6.8.0
- Adds
apiKeys
method toUser
service allowing you to retrieve parent or child API keys by user ID - Adds all possible
ITrackerStatusDetail
values to the Typescript definitions
v6.7.3
- Fix endpoint for creating a FedEx Smartpost carrier account
v6.7.2
- Corrects the Typescript definition for
lowestRate
of Shipment, Order, and Pickup objects
v6.7.1
v6.7.0
- Adds methods to the easypost client for subscribing and unsubscribing from requests and responses being sent to the API
addRequestHook
: Adds a request hook to the EasyPost client. Useful for logging or debugging.removeRequestHook
: Removes a request hook from the EasyPost client.clearRequestHooks
: Clears all request hooks from the EasyPost client.addResponseHook
: Adds a response hook to the EasyPost client. Useful for logging or debugging.removeResponseHook
: Removes a response hook from the EasyPost client.clearResponseHooks
: Clears all response hooks from the EasyPost client.
- Maps 400 status codes to new
BadRequestError
class
v6.6.1
- Fixes the
pickup_rates
Typescript property of a Pickup
v6.6.0
- Retrieving carrier metadata is now generally available via
client.carrierMetadata.retrieve
- Bumps and modernizes all dependencies which no longer requires a force install/update
- Adds support for Typescript 5
- Typescript definitions graduated from beta to GA
v6.5.0
- Adds missing typescript definitions for
Utility
class - Fixes incorrect typescript definitions for
Address
,EndShipper
andWebhook
class methods - Moves
Utils
to EasyPostClient class