Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.0.3]¶
- Module Changes
- Updated links in
psd1manifest - Updated to use
System.Collections.Generic.Listinstead ofSystem.Collections.ArrayList
- Updated links in
- Misc
- Added new pwshPlaces logo and icons
- Updated CONTRIBUTING guidelines
[1.0.0]¶
- Module Changes
Find-BingTimeZone- Added new parameter for pulling more details DST details:
IncludeDSTRules
- Added new parameter for pulling more details DST details:
Get-GMapPlaceDetail- Added new parameter for sorting reviews:
ReviewSort
- Added new parameter for sorting reviews:
- Updated help for all functions
- Minor spelling corrections on output messages
- Build Updates
- Updated all Github action files to:
- support ignore certain files for Readthedocs implementation
- updated actions from
v2tov3
- Moved
CHANGELOG.mdfrom.githubtodocs actions_bootstrap.ps1- bumped module versions to latest- All Infra/Infrastructure references changed to Integration
- Removed all test case uses of
Assert-MockCalled - Added support for readthedocs
- Corrected bug in
pwshPlaces.Settings.ps1referencingrequiredPSVersionfprValidateRequirementscheck.
- Updated all Github action files to:
- Misc
- Updated
settings.jsonfor tab requirements to support Readthedocs - Added
SECURITY.md - Updated
LICENSEyear
- Updated
[0.7.0]¶
- Changed API key(s) from being locally sourced environment variables to parameters
- Added
GoogleAPIKeyparameter to all Google Maps functions - Added
BingMapsAPIKeyparameter to all Bing Maps functions
- Added
[0.6.0]¶
- Initial release.