Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 542c8c2

Browse files
authored
Update change log to include new changes into 0.3.0 release. (#359)
- Removed the date next to the version as it requires additional commit when we need to release the newer versions at different date than the one mentioned in the changelog.md.
1 parent 749c391 commit 542c8c2

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
## v0.3.0 - 2017-09-29
3+
## v0.3.0
4+
- Generate single Verb-Noun cmdlet for OperationIds like Noun_Verb and Noun_VerbBySomething (#358)
5+
- Move New-HttpClientHandler logic into New-ServiceClient for non-Azure services. (#357)
6+
- Add few verb mappings for Azure RPs (#356)
7+
- Add NoVersionFolder switch parameter on New-PSSwaggerModule cmdlet to not create the version folder. (#355)
8+
- Add all non-complex type properties in output format ps1xml files. (#354)
9+
- Escape '<#' and '#>', and replace '--' with '==' in Header content (#352)
10+
- Use separate PSCmdletOutputItemType variable for getting the output item type of pageable swagger operations. (#351)
11+
- Verb map change: 'Regenerate' to 'New' instead of 'Update' as per the feedback recieved from Azure PowerShell team. (#347)
12+
- [Azure and AzureStack] Use IClientFactory to create ARM Client in Azure PowerShell way. (#348)
13+
- New-ServiceClient error on custom host (#350)
14+
- Add CHANGELOG.md, and minor update for releasing the 0.3.0 version of PSSwagger and PSSwaggerUtility modules. (#345)
415
- Add support for generating proper output type for the Swagger operations with x-ms-pageable extension (#342)
516
- Add support for parameter type references to enum definitions (#341)
617
- Add support for AdditionalProperties Json schema with array type (#339)
@@ -21,7 +32,7 @@
2132
- Update Readme and fix an error related to importing the PSSwaggerUtility module (#300)
2233
- Support custom x-ms-pageable\NextLinkName field name (#294)
2334

24-
## v0.2.0 - 2017-08-15
35+
## v0.2.0
2536

2637
* First preview release
2738

0 commit comments

Comments
 (0)