Skip to content

Commit

Permalink
Hotfix import property functions
Browse files Browse the repository at this point in the history
Hotfix to enable overwriting empty properties
  • Loading branch information
Akaizoku committed Oct 1, 2019
1 parent 5191017 commit 13ddfd0
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 664 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,18 @@ All notable changes to the [PSTK](https://github.com/Akaizoku/PSTK) project will
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0](https://github.com/Akaizoku/PSTK/releases/tag/1.1.0) - 2019-09-12
## [1.2.1](https://github.com/Akaizoku/PSTK/releases/tag/1.2.1) - 2019-10-01

Hotfix to enable overwriting empty properties.

### Changed
The following functions have been updated:
- Get-Properties
- Import-Properties

## [1.2.0](https://github.com/Akaizoku/PSTK/releases/tag/1.2.0) - 2019-09-12

Expansion

### Added
The following functions have been added:
Expand Down
5 changes: 4 additions & 1 deletion PSTK.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'PSTK.psm1'

# Version number of this module.s
ModuleVersion = '1.2.0'
ModuleVersion = '1.2.1'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down Expand Up @@ -151,6 +151,9 @@ PrivateData = @{

# ReleaseNotes of this module
ReleaseNotes = @'
## 1.2.1
Fixed an issue with empty properties not being overwritten as expected
## 1.2.0
Added support for global preferences
Expanded existing functions
Expand Down
79 changes: 0 additions & 79 deletions Tests/Add-Offset.ps1

This file was deleted.

67 changes: 0 additions & 67 deletions Tests/Compare-Hashtable.ps1

This file was deleted.

51 changes: 0 additions & 51 deletions Tests/ConvertTo-PDF.ps1

This file was deleted.

63 changes: 0 additions & 63 deletions Tests/ConvertTo-TitleCase.ps1

This file was deleted.

68 changes: 0 additions & 68 deletions Tests/Copy-OrderedHashtable.ps1

This file was deleted.

Loading

0 comments on commit 13ddfd0

Please sign in to comment.