prepare for release 0.2.4
This commit is contained in:
Родитель
e56e0bf3ad
Коммит
b8f1d00c30
|
@ -1,5 +1,14 @@
|
|||
# Change Log for Azure Node Essentials
|
||||
|
||||
## 0.2.4 [2017-02-11]
|
||||
|
||||
1. re-organized source code folder structure and refactored source code
|
||||
1. moved project to new home page at [Azure/Azure Node Essentials](https://github.com/Azure/azure-node-essentials)
|
||||
1. improvements to codegeneration:
|
||||
* better formatting for generated code and target document.
|
||||
* smarter require statement code generation: we only import modules that are not already imported and insert require statements at the end of an existing group, if one exists.
|
||||
* code generator for package.json: we now update package.json with dependencies required by the generated code.
|
||||
|
||||
## 0.2.3 [2017-02-08]
|
||||
|
||||
1. Bug fixes for Mac
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "azurenodeessentials",
|
||||
"displayName": "Azure Node Essentials",
|
||||
"description": "Azure Node SDK Essentials for VS Code",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"publisher": "azuresdkteam",
|
||||
"engines": {
|
||||
"vscode": "^1.8.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче