-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from Nexmo/develop
v1.0.0 release
- Loading branch information
Showing
3 changed files
with
58 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [1.0.0] | ||
|
||
- ADDED: `applicationId` and `privateKey` properties to first constructor parameter to support JWT generation. | ||
- ADDED: `options.logger` to constructor 2nd parameter to allow adding customer logger. | ||
- ADDED: `options.appendToUserAgent` to constructor 2nd paramater to append custom string to `User-Agent` header sent to Nexmo. | ||
- ADDED: nexmo.calls adding support to `create`, `get`, `update` and `delete` calls. | ||
- ADDED: nexmo.applications adding support to `create`, `get`, `update` and `delete` calls. | ||
- ADDED: Functionality is now namespaced: | ||
- `nexmo.message` | ||
- `nexmo.calls` | ||
- `nexmo.number` | ||
- `nexmo.verify` | ||
- `nexmo.numberInsight` | ||
- `nexmo.account` | ||
- `nexmo.voice` - legacy voice functionality | ||
- CHANGED: `var Nexmo = require('nexmo');` returns a class definition which should be created using the `new` operator e.g. `var nexmo = new Nexmo(args...);`. | ||
- REMOVED: `var nexmo = require('nexmo');` no longer exposes singleton functions offered by "easynexmo". | ||
|
||
## Pre 1.0.0 | ||
|
||
Earlier versions of this library were published as "easynexmo". The "easynexmo" package is now deprecated. | ||
|
||
[1.0.0]: https://github.com/Nexmo/nexmo-node/tree/v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters