Skip to content

Latest commit

 

History

History
123 lines (65 loc) · 2.48 KB

CHANGELOG.md

File metadata and controls

123 lines (65 loc) · 2.48 KB

Changelog

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.

[Unreleased]

Added

Changed

Fixed

[1.0.3] - 2023-11-29

Fixed

  • Auth header in request build method - #36

[1.0.2] - 2023-11-20

Added

[1.0.1] - 2023-11-09

Added

  • getTrackingUrl for tracking API - #36

[1.0.0] - 2023-11-09

Changed

  • Remove Travis CI - products/#97
  • [BREAKING] Swap to new UPS client credentials OAuth and APIs - #36

[0.4.2] - 2023-04-04

Added

  • Added international forms constants

Changed

  • Removed node 10 and 11 from github workflow and added node 16, 17 and 18

Fixed

  • Fix eslint dependencies problems

[0.4.1] - 2022-03-07

Added

[0.4.0] - 2022-02-21

Added

  • More Shipment API constants

[0.3.2] - 2021-12-15

Added

  • Added pounds weight measurement code

Fixed

  • Fix UPS service codes to work with the Pickup API

[0.3.1] - 2021-11-22

  • Allow UPS API endpoint change through constructor params

[0.3.0] - 2021-11-19

Added

  • UPS Locator API support to find nearest Access Point - #10
  • UPS Pickup API support to schedule pickups - #13
  • Label recovery endpoint to retrieve labels in multiple formats - #12

Fixed

  • Package description - #9

[0.2.2] - 2021-10-18

Fixed

  • Issue with API version in URL

[0.2.1] - 2021-07-06

Changed

  • Improved error handling using content type based parsing of payload

[0.2.0] - 2021-05-20

Changed

  • Base URLs for production

[0.1.0] - 2021-05-18

Added

  • Initial version