Skip to content

Latest commit

 

History

History
208 lines (140 loc) · 5.95 KB

CHANGELOG.md

File metadata and controls

208 lines (140 loc) · 5.95 KB

Changelog

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[0.3.11][]

  • FIXED: application:delete was returning a null response and throwing a validation error.
  • FIXED: application:numbers example was missing the required app_id parameter.

[0.3.10][]

  • FIXED: number:update had been duplicated resulting in multiple executions per number:update command. One version has now been renamed to numbers:update.

[0.3.9][]

  • Added numbers:list and nl with search support using the pattern flag

[0.3.8][]

  • Adding search support to number:list using the pattern 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 from jwt: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 alias numbers:buy to same command
  • Send an sms with nexmo sms
  • Add pagination headers to tables
  • Alias nexmo app to nexmo 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-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 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
  • Remove link:create and link: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