This log was last generated on Wed, 28 Feb 2024 18:02:21 GMT and should not be manually modified.
Wed, 28 Feb 2024 18:02:21 GMT
- rename openapi-to-cadl to openapi-to-typespec
Thu, 16 Nov 2023 16:00:04 GMT
- Upgrade dependencies
- Set autorest.powershell v4 the default version loaded by autorest
Wed, 07 Dec 2022 22:24:34 GMT
- Add @autorest/openapi-to-cadl plugin
- Remove
--model-validator
flag to load oav as oav autorest plugin is not supported anymore
- Update dependencies
Wed, 27 Jul 2022 17:44:10 GMT
- Fix
where-operation-match
built-in directive
Tue, 19 Jul 2022 15:09:55 GMT
- make Go v4 code generator the default for Go
- Bump @autorest/java default version to 4.1.0
- Fix loading markdown config starting with codeblock
Thu, 31 Mar 2022 16:50:54 GMT
- Fix cadl invalid config
Tue, 22 Mar 2022 00:17:01 GMT
- Fix crash when having invalid cli arguments
Tue, 15 Mar 2022 16:00:38 GMT
- Added configuration for
--apply-transforms-in-place
- Tweak to nested configuration resolution
- Added directives
where-operation-match
andremove-operation-match
which takes regexp.
Tue, 07 Dec 2021 16:36:46 GMT
- Remove removal of additionalProperties=false for v2 generator
Tue, 30 Nov 2021 15:50:35 GMT
- Allow multiple
reason
on directive
Fri, 19 Nov 2021 04:23:42 GMT
- Consolidate configuration schema to add description and missing settings
- Uptake changes to the extension loader and report installation progress
- Relax directive validation
Thu, 14 Oct 2021 23:03:28 GMT
- Fix Issue with undefined properties
Thu, 23 Sep 2021 19:51:32 GMT
- Added
include-x-ms-examples-original-file
flag to activatex-ms-original-file
injection inx-ms-examples
Wed, 22 Sep 2021 15:23:39 GMT
- Added missing help text for command line arguments
Wed, 08 Sep 2021 15:39:22 GMT
- Rename
adl
->cadl
- Remove Yaml logging message format
- Update to new path mapping sourcemap functionality and remove unused parsing logic
- Remove quick-check plugin from defautl configuration
- Configuration loader will not auto unloadcode blocks
- Fix Input files with
..
in path would cause duplicate loading and cause issues down the line
Mon, 19 Jul 2021 15:15:41 GMT
- Added
debug
flag to directive to enable additional logging - Added Eol configuration
- Moved literate-yaml logic from @autorest/common
- Drop support for node 10
- Docs Add documenation about
--use
- Added New --memory configuration
- Added
--skip-sourcemap
flag - Fix Handle invalid yaml in cli flag
- Add
interactive
to config type
Thu, 03 Jun 2021 22:37:55 GMT
- Add support for adl
Wed, 26 May 2021 18:31:17 GMT
- Fix issue when using --use: it would try to use yarn but couldn't find yarn/cli.js location
Thu, 20 May 2021 16:41:13 GMT
- Remove Old patch directive causing incorect swagger behavior
Mon, 10 May 2021 18:01:37 GMT
- Fix Keep order of property when merging to allow interpolation from same file
Tue, 27 Apr 2021 17:48:43 GMT
- Added CLI argument parsing functionality(Moved from core and autorest)
- Addded configuration validator for known config properties
- Bump @autorest/java default version to 4.0.24
Fri, 09 Apr 2021 19:53:22 GMT
- Added skip-semantics-validation config flag
- Added remove-parameter built-in directive
- Update Configuration to use new semantic validator
- Addd
stats
flag to configuration - Fix Loading same configuration twice
Fri, 02 Apr 2021 15:18:00 GMT
- Fix issue where getting nested config wouldn't copy the raw config and cause issue
Thu, 01 Apr 2021 15:46:41 GMT
- Bump @azure-tools/uri version to ~3.1.1
- Simplify configuration loading interface
Tue, 16 Mar 2021 15:52:56 GMT
- Extract CachingFileSystem out into @azure-tools/datastore
- Bump dependencies versions
Wed, 10 Mar 2021 01:07:02 GMT
- Fix Defining multiple directive in configuration file as an object could override each other
Mon, 08 Mar 2021 18:07:37 GMT
- Fix Loading --require configuration added from the CLI before default configuration
Fri, 05 Mar 2021 16:31:29 GMT
- Fix issue where interpolating a value defined in the same block wouldn't be able to be overwritten by previous configs
- Fix Load arrays in the order they are defined within the same file(Resolve issue with directive loaded in inverted order)
- Revert use of flatmap
Fri, 26 Feb 2021 21:50:13 GMT
- Update Moved configuration loading from @autorest/core and redesign
- Fix Plugins with nested configuration file requiring other plugins wasn't loading those plugins
Fri, 19 Feb 2021 21:42:09 GMT
- Initial release, include models only