This log was last generated on Tue, 04 May 2021 18:18:45 GMT and should not be manually modified.
Tue, 04 May 2021 18:18:45 GMT
- Fix Uncaught promise exception
Tue, 27 Apr 2021 17:48:43 GMT
- Updated CLI Parsing to uptake logic moved to @autorest/configuration and use config validation
- Fix Default license header containing uninterpolated {generator}
- Fix Tree Shaking number enums same as string enum. This allows those enum to get a better auto generated name if no name is provided
- Perf improvement to multi api merger
Fri, 16 Apr 2021 15:18:54 GMT
- **Merge x-ms-paths into paths during multi-api-merger step"
Tue, 13 Apr 2021 15:34:55 GMT
- Package update update schema package for fix with $ref
Fri, 09 Apr 2021 19:53:22 GMT
- Added Semantic validator plugin
- Feature Add sourcemap support for errors providing original location of problem
- Added support for emitting statistics of the specs and resuting model
- Added [SemanticValidator] Path parameters validation to the semantic validator
- Internal Refactor plugins
Fri, 02 Apr 2021 15:18:00 GMT
- Update @autorest/configuration to take fix for broken interactive plugin
Thu, 01 Apr 2021 15:46:41 GMT
- Bump @azure-tools/uri version to ~3.1.1
- Cleanup Migrated use of require -> es6 imports
- Added configure @azure/logger according to debug/verbose flags
- Added New normalize-identity plugin to support multi openapi3 files output
- Added New config/flag
--output-converted-oai3
to output openapi3 files right after conversion from Swager 2.0 - Update to simplified configuration loader interface
Tue, 16 Mar 2021 19:28:18 GMT
- Update @azure-tools/data-store
Tue, 16 Mar 2021 15:52:56 GMT
- Update swagger schema validator to use new system(
ajv
&ajv-errors
) providing more relevant information
- Fix enum deduplicator to prevent crash when using allOf in enums
- Handle Discrimnator mapping. Make sure the refs are updated
- Fix Cannot read property 'pass-thru' of undefined crash
- Bump dependencies versions
Wed, 10 Mar 2021 02:02:59 GMT
- Update @autorest/configuration to uptake directives array fix
Mon, 08 Mar 2021 18:07:37 GMT
- Set @autorest/typescript default version to 'latest'
- Update @autorest/configuration dependency to update
--require
cli load order fix
Fri, 05 Mar 2021 16:31:29 GMT
- Rename trenton plugin to terraform
- Fix Handle using extension properties(x-) under components in OpenAPI3
- Update @autorest/configuration dependency to uptake various configuration loading fixes
Fri, 26 Feb 2021 21:50:13 GMT
- Remove legacy CLI functionality(Using arguments with single dash).
- Update Moved configuration loading from @autorest/core and redesign
- Fix issue when using properties with
$ref
as name where it would try to resolve a reference.
Sat, 20 Feb 2021 17:49:35 GMT
- Fix Revert use of flatMap which is not available on node 10
Fri, 19 Feb 2021 21:42:09 GMT
- Bundle jsonpath in webpack
- Extract some section into @autorest/core
- Rethink config
- Fix problem not resolving the yarn/cli.js file
- Fix Components cleaner not removing external non used headers but remove their schemas
- Revert removal of header-text config getter
Thu, 11 Feb 2021 18:03:07 GMT
- Fix Configuration for csharp causing pipeline stage not found error
- Improvement Provide a more detail error message when pipeline can't find a stage.
- Update @azure-tools/extension to ~3.1.272 and bundle it in the webpack file
Tue, 09 Feb 2021 22:00:21 GMT
- Fix Issue where it was not possible to override a config flag defined in the same markdown config. Markdown configuration loading now treats yaml code block in increasing priority order.
- Update @azure-tools/extension to newer version that will log errors when installing packages.
Mon, 08 Feb 2021 23:06:15 GMT
- Internal: Migrate bundling system to webpack
- Update csharp generator to default to v3. Use
--v2
to revert to previous version
Thu, 04 Feb 2021 19:05:18 GMT
- Internal: Moved source to src/ folder
- Refactoring: Cleanup of code running transform directives
- Internal code linting fixes
- Internal: Add some tests to the tree shaker
Tue, 4 Feb 2020 00:00:00 GMT
- rebuild to pick up latest data-store to fix the caching filename size
- OAI2-to-OAI3 converter update in perks.
- TransformerViaPointer was turning null into {}
- rebuild to fix NPM publishing problem.
- remove additionalProperties: false so v2 generators don't choke.
- rebuild to pick up perks change to fix multibyte utf8 over byte boundary problem
- rebuild to pick up a perks change to support turning underscore in semver to dash on gh releases
- rebuild to pick up newer extension library that supports python interpreter detection
- force rebuild to pick up fix in oai2 converter
- update the oai2-to-oai3 converter (parameterized host parameters should be client parameters if they are $ref'd)