All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- FIXED:
application:delete
was returning a null response and throwing a validation error. - FIXED:
application:numbers
example was missing the requiredapp_id
parameter.
- FIXED:
number:update
had been duplicated resulting in multiple executions pernumber:update
command. One version has now been renamed tonumbers:update
.
- Added
numbers:list
andnl
with search support using thepattern
flag
- Adding search support to
number:list
using thepattern
flag
- FIXED: Support RTC application format
- FIXED: Support shortcodes in number update and other commands
- Update dependency to ^2.0.2
- FIXED: Update dependency to ^2.0.1 and handle v2.0.0 nexmo package response structure
- FIXED: Update dependency on nexmo package to version 2.0.1
- Update methods that required Number Insight checks to operate to accept a static
country_code
flag - Change default pagination size for most calls to 100
- Add
app:numbers
command to look up numbers for an application - Remove
--app_id
flag fromjwt:generate
- Update nexmo-node library to 1.1.2
- Better handling for 500 errors
- Update nexmo-node library to 1.1.1
- Pass User Agent to Nexmo library
- Add JWT generation with
jwt:generate
- Update nexmo-node library to 1.1.0
- Fix bugs #103, #99 and #98
- Update simplify
number:buy
and aliasnumbers:buy
to same command
- Send an sms with
nexmo sms
- Add pagination headers to tables
- Alias
nexmo app
tonexmo apps
- Get your account info with
nexmo account
- Show number to be acted on when cancelling and buying
- Add a changelog
- Return the maximum prices across all carriers in
price:country
- Update nexmo-node library to 1.0.0-beta-7
- Update nexmo-node library to 1.0.0-beta-6
- Terminology change from SDK to library
- Add validation for non-200 status from nexmo-node library
- Change balance precision to match dashboard in non verbose mode.
- Fixed advanced number buying functionality to use Number Insight Standard instead of advanced
- Improved instructions
- Add Travis CI build
- Remove ES5 build from repository
- Change source and build folder names
- Update to use nexmo-node library 1.0.0-beta-4
- Add
nexmo price:*
for find the price for SMS and Voice for any number or country.
- Change
nexmo app:create
to allow for saving of the private key to a file
- Update easynexmo library to 0.8.4
- Update easynexmo library to cbetta/nexmo-node
- Add
number:update
for updating a number's callback URLS. Also add the following easy shortcuts:- Add
link:tel
- Add
link:sms
- Add
link:vxml
- Add
link:sip
- Add
- Remove
link:create
andlink:delete
in favor of the new shortcuts.
- Add
nexmo insight:*
for finding insight into any number.
- Update easynexmo library to 0.8.3
- Terminology change from msisdn to number
- Change binary to read version number from package.json
- Add smart number buy functionality combining number search and buy into one call
- Add
nexmo link:delete
link:delete
in order to unlink numbers.
- Update easynexmo library to 0.8.2
- Add
--debug
flag - Add
nexmo link:create
in order to link numbers to apps and callback URLs.
- Update to contributors list
Initial release.
List of commands:
- Account
setup
balance
- Number management
numbers:list
number:buy
number:search
number:cancel
- App management
app:list
app:create
app:show
app:delete