Skip to content

Releases: EasyPost/easypost-node

v8.9.0

Choose a tag to compare

@Justintime50 Justintime50 released this 25 Jun 16:32
b985d7d
  • Adds params to requestPin ensuring users can pass easypost_details to the call.
  • Bumps dependencies

v8.8.0

Choose a tag to compare

@Justintime50 Justintime50 released this 03 Mar 19:12
ac2a732
  • Adds IAddressVerificationFieldError Typescript interface, replacing IFieldError on Verification
  • Adds missing suggestion property to IFieldError
  • Removes unused dependencies, bumps remaining

v8.7.0

Choose a tag to compare

@Justintime50 Justintime50 released this 25 Feb 20:59
a2c5d09
  • Adds generic makeApiCall function

v8.6.0

Choose a tag to compare

@Justintime50 Justintime50 released this 20 Feb 17:51
be96ca7
  • Adds the following functions:
    • FedExRegistration.registerAddress
    • FedExRegistration.requestPin
    • FedExRegistration.validatePin
    • FedExRegistration.submitInvoice
  • Corrects additional Typescript definitions (eg: reference to Rate on Shipment, Claim missing reference)
    • Adds automated testing to catch Typescript errors in the future
  • Bumps dependencies

v8.5.0

Choose a tag to compare

@Justintime50 Justintime50 released this 04 Feb 16:43
7871172
  • Adds the following functions usable by child and referral customer users:
    • ApiKey.create
    • ApiKey.delete
    • ApiKey.enable
    • ApiKey.disable
  • Adds a Tracker.delete function
  • Fixes various Typescript definitions (adding missing items, correcting invalid items, consolidating duplicates, etc)
    • Fixes TypeScript exports for model classes to be type-only exports. This prevents runtime errors when attempting to use these classes with instanceof or as constructors, since they are not actually exported as JavaScript values from the package. Users can still use these types for type annotations. (closes #456)

v8.4.0

Choose a tag to compare

@Justintime50 Justintime50 released this 24 Nov 21:11
983c176
  • Adds the following functions:
    • embeddable.createSession
    • customerPortal.createAccountLink
  • Bumps dependencies

v8.3.0

Choose a tag to compare

@Justintime50 Justintime50 released this 10 Nov 17:52
47e9f60
  • Adds support for UspsShipAccount
  • Adds Tracker.retrieveBatch function
  • Adds verify_carrier address param

v8.2.0

Choose a tag to compare

@Justintime50 Justintime50 released this 18 Jun 16:31
66d2e19
  • Adds the following functions
    • shipment.createAndBuyLuma
    • shipment.buyLuma
    • luma.getPromise

v8.1.0

Choose a tag to compare

@Justintime50 Justintime50 released this 29 May 19:43
91842e4
  • Adds reference and recipient_name to Claims

v8.0.2

Choose a tag to compare

@Justintime50 Justintime50 released this 27 May 18:04
5ccb213
  • Corrects the endpoint used for creating/updating UPS accounts