This log was last generated on Fri, 15 Oct 2021 16:48:57 GMT and should not be manually modified.
Tue, 15 Oct 2021 17:00:00 GMT
- fix issue with extension method causing conflict when loading autorest core v2
Tue, 05 Oct 2021 17:04:21 GMT
- fix Respect
message-format
option
Wed, 08 Sep 2021 15:39:22 GMT
- Uptake* New logger
- Fix If an error occures in the config loading, ignore and try to load a version of @autorest/core
Tue, 20 Jul 2021 16:57:32 GMT
- Fix
--memory
flag not working
Mon, 19 Jul 2021 15:15:42 GMT
- Added Support for new
--memory
flag to configure core max memory - Drop support for node 10
Thu, 03 Jun 2021 22:37:55 GMT
Version update only
Wed, 26 May 2021 18:31:17 GMT
- Bump @autorest/configuration with fix with yarn/cli.js not found
Thu, 20 May 2021 16:41:13 GMT
Version update only
Tue, 27 Apr 2021 17:48:43 GMT
- Update minimum node version from
10.12
to10.16
- Updated CLI Parsing to uptake logic moved to @autorest/configuration
Fri, 09 Apr 2021 19:53:22 GMT
Version update only
Thu, 01 Apr 2021 15:46:42 GMT
- Bump @azure-tools/uri version to ~3.1.1
- Cleanup Migrated use of require -> es6 imports
- Fix Load default configuration when resolving core version
- Update @autorest/core version resolving in configuration file doesn't shell out to @autorest/core anymore
Tue, 16 Mar 2021 15:52:56 GMT
- Bump dependencies versions
Fri, 26 Feb 2021 21:50:13 GMT
- Removed isConfigurationDocument, use @autorest/configuration package to get this function
- Always load sourcemaps
Sun, 21 Feb 2021 05:37:47 GMT
- Fix: Loosen default version requirement for @autorest/core to only be the same major version as the cli.
Fri, 19 Feb 2021 21:42:09 GMT
- Migrate to using webpack for bundling.
Thu, 11 Feb 2021 18:03:07 GMT
- Update @azure-tools/extension to ~3.1.272
- Internals Update chalk dependency to ^4.1.0
Tue, 09 Feb 2021 00:00:00 GMT
- Update @azure-tools/extension to newer version that will log errors when installing packages.
Mon, 08 Feb 2021 23:06:15 GMT
- Fix build not generating types
Thu, 04 Feb 2021 19:05:18 GMT
- Consolidate tsconfig settings with other projects
- Internal code linting fixes
Mon, 10 Feb 2020 00:00:00 GMT
- detects when to fall back to autorest v2 core (no
--profile
, no--api-version
) - made nodejs sandbox reusable. Much faster.
- 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
- on secondary swagger files, schema schema validation is relaxed to be warnings.
- drop unreferenced requestBodies during merge
- supports v2 generators (and will by default, fall back to a v2 core unless overriden with
--version:
- if a v3 generator is loaded via
--use:
, it should not attempt to load v2 generator even if--[generator]
is specified (ie,--python
--use:./python
) should be perfectly fine - the v3 generator name in
package.json
should be@autorest/[name]
- ie@autorest/csharp
- it will only assume
--tag=all-api-versions
if either--profile:
... or--api-version:
... is specified. - rebuild to pick up newer extension library that supports python interpreter detection