Prepare publish
This commit is contained in:
Родитель
3f91bdda96
Коммит
15906bfa8d
|
@ -1,6 +1,23 @@
|
|||
{
|
||||
"name": "adl-vscode",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.4.3",
|
||||
"tag": "adl-vscode_v0.4.3",
|
||||
"date": "Fri, 26 Mar 2021 17:06:33 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Fix commenting and indenting behaviors"
|
||||
}
|
||||
],
|
||||
"dependency": [
|
||||
{
|
||||
"comment": "Updating dependency \"@azure-tools/tmlanguage-generator\" from `0.1.1` to `0.1.2`"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.4.2",
|
||||
"tag": "adl-vscode_v0.4.2",
|
||||
|
|
|
@ -1,6 +1,13 @@
|
|||
# Change Log - adl-vscode
|
||||
|
||||
This log was last generated on Wed, 24 Mar 2021 18:40:21 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 26 Mar 2021 17:06:33 GMT and should not be manually modified.
|
||||
|
||||
## 0.4.3
|
||||
Fri, 26 Mar 2021 17:06:33 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix commenting and indenting behaviors
|
||||
|
||||
## 0.4.2
|
||||
Wed, 24 Mar 2021 18:40:21 GMT
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"url": "git+https://github.com/azure/adl"
|
||||
},
|
||||
"publisher": "Microsoft",
|
||||
"version": "0.4.2",
|
||||
"version": "0.4.3",
|
||||
"engines": {
|
||||
"vscode": "^1.53.0"
|
||||
},
|
||||
|
@ -42,7 +42,7 @@
|
|||
"@rollup/plugin-node-resolve": "^11.2.0",
|
||||
"@types/node": "14.0.27",
|
||||
"@types/vscode": "^1.53.0",
|
||||
"@azure-tools/tmlanguage-generator": "0.1.1",
|
||||
"@azure-tools/tmlanguage-generator": "0.1.2",
|
||||
"rollup": "^2.41.4",
|
||||
"typescript": "~4.1.5",
|
||||
"vsce": "^1.85.1",
|
||||
|
|
|
@ -1,6 +1,59 @@
|
|||
{
|
||||
"name": "@azure-tools/adl",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.6.0",
|
||||
"tag": "@azure-tools/adl_v0.6.0",
|
||||
"date": "Fri, 26 Mar 2021 17:06:33 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Emit `readOnly: true` for model properties marked with `@visibility(\"read\")`"
|
||||
},
|
||||
{
|
||||
"comment": "The `visibility` decorator now accepts multiple values; the Swagger emitter will write these out as an `x-ms-mutability` field."
|
||||
},
|
||||
{
|
||||
"comment": "Adding sample generated controller for _____ service"
|
||||
},
|
||||
{
|
||||
"comment": "Add back post operation"
|
||||
},
|
||||
{
|
||||
"comment": "Add standard ARM operation and error model types"
|
||||
},
|
||||
{
|
||||
"comment": "Fix id lookup bug"
|
||||
},
|
||||
{
|
||||
"comment": "Initial check-in of adl spec and generated swagger for _____"
|
||||
},
|
||||
{
|
||||
"comment": "Update _____ spec with user comments."
|
||||
},
|
||||
{
|
||||
"comment": "Fixing formatting to match repo prettier config"
|
||||
},
|
||||
{
|
||||
"comment": "Add `@minValue` and `@maxValue` decorators for specifying the value range of numeric types"
|
||||
},
|
||||
{
|
||||
"comment": "Allow the use of recursive type references in model definitions"
|
||||
},
|
||||
{
|
||||
"comment": "Enable metadata and extensions to be applied to $ref'd schemas"
|
||||
},
|
||||
{
|
||||
"comment": "Add missing metadata for ARM library types"
|
||||
}
|
||||
],
|
||||
"minor": [
|
||||
{
|
||||
"comment": "Implement namespace merging, blockless namespaces, and dotted namespaces"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.5.0",
|
||||
"tag": "@azure-tools/adl_v0.5.0",
|
||||
|
|
|
@ -1,6 +1,29 @@
|
|||
# Change Log - @azure-tools/adl
|
||||
|
||||
This log was last generated on Tue, 23 Mar 2021 01:06:29 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 26 Mar 2021 17:06:33 GMT and should not be manually modified.
|
||||
|
||||
## 0.6.0
|
||||
Fri, 26 Mar 2021 17:06:33 GMT
|
||||
|
||||
### Minor changes
|
||||
|
||||
- Implement namespace merging, blockless namespaces, and dotted namespaces
|
||||
|
||||
### Patches
|
||||
|
||||
- Emit `readOnly: true` for model properties marked with `@visibility("read")`
|
||||
- The `visibility` decorator now accepts multiple values; the Swagger emitter will write these out as an `x-ms-mutability` field.
|
||||
- Adding sample generated controller for _____ service
|
||||
- Add back post operation
|
||||
- Add standard ARM operation and error model types
|
||||
- Fix id lookup bug
|
||||
- Initial check-in of adl spec and generated swagger for _____
|
||||
- Update _____ spec with user comments.
|
||||
- Fixing formatting to match repo prettier config
|
||||
- Add `@minValue` and `@maxValue` decorators for specifying the value range of numeric types
|
||||
- Allow the use of recursive type references in model definitions
|
||||
- Enable metadata and extensions to be applied to $ref'd schemas
|
||||
- Add missing metadata for ARM library types
|
||||
|
||||
## 0.5.0
|
||||
Tue, 23 Mar 2021 01:06:29 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure-tools/adl",
|
||||
"version": "0.5.0",
|
||||
"version": "0.6.0",
|
||||
"description": "ADL Compiler Preview",
|
||||
"main": "dist/main.js",
|
||||
"bin": {
|
||||
|
|
|
@ -1,6 +1,21 @@
|
|||
{
|
||||
"name": "@azure-tools/tmlanguage-generator",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.1.2",
|
||||
"tag": "@azure-tools/tmlanguage-generator_v0.1.2",
|
||||
"date": "Fri, 26 Mar 2021 17:06:33 GMT",
|
||||
"comments": {
|
||||
"patch": [
|
||||
{
|
||||
"comment": "Fix package name in package.json and changelog"
|
||||
},
|
||||
{
|
||||
"comment": "Fix hard coding of adl and wasm file resolution"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.1.1",
|
||||
"tag": "@azure-tools/tmlanguage-generator_v0.1.1",
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
# Change Log - @azure-tools/tmlanguage-generator
|
||||
|
||||
This log was last generated on Wed, 24 Mar 2021 18:40:21 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 26 Mar 2021 17:06:33 GMT and should not be manually modified.
|
||||
|
||||
## 0.1.2
|
||||
Fri, 26 Mar 2021 17:06:33 GMT
|
||||
|
||||
### Patches
|
||||
|
||||
- Fix package name in package.json and changelog
|
||||
- Fix hard coding of adl and wasm file resolution
|
||||
|
||||
## 0.1.1
|
||||
Wed, 24 Mar 2021 18:40:21 GMT
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure-tools/tmlanguage-generator",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"author": "Microsoft Corporation",
|
||||
"description": "Helper library to generate TextMate syntax highlighting tmlanguage files.",
|
||||
"homepage": "https://github.com/Azure/adl/tree/master/packages/tmlanguage-generator",
|
||||
|
|
Загрузка…
Ссылка в новой задаче