This commit is contained in:
Nick Guerrera 2021-05-06 08:27:14 -07:00 коммит произвёл GitHub
Родитель 261465f0dd
Коммит 3f58a55bc3
12 изменённых файлов: 156 добавлений и 10 удалений

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

@ -1,6 +1,31 @@
{
"name": "@azure-tools/adl-rest",
"entries": [
{
"version": "0.2.0",
"tag": "@azure-tools/adl-rest_v0.2.0",
"date": "Thu, 06 May 2021 14:56:01 GMT",
"comments": {
"minor": [
{
"comment": "Implement alias and enum, remove model ="
}
],
"patch": [
{
"comment": "**Added** New type NoContentResponse"
},
{
"comment": "Replace several internal compiler errors with diagnostics"
}
],
"dependency": [
{
"comment": "Updating dependency \"@azure-tools/adl\" from `0.9.0` to `0.10.0`"
}
]
}
},
{
"version": "0.1.2",
"tag": "@azure-tools/adl-rest_v0.1.2",

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

@ -1,6 +1,18 @@
# Change Log - @azure-tools/adl-rest
This log was last generated on Tue, 20 Apr 2021 15:23:29 GMT and should not be manually modified.
This log was last generated on Thu, 06 May 2021 14:56:01 GMT and should not be manually modified.
## 0.2.0
Thu, 06 May 2021 14:56:01 GMT
### Minor changes
- Implement alias and enum, remove model =
### Patches
- **Added** New type NoContentResponse
- Replace several internal compiler errors with diagnostics
## 0.1.2
Tue, 20 Apr 2021 15:23:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl-rest",
"version": "0.1.2",
"version": "0.2.0",
"author": "Microsoft Corporation",
"description": "ADL REST protocol binding",
"homepage": "https://github.com/Azure/adl",
@ -32,7 +32,7 @@
"!dist/test/**"
],
"dependencies": {
"@azure-tools/adl": "0.9.0"
"@azure-tools/adl": "0.10.0"
},
"devDependencies": {
"@types/node": "~14.0.27",

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

@ -1,6 +1,18 @@
{
"name": "@azure-tools/adl-vs",
"entries": [
{
"version": "0.1.4",
"tag": "@azure-tools/adl-vs_v0.1.4",
"date": "Thu, 06 May 2021 14:56:02 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"adl-vscode\" from `0.4.5` to `0.5.0`"
}
]
}
},
{
"version": "0.1.3",
"tag": "@azure-tools/adl-vs_v0.1.3",

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

@ -1,6 +1,11 @@
# Change Log - @azure-tools/adl-vs
This log was last generated on Tue, 20 Apr 2021 15:23:29 GMT and should not be manually modified.
This log was last generated on Thu, 06 May 2021 14:56:02 GMT and should not be manually modified.
## 0.1.4
Thu, 06 May 2021 14:56:02 GMT
_Version update only_
## 0.1.3
Tue, 20 Apr 2021 15:23:29 GMT

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

@ -1,7 +1,7 @@
{
"name": "@azure-tools/adl-vs",
"author": "Microsoft Corporation",
"version": "0.1.3",
"version": "0.1.4",
"description": "ADL Language Support for Visual Studio",
"homepage": "https://github.com/Azure/adl",
"readme": "https://github.com/Azure/adl/blob/master/README.md",
@ -28,6 +28,6 @@
},
"dependencies": {},
"devDependencies": {
"adl-vscode": "0.4.5"
"adl-vscode": "0.5.0"
}
}

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

@ -1,6 +1,23 @@
{
"name": "adl-vscode",
"entries": [
{
"version": "0.5.0",
"tag": "adl-vscode_v0.5.0",
"date": "Thu, 06 May 2021 14:56:02 GMT",
"comments": {
"minor": [
{
"comment": "Implement alias and enum, remove model ="
}
],
"patch": [
{
"comment": "Update syntax highlighting for string literal change"
}
]
}
},
{
"version": "0.4.5",
"tag": "adl-vscode_v0.4.5",

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

@ -1,6 +1,17 @@
# Change Log - adl-vscode
This log was last generated on Tue, 20 Apr 2021 15:23:29 GMT and should not be manually modified.
This log was last generated on Thu, 06 May 2021 14:56:02 GMT and should not be manually modified.
## 0.5.0
Thu, 06 May 2021 14:56:02 GMT
### Minor changes
- Implement alias and enum, remove model =
### Patches
- Update syntax highlighting for string literal change
## 0.4.5
Tue, 20 Apr 2021 15:23:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "adl-vscode",
"version": "0.4.5",
"version": "0.5.0",
"author": "Microsoft Corporation",
"description": "ADL Language Support for VS Code",
"homepage": "https://github.com/Azure/adl",

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

@ -1,6 +1,50 @@
{
"name": "@azure-tools/adl",
"entries": [
{
"version": "0.10.0",
"tag": "@azure-tools/adl_v0.10.0",
"date": "Thu, 06 May 2021 14:56:02 GMT",
"comments": {
"minor": [
{
"comment": "Implement alias and enum, remove model ="
},
{
"comment": "Implement basic parser error recovery"
},
{
"comment": "Add API to check if a node or any descendants have parse errors"
}
],
"patch": [
{
"comment": "Small parsing speed improvement when expecting one of N tokens."
},
{
"comment": "Fix blockless namespaces not accumulating decls"
},
{
"comment": "Allow leading +/- in numeric literals and require fractional digits"
},
{
"comment": "Fix bugs with non-ascii identifiers"
},
{
"comment": "Improve CLI experience for generate command"
},
{
"comment": "Replace several internal compiler errors with diagnostics"
},
{
"comment": "Do not allow multi-line non-triple-quoted string literals"
},
{
"comment": "Fix parsing edge cases and optimize parsing slightly"
}
]
}
},
{
"version": "0.9.0",
"tag": "@azure-tools/adl_v0.9.0",

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

@ -1,6 +1,26 @@
# Change Log - @azure-tools/adl
This log was last generated on Tue, 20 Apr 2021 15:23:29 GMT and should not be manually modified.
This log was last generated on Thu, 06 May 2021 14:56:02 GMT and should not be manually modified.
## 0.10.0
Thu, 06 May 2021 14:56:02 GMT
### Minor changes
- Implement alias and enum, remove model =
- Implement basic parser error recovery
- Add API to check if a node or any descendants have parse errors
### Patches
- Small parsing speed improvement when expecting one of N tokens.
- Fix blockless namespaces not accumulating decls
- Allow leading +/- in numeric literals and require fractional digits
- Fix bugs with non-ascii identifiers
- Improve CLI experience for generate command
- Replace several internal compiler errors with diagnostics
- Do not allow multi-line non-triple-quoted string literals
- Fix parsing edge cases and optimize parsing slightly
## 0.9.0
Tue, 20 Apr 2021 15:23:29 GMT

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl",
"version": "0.9.0",
"version": "0.10.0",
"description": "ADL Compiler Preview",
"author": "Microsoft Corporation",
"license": "MIT",