Skip to content

Releases: btklab/posh-mocks

Fix kinsoku function

17 Mar 12:57
Compare
Choose a tag to compare
3.0.1

Fix: kinsoku, README.md

Breaking change: `-split` operator to `.Split()` method

11 Mar 06:45
Compare
Choose a tag to compare

Breaking change: -split operator to .Split() method

Reason why:
If a regular expression escape character (for example, ".") with "-fs" used, the escape character will be included in the output separator. To suppress this, stop using -split <regex-string> and use .Split('<literal-string>') instead.

Fix: parse imagefile regardless of extension

10 Mar 04:28
Compare
Choose a tag to compare
2.1.3

Fix: parse imagefile regardless of extension

Enable: grep -AllMatches when -Path specified

06 Mar 15:10
Compare
Choose a tag to compare
2.1.2

Enable: -AllMatches when -Path specified

Fix synopsis

06 Mar 14:20
Compare
Choose a tag to compare
2.1.1

Fix: synopsis

Add: wrap function

05 Mar 08:54
Compare
Choose a tag to compare
2.1.0

Add: wrap function

Refactor chead, ctail functions

25 Feb 03:44
Compare
Choose a tag to compare
2.0.0

Refactor chead, ctail

First release

25 Feb 00:02
Compare
Choose a tag to compare
1.1.0

first release