Skip to content

Commit

Permalink
Finalized changelog for v
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed May 10, 2023
1 parent 9f82084 commit 9e010e0
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ All notable changes to this project will be documented in this file.
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).

----
* * *

## [Unreleased]

## [] - 2023-05-10

### Fixed

- [TESTBOX-341](https://ortussolutions.atlassian.net/browse/TESTBOX-341) toHaveLength param should be numeric
- [TESTBOX-354](https://ortussolutions.atlassian.net/browse/TESTBOX-354) Element $DEBUGBUFFER is undefined in THIS
- [TESTBOX-356](https://ortussolutions.atlassian.net/browse/TESTBOX-356) Don't assume TagContext has length on simpleReporter
- [TESTBOX-357](https://ortussolutions.atlassian.net/browse/TESTBOX-357) notToThrow\(\) incorrectly passes when no regex is specified
- [TESTBOX-357](https://ortussolutions.atlassian.net/browse/TESTBOX-357) notToThrow() incorrectly passes when no regex is specified
- [TESTBOX-360](https://ortussolutions.atlassian.net/browse/TESTBOX-360) full null support not working on Application env test
- [TESTBOX-361](https://ortussolutions.atlassian.net/browse/TESTBOX-361) MockBox Suite: Key \[aNull\] doesn't exist
- [TESTBOX-361](https://ortussolutions.atlassian.net/browse/TESTBOX-361) MockBox Suite: Key \[aNull] doesn't exist
- [TESTBOX-362](https://ortussolutions.atlassian.net/browse/TESTBOX-362) Cannot create sub folders within testing spec directories.

### Improvements
Expand All @@ -32,9 +34,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- [TESTBOX-371](https://ortussolutions.atlassian.net/browse/TESTBOX-371) Add CoverageReporter for batching code coverage reports
- [TESTBOX-137](https://ortussolutions.atlassian.net/browse/TESTBOX-137) Ability to spy on existing methods: $spy\(\)
- [TESTBOX-137](https://ortussolutions.atlassian.net/browse/TESTBOX-137) Ability to spy on existing methods: $spy()
- [TESTBOX-342](https://ortussolutions.atlassian.net/browse/TESTBOX-342) Add development dependencies to box.json
- [TESTBOX-344](https://ortussolutions.atlassian.net/browse/TESTBOX-344) Performance optimizations for BaseSpec creations by lazy loading external objects
- [TESTBOX-345](https://ortussolutions.atlassian.net/browse/TESTBOX-345) add a skip\(\[message\]\) like fail\(\) for skipping from inside a spec
- [TESTBOX-345](https://ortussolutions.atlassian.net/browse/TESTBOX-345) add a skip(\[message]) like fail() for skipping from inside a spec
- [TESTBOX-365](https://ortussolutions.atlassian.net/browse/TESTBOX-365) New build process using CommandBox
- [TESTBOX-372](https://ortussolutions.atlassian.net/browse/TESTBOX-372) Adobe 2023 and Lucee 6 Support

[Unreleased]: https://github.com/Ortus-Solutions/TestBox/compare/v...HEAD

[]: https://github.com/Ortus-Solutions/TestBox/compare/9f820840b1012dd89b79c62494333d4117bc1a7c...v

0 comments on commit 9e010e0

Please sign in to comment.