Releases: TAServers/lest
Releases · TAServers/lest
Lest - v3.1.1
Fixed
- Fixed banner image URL in
README.md
Lest - v3.1.0
Added
- Added pretty diff rendering to
toEqual
matcher to show differences between deeply nested values
Changed
toBe
matcher now generates its message more in line with Jest to make comparing values easier- All values displayed in test failure messages are now properly serialised to mostly valid Lua, including the contents of tables
- Test failure messages no longer include the expected and received values in the
expect(...).matcherName(...)
signature- This matches the behaviour of Jest and avoids duplicating information between the signature and failure message
- Test failure messages are no longer highlighted in red to give more control to matchers over how individual messages are formatted
Lest - 3.1.1
Fixed
- Fixed banner image URL in
README.md
Lest - v3.0.0
Added
- Made it possible to set
testMatch
from the CLI
Changed
- (BREAKING) Changed CLI option format to only support
--option=value
and-o=value
(--option
and-o
are shorthand for--option=true
and-o=true
respectively)
Fixed
Lest - v2.1.0
Changed
- Improved version and release management approach
Security
- Updated package dependencies to resolve audit failures
Lest - v2.0.0
Lest - v1.3.2
Bug Fixes
- remove minifying to make stack traces readable (2fab8e8)
Lest - v1.3.1
Bug Fixes
- make lest executable run using a shebang (6103671)
Lest - v1.3.0
Features
- add readme to lest package (5bcb849)