Skip to content

Commit 680c7e7

Browse files
Gilbert SanchezHeyItsGilbert
authored andcommitted
chore(CHANGELOG): ✏️ update changelog for recent changes
* Documented changes to the `Show-PesterResult` List panel, including: * Use of relative paths from the current directory. * Added padding on the selected item and an additional highlight icon. * Fixed an issue by removing an extra item from the stack that tracked the view layer.
1 parent 00050a3 commit 680c7e7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## Unreleased
9+
10+
### Changed
11+
12+
- The `Show-PesterResult` List panel now the files using relative path from the
13+
current directory. It also added padding on the selected item as well as an
14+
additional icon to show the highlight.
15+
16+
### Fixed
17+
18+
- Removed extra item from the stack that tracked which layer of the view you
19+
were in.
20+
21+
822
## [0.1.0] Initial Version
923

1024
### Added

PesterExplorer/Public/Show-PesterResult.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ function Show-PesterResult {
7676
$selectedItem = $list[0]
7777
$stack = [System.Collections.Stack]::new()
7878
$object = $PesterResult
79-
#$stack.Push($object)
8079
#endregion Initial State
8180

8281
while ($true) {

0 commit comments

Comments
 (0)