Skip to content

Releases: EasyPost/easypost-node

v8.2.0

18 Jun 16:31
66d2e19
Compare
Choose a tag to compare
  • Adds the following functions
    • shipment.createAndBuyLuma
    • shipment.buyLuma
    • luma.getPromise

v8.1.0

29 May 19:43
91842e4
Compare
Choose a tag to compare
  • Adds reference and recipient_name to Claims

v8.0.2

27 May 18:04
5ccb213
Compare
Choose a tag to compare
  • Corrects the endpoint used for creating/updating UPS accounts

v8.0.1

08 May 20:16
65f58c6
Compare
Choose a tag to compare
  • Fixes built distribution by removing reference to removed repl

v8.0.0

30 Apr 19:16
12bc394
Compare
Choose a tag to compare

See our Upgrade Guide for more details.

  • Drop support for Node 12, 13, 14, and 15
  • Adds webhook_secret and custom_headers properties to Typescript definitions of a Webhook
  • Adds the following functions to assist ReferralCustomers add credit cards and bank accounts:
    • betaReferralCustomer.createCreditCardClientSecret
    • betaReferralCustomer.createBankAccountClientSecret
    • referralCustomer.addCreditCardFromStripe
    • referralCustomer.addBankAccountFromStripe
  • Adds missing tracker props
  • Routes AmazonShippingAccount to the correct endpoint on create
  • Fixes all references to the docs
  • Properly returns the response body of the following functions: addPaymentMethod, refundByAmount, refundByPaymentLog
  • findMatchingMockRequest mocking function made private
  • Removes undocumented and unmaintained repl
  • Bumps dependencies

v7.5.5

06 Feb 21:34
36cfe42
Compare
Choose a tag to compare
  • Fixes type importing and constructor creation (closes #446)

v7.5.4

23 Jan 17:51
8257dd4
Compare
Choose a tag to compare
  • Replaces Webpack with Vite for building the distributable library
  • Fixes the filename for the AddressCreateParameters type declaration file (closes #487)
  • Bumps dependencies

v7.5.3

03 Oct 16:45
dcc5e64
Compare
Choose a tag to compare

What's Changed

  • Removes the deprecated create_list tracker endpoint function as it is no longer available via API
  • Fix invalid TypeScript definition for Shipment buy function (closes #478 )

Related PRs

Full Changelog: v7.5.2...v7.5.3

v7.5.2

16 Aug 18:49
1d82170
Compare
Choose a tag to compare
  • Fixes webhook validation when the weight field contains a float by converting it back into a float after conversion from a string (closes #467)

v7.5.1

09 Aug 19:26
2304d1e
Compare
Choose a tag to compare
  • Adds missing properties to Rate model
    • delivery_date
    • est_delivery_days
  • Fixes getNextPage function in User Service