Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

53 lines (32 loc) · 1.51 KB

Changelog

All notable changes to the "Colissimo API Wrapper" project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.0]

Added in 1.2.0

  • Move to parcel bundler for smaller bundle size.

[1.1.0]

Added in 1.1.0

  • Support for the authenticate method to authenticate with the Colissimo API.
  • Comprehensive error handling for robust and reliable API interactions.
  • Complete TypeScript definitions for all request and response interfaces.

[1.0.0] - 2023-11-13

Added in 1.0.0

  • Initial release of the Colissimo API Wrapper.
  • Support for the findRDVPointRetraitAcheminement method to interact with Colissimo's pickup and drop-off points.
  • Comprehensive error handling for robust and reliable API interactions.
  • Complete TypeScript definitions for all request and response interfaces.
  • Unit tests covering main functionalities.
  • GitHub Actions setup for automated testing and NPM publishing.
  • README.md file with detailed installation and usage instructions.
  • LICENSE file to clearly state the open-source license (specify the license, e.g., MIT, Apache, etc.).
  • .eslintrc.js configuration for consistent code styling and quality.

Changed

  • N/A for the first release.

Deprecated

  • N/A for the first release.

Removed

  • N/A for the first release.

Fixed

  • N/A for the first release.

Security

  • N/A for the first release.