alexwhitman/node-pushbullet-api
### [`v3.0.0`](https://togithub.com/alexwhitman/node-pushbullet-api/blob/HEAD/CHANGELOG.md#300)
[Compare Source](https://togithub.com/alexwhitman/node-pushbullet-api/compare/8b5eaef4a831118d930540e099052ae5da62ca27...1f8c1fd99e3923b0b5ccada495e258d8c63186b3)
**Note that this major version release contains backwards incompatible changes.**
- Callback functionality has been removed. Callbacks can still be used by using `util.callbackify()`.
- `request` has been replaced by `node-fetch`. Full API responses are returned by function calls.
- Add support for for text API.
- Deprecate `sendSMS()`, this is deprecated in the API and is replaced by `createText()`.
- Add `createChannel()`.
[ ] If you want to rebase/retry this PR, click this checkbox.
This PR contains the following updates:
2.4.0
->3.0.0
By merging this PR, the issue #21 will be automatically resolved and closed:
Release Notes
alexwhitman/node-pushbullet-api
### [`v3.0.0`](https://togithub.com/alexwhitman/node-pushbullet-api/blob/HEAD/CHANGELOG.md#300) [Compare Source](https://togithub.com/alexwhitman/node-pushbullet-api/compare/8b5eaef4a831118d930540e099052ae5da62ca27...1f8c1fd99e3923b0b5ccada495e258d8c63186b3) **Note that this major version release contains backwards incompatible changes.** - Callback functionality has been removed. Callbacks can still be used by using `util.callbackify()`. - `request` has been replaced by `node-fetch`. Full API responses are returned by function calls. - Add support for for text API. - Deprecate `sendSMS()`, this is deprecated in the API and is replaced by `createText()`. - Add `createChannel()`.