Releases: dsccommunity/DscResource.Base
Releases · dsccommunity/DscResource.Base
v1.1.3-preview0001
[v1.1.3-preview0001]
Changed
RequiredModules
- Add PlatyPS
Resolve-Dependency
- Add latest config
build.yaml
- Move docs to own task
- Remove
VersionedOutputDirectory
as default value isTrue
build.ps1
- Update from Sampler
Resolve-Dependency.ps1
- Update from Sampler
Fixed
Get-LocalizedDataRecursive
- Switch
throw
to useTerminatingError
issue #16
- Switch
v1.1.2
v1.1.2-preview0001
[v1.1.2-preview0001]
Fixed
- Correcting module manifest and help file description.
- Update build pipeline to use GitVersion v5.
v1.1.1
[v1.1.1]
Fixed
- DscResource.Base
- Test results is now found for the HQRM tests when run in the pipeline.
ResourceBase
- Fixed style changed.
Changed
- DscResource.Base
- Move code coverage task in the pipeline to use task
PublishCodeCoverageResults@2
.
- Move code coverage task in the pipeline to use task
Get-LocalizedDataRecursive
- Move strings to localized versions (issue #7).
- Fix various formatting issues
v1.1.1-preview0002
[v1.1.1-preview0002]
Fixed
- DscResource.Base
- Test results is now found for the HQRM tests when run in the pipeline.
ResourceBase
- Fixed style changed.
Changed
- DscResource.Base
- Move code coverage task in the pipeline to use task
PublishCodeCoverageResults@2
.
- Move code coverage task in the pipeline to use task
Get-LocalizedDataRecursive
- Move strings to localized versions (issue #7).
- Fix various formatting issues
v1.1.1-preview0001
[v1.1.1-preview0001]
Fixed
ResourceBase
- Fixed style changed.
v1.1.0
[v1.1.0]
Added
- DscResource.Base
- A new private function
ConvertFrom-Reason
was added which takes an
array of[Reason]
and coverts it to an array of[System.Collections.Hashtable]
.
- A new private function
Changed
- DscResource.Base
- Enable Pester's new code coverage method.
- The private function
ConvertTo-Reason
was renamedResolve-Reason
.
ResourceBase
- The property
Reasons
in derived class-based resources is now expected
to use the type[System.Collections.Hashtable[]]
(issue #4).
- The property
Fixed
- DscResource.Base
- Correct pipeline definition id for status badges in README.md.
ResourceBase
- Increased code coverage.
v1.1.0-preview0001
[v1.1.0-preview0001]
Added
- DscResource.Base
- A new private function
ConvertFrom-Reason
was added which takes an
array of[Reason]
and coverts it to an array of[System.Collections.Hashtable]
.
- A new private function
Changed
- DscResource.Base
- Enable Pester's new code coverage method.
- The private function
ConvertTo-Reason
was renamedResolve-Reason
.
ResourceBase
- The property
Reasons
in derived class-based resources is now expected
to use the type[System.Collections.Hashtable[]]
(issue #4).
- The property
Fixed
- DscResource.Base
- Correct pipeline definition id for status badges in README.md.
ResourceBase
- Increased code coverage.
v1.0.0
v1.0.0-preview0001
[v1.0.0-preview0001]
Added
- Added the first version of
ResourceBase
.