simple-nexmo
Version:
A nodejs wrapper for nexmo API
75 lines (58 loc) • 1.57 kB
Markdown
## Changelog
#### 2.2.1
_2016-04-06_
* Fix useSSL option cannot be set to false [#9](https://github.com/CalvertYang/simple-nexmo/pull/9)
#### 2.2.0
_2016-04-02_
* Call api supported [#7](https://github.com/CalvertYang/simple-nexmo/issues/7)
* Fix api response error check [#8](https://github.com/CalvertYang/simple-nexmo/issues/8)
#### 2.1.3
_2015-11-01_
* Fix typo [#5](https://github.com/CalvertYang/simple-nexmo/pull/5)
* Update README [#6](https://github.com/CalvertYang/simple-nexmo/pull/6)
#### 2.1.2
_2015-06-08_
* Fix typo [#4](https://github.com/CalvertYang/simple-nexmo/pull/4)
#### 2.1.1
_2015-05-03_
* Update endpoint for TTS message [#3](https://github.com/CalvertYang/simple-nexmo/issues/3)
* Update README
#### 2.1.0
_2015-04-11_
* Fix typo [#2](https://github.com/CalvertYang/simple-nexmo/pull/2)
* Update README
#### 2.0.2
_2014-11-30_
* Fix text message encoded issue [#1](https://github.com/CalvertYang/simple-nexmo/pull/1)
#### 2.0.1
_2014-11-20_
* Encode WAP push url
#### 2.0.0
_2014-11-10_
* Support more parameter for each APIs
* Add test
#### 1.0.7
_2014-11-05_
* Add TTS message support
#### 1.0.6
_2014-05-05_
* Change default protocol to https
* Add `Content-Length` header
#### 1.0.5
_2014-04-21_
* Changed back to JavaScript for easy maintenance
#### 1.0.4
_2013-12-17_
* Rewrite JavaScript to CoffeeScript
#### 1.0.3
_2013-11-13_
* Implement nexmo.getTopUp
#### 1.0.2
_2013-11-05_
* Architecture Changes
#### 1.0.1
_2013-11-04_
* Fix credentials typo
#### 1.0.0
_2013-11-03_
* Created initial version