This commit is contained in:
Brian Terlson 2021-04-05 18:31:06 -07:00 коммит произвёл GitHub
Родитель 3822a9daf8
Коммит 9d9302d9c1
7 изменённых файлов: 81 добавлений и 6 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl-rest",
"version": "0.1.0",
"version": "0.1.1",
"description": "ADL REST protocol binding",
"main": "dist/rest.js",
"adlMain": "lib/rest.adl",
@ -43,7 +43,7 @@
"prettier": "~2.2.1"
},
"dependencies": {
"@azure-tools/adl": "~0.7.0"
"@azure-tools/adl": "~0.8.0"
},
"type": "module"
}

Просмотреть файл

@ -1,6 +1,18 @@
{
"name": "@azure-tools/adl-vs",
"entries": [
{
"version": "0.1.2",
"tag": "@azure-tools/adl-vs_v0.1.2",
"date": "Tue, 06 Apr 2021 01:23:07 GMT",
"comments": {
"patch": [
{
"comment": "Improve debugging of VS extension itself"
}
]
}
},
{
"version": "0.1.1",
"tag": "@azure-tools/adl-vs_v0.1.1",

Просмотреть файл

@ -1,6 +1,13 @@
# Change Log - @azure-tools/adl-vs
This log was last generated on Wed, 31 Mar 2021 22:00:43 GMT and should not be manually modified.
This log was last generated on Tue, 06 Apr 2021 01:23:07 GMT and should not be manually modified.
## 0.1.2
Tue, 06 Apr 2021 01:23:07 GMT
### Patches
- Improve debugging of VS extension itself
## 0.1.1
Wed, 31 Mar 2021 22:00:43 GMT

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@azure-tools/adl-vs",
"author": "Microsoft Corporation",
"version": "0.1.1",
"version": "0.1.2",
"displayName": "ADL Language Support for Visual Studio",
"description": "ADL Language Support for Visual Studio",
"repository": {

Просмотреть файл

@ -1,6 +1,44 @@
{
"name": "@azure-tools/adl",
"entries": [
{
"version": "0.8.0",
"tag": "@azure-tools/adl_v0.8.0",
"date": "Tue, 06 Apr 2021 01:23:07 GMT",
"comments": {
"patch": [
{
"comment": "Add commands to install and uninstall Visual Studio extension"
},
{
"comment": "Enable security and securityDefinitions metadata to be applied to emitted OpenAPI documents; add default ARM security details"
},
{
"comment": "Add api-version parameter to all ARM operations"
},
{
"comment": "Add operations endpoint for ARM services"
},
{
"comment": "Enable creation of $refs to ARM common model and parameter definitions"
},
{
"comment": "Add common ARM parameter definitions for resource operations"
},
{
"comment": "remove parenless decorators"
}
],
"minor": [
{
"comment": "Implement npm libraries"
},
{
"comment": "Implement library import with npm, abstract out rest, openapi, rpaas"
}
]
}
},
{
"version": "0.7.0",
"tag": "@azure-tools/adl_v0.7.0",

Просмотреть файл

@ -1,6 +1,24 @@
# Change Log - @azure-tools/adl
This log was last generated on Wed, 31 Mar 2021 22:00:43 GMT and should not be manually modified.
This log was last generated on Tue, 06 Apr 2021 01:23:07 GMT and should not be manually modified.
## 0.8.0
Tue, 06 Apr 2021 01:23:07 GMT
### Minor changes
- Implement npm libraries
- Implement library import with npm, abstract out rest, openapi, rpaas
### Patches
- Add commands to install and uninstall Visual Studio extension
- Enable security and securityDefinitions metadata to be applied to emitted OpenAPI documents; add default ARM security details
- Add api-version parameter to all ARM operations
- Add operations endpoint for ARM services
- Enable creation of $refs to ARM common model and parameter definitions
- Add common ARM parameter definitions for resource operations
- remove parenless decorators
## 0.7.0
Wed, 31 Mar 2021 22:00:43 GMT

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl",
"version": "0.7.0",
"version": "0.8.0",
"description": "ADL Compiler Preview",
"main": "dist/compiler/index.js",
"types": "./dist/compiler/index.d.ts",