Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 2.08 KB

CHANGELOG.md

File metadata and controls

63 lines (41 loc) · 2.08 KB

Change Log

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.

0.2.0 - [2018-04-27]

  • fix channel types from the API v1 docs (jarosluv)

0.1.3 - [2018-01-05]

Changed

  • update dependency from evil-client to v3.0+ (nepalez)

    The gem doesn't raise Evil::Client::ValidationError any more. Instead, the origin StandardError exceptions are risen.

0.1.2 - [2017-12-03]

Added

  • checking existance & availability of phone number using methods #hlr and #hlr_status id (Earendil95)

0.1.1 - [2017-09-02]

Changed

0.1.0 - [2017-08-11]

The gem is re-written on top of newer version of evil-client Some changes in the interface has been made as well.

Changed

  • The root option :test renamed to :testsend for internal reasons of evil-client implementation (nepalez)
  • Version of evil-client used under the hood: 0.3.3 -> 1.1.0 (nepalez)

Deleted

  • Method send_to_group removed in favor or group: option of send_sms (nepalez)
  • Validation of responses returned by a remote server (nepalez)
  • Dependency from dry-types (nepalez)

0.0.9 - [2017-06-23]

Fixed

  • Always add #success to answers to #send_sms (nepalez)

0.0.8 - [2017-06-23]

Added

  • Weakened dependency from dry-types, allowing v0.0.9 (nepalez)