Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 953 Bytes

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]

Changed

  • Improve README.md formatting.

Removed

  • mod.json and include constant in oneway.ts instead.

[0.1.2] - 2020-06-01

Added

  • buildRequestURL function to generate request URL to access OneWaySMS API.
  • deps.ts to manage dependencies.
  • .gitignore to ignore vscode settings.

Updated

  • Improve README.md formatting.
  • Improve type for request URL params.
  • Client to include User-Agent header to indicate SDK's request.

[0.1.1] - 2020-05-29

Added

  • Status code for OneWayError.

Updated

  • Tests to include request failure assertion.
  • README.md URL example when importing module.

[0.1.0] - 2020-05-25

  • Initial release