Skip to content

Latest commit

 

History

History
176 lines (107 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

176 lines (107 loc) · 3.79 KB

Change Log - @autorest/configuration

This log was last generated on Thu, 14 Oct 2021 23:03:28 GMT and should not be manually modified.

1.7.3

Thu, 14 Oct 2021 23:03:28 GMT

Patches

  • Fix Issue with undefined properties

1.7.2

Thu, 23 Sep 2021 19:51:32 GMT

Patches

  • Added include-x-ms-examples-original-file flag to activate x-ms-original-file injection in x-ms-examples

1.7.1

Wed, 22 Sep 2021 15:23:39 GMT

Patches

  • Added missing help text for command line arguments

1.7.0

Wed, 08 Sep 2021 15:39:22 GMT

Minor changes

  • 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

Patches

  • Configuration loader will not auto unloadcode blocks
  • Fix Input files with .. in path would cause duplicate loading and cause issues down the line

1.6.0

Mon, 19 Jul 2021 15:15:41 GMT

Minor changes

  • Added debug flag to directive to enable additional logging
  • Added Eol configuration
  • Moved literate-yaml logic from @autorest/common
  • Drop support for node 10

Patches

  • 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

1.5.0

Thu, 03 Jun 2021 22:37:55 GMT

Minor changes

  • Add support for adl

1.4.1

Wed, 26 May 2021 18:31:17 GMT

Patches

  • Fix issue when using --use: it would try to use yarn but couldn't find yarn/cli.js location

1.4.0

Thu, 20 May 2021 16:41:13 GMT

Minor changes

  • Remove Old patch directive causing incorect swagger behavior

1.3.1

Mon, 10 May 2021 18:01:37 GMT

Patches

  • Fix Keep order of property when merging to allow interpolation from same file

1.3.0

Tue, 27 Apr 2021 17:48:43 GMT

Minor changes

  • Added CLI argument parsing functionality(Moved from core and autorest)
  • Addded configuration validator for known config properties

Patches

  • Bump @autorest/java default version to 4.0.24

1.2.3

Fri, 09 Apr 2021 19:53:22 GMT

Patches

  • 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

1.2.2

Fri, 02 Apr 2021 15:18:00 GMT

Patches

  • Fix issue where getting nested config wouldn't copy the raw config and cause issue

1.2.1

Thu, 01 Apr 2021 15:46:41 GMT

Patches

  • Bump @azure-tools/uri version to ~3.1.1
  • Simplify configuration loading interface

1.2.0

Tue, 16 Mar 2021 15:52:56 GMT

Minor changes

  • Extract CachingFileSystem out into @azure-tools/datastore

Patches

  • Bump dependencies versions

1.1.3

Wed, 10 Mar 2021 01:07:02 GMT

Patches

  • Fix Defining multiple directive in configuration file as an object could override each other

1.1.2

Mon, 08 Mar 2021 18:07:37 GMT

Patches

  • Fix Loading --require configuration added from the CLI before default configuration

1.1.1

Fri, 05 Mar 2021 16:31:29 GMT

Patches

  • 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

1.1.0

Fri, 26 Feb 2021 21:50:13 GMT

Minor changes

  • Update Moved configuration loading from @autorest/core and redesign

Patches

  • Fix Plugins with nested configuration file requiring other plugins wasn't loading those plugins

1.0.1

Fri, 19 Feb 2021 21:42:09 GMT

Patches

  • Initial release, include models only