Prepare @azure-tools/adl 0.3.0 for publishing

This commit is contained in:
David Wilson 2021-03-11 11:15:12 -08:00
Родитель d6b42466eb
Коммит 25fa27a36e
3 изменённых файлов: 126 добавлений и 2 удалений

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

@ -1,6 +1,97 @@
{
"name": "@azure-tools/adl",
"entries": [
{
"version": "0.3.0",
"tag": "@azure-tools/adl_v0.3.0",
"date": "Thu, 11 Mar 2021 19:14:29 GMT",
"comments": {
"minor": [
{
"comment": "Add byte primitive type"
},
{
"comment": "Add datetime primitive type"
},
{
"comment": "Enable HTTP verb decorators to specify a subpath from the parent resource path"
},
{
"comment": "Add float32 primitive type"
},
{
"comment": "Replace `interface` syntax with `namespace` and `op` syntax"
},
{
"comment": "Add new decorator @tags"
},
{
"comment": "Add support for nested namespace definitions and scopes"
},
{
"comment": "Add null intrinsic type, allow unions with it for x-nullable support in OpenAPI emitter"
},
{
"comment": "Add response model types for many standard HTTP responses in rest.adl"
},
{
"comment": "Renamed Ok<T> to OkResponse<T>"
},
{
"comment": "Add syntax highlighting"
}
],
"none": [
{
"comment": "Implement extends, re-implement spread to copy properties, implement visibility framework, move to explicit bodies in responses, and fix various bugs."
},
{
"comment": "Implement nostdlib option"
}
],
"patch": [
{
"comment": "Fix model Foo<T> extends T { }"
},
{
"comment": "Fix resolution of declared parameters in resource sub-paths"
},
{
"comment": "Always output a response description field to ensure valid swagger"
},
{
"comment": "Added new gRPC to ADL examples"
},
{
"comment": "Add back line and column tracking"
},
{
"comment": "Support arrays of arrays and parenthesized expressions"
},
{
"comment": "Remove hardcoded @autorest/core version"
},
{
"comment": "Include source file path in parse error log"
},
{
"comment": "Add body-boolean testserver sample"
},
{
"comment": "Fix bug preventing empty string literals"
},
{
"comment": "Refactor scanner to use less state"
},
{
"comment": "Log source locations with all errors"
},
{
"comment": "Support multiple content types for request bodies"
}
]
}
},
{
"version": "0.2.1",
"tag": "@azure-tools/adl_v0.2.1",

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

@ -1,6 +1,39 @@
# Change Log - @azure-tools/adl
This log was last generated on Thu, 28 Jan 2021 21:30:01 GMT and should not be manually modified.
This log was last generated on Thu, 11 Mar 2021 19:14:29 GMT and should not be manually modified.
## 0.3.0
Thu, 11 Mar 2021 19:14:29 GMT
### Minor changes
- Add byte primitive type
- Add datetime primitive type
- Enable HTTP verb decorators to specify a subpath from the parent resource path
- Add float32 primitive type
- Replace `interface` syntax with `namespace` and `op` syntax
- Add new decorator @tags
- Add support for nested namespace definitions and scopes
- Add null intrinsic type, allow unions with it for x-nullable support in OpenAPI emitter
- Add response model types for many standard HTTP responses in rest.adl
- Renamed Ok<T> to OkResponse<T>
- Add syntax highlighting
### Patches
- Fix model Foo<T> extends T { }
- Fix resolution of declared parameters in resource sub-paths
- Always output a response description field to ensure valid swagger
- Added new gRPC to ADL examples
- Add back line and column tracking
- Support arrays of arrays and parenthesized expressions
- Remove hardcoded @autorest/core version
- Include source file path in parse error log
- Add body-boolean testserver sample
- Fix bug preventing empty string literals
- Refactor scanner to use less state
- Log source locations with all errors
- Support multiple content types for request bodies
## 0.2.1
Thu, 28 Jan 2021 21:30:01 GMT

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

@ -1,6 +1,6 @@
{
"name": "@azure-tools/adl",
"version": "0.2.1",
"version": "0.3.0",
"description": "ADL Compiler Preview",
"main": "dist/main.js",
"bin": {