Changlog v3

This commit is contained in:
Mr. Goferito 2016-10-31 19:21:19 +01:00
parent 682ca178b6
commit 62a28a0405

View file

@ -1,6 +1,12 @@
# Node Bing API # Node Bing API
Node.js lib for the Azure Bing Web Search API Node.js lib for the Azure Bing Web Search API
## Changelog v3
Thanks to the contribution of @franciscofsales, version 3 supports the
new API (Cognitive Services). This version is not compatible with the
Azure version, so if you are still using an Azure access key, please
stay with v2.
## Changelog v2 ## Changelog v2
In order to follow JavaScript best practices and allow the library to In order to follow JavaScript best practices and allow the library to
be promisified, the callback function is now the last parameter. be promisified, the callback function is now the last parameter.