Sha256: 7ed2bfb87d7b8034c66c00014df9ca8fbb8b6fab0b56079a2c902fc234586f30

Contents?: true

Size: 1.94 KB

Versions: 1

Compression:

Stored size: 1.94 KB

Contents

# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [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

- Switched to [evil-client] v2+ (nepalez)

## [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][evil-client] implementation (nepalez)
- Version of [evil-client][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][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)

[evil-client]: https://github.com/evilmartians/evil-client
[dry-types]: https://github.com/dry-rb/dry-types
[0.0.8]: https://github.com/nepalez/sms_aero/compare/v0.0.7...v0.0.8
[0.0.9]: https://github.com/nepalez/sms_aero/compare/v0.0.8...v0.0.9
[0.1.0]: https://github.com/nepalez/sms_aero/compare/v0.0.9...v0.1.0
[0.1.1]: https://github.com/nepalez/sms_aero/compare/v0.1.0...v0.1.1
[0.1.2]: https://github.com/nepalez/sms_aero/compare/v0.1.1...v0.1.2
[0.1.3]: https://github.com/nepalez/sms_aero/compare/v0.1.2...v0.1.3

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sms_aero-0.1.3 CHANGELOG.md