This log was last generated on Tue, 27 Apr 2021 17:48:43 GMT and should not be manually modified.
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