Skip to content

Releases: TAServers/lest

Lest - v3.1.1

27 Dec 19:49
3610bb9
Compare
Choose a tag to compare

Fixed

  • Fixed banner image URL in README.md

Lest - v3.1.0

27 Dec 19:13
c0f015c
Compare
Choose a tag to compare

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

10 Apr 21:40
3610bb9
Compare
Choose a tag to compare

Fixed

  • Fixed banner image URL in README.md

Lest - v3.0.0

10 Dec 22:24
22093e3
Compare
Choose a tag to compare

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.config.lua is no longer required to run tests #97
  • Unrecognised CLI arguments no longer throw an error, fixing the --luaCommand option in the wrapper being unusable #104

Lest - v2.1.0

02 Dec 18:49
ce8bce5
Compare
Choose a tag to compare

Changed

  • Improved version and release management approach

Security

  • Updated package dependencies to resolve audit failures

Lest - v2.0.0

13 Jul 07:37
ca0f1b8
Compare
Choose a tag to compare

Bug Fixes

  • exit with status based on whether tests passed (f89be25)

Features

  • add public API to lest package (ab0004e)

BREAKING CHANGES

  • this replaces the old export which ran Lest

Lest - v1.3.2

07 Jul 20:34
160e504
Compare
Choose a tag to compare

Bug Fixes

  • remove minifying to make stack traces readable (2fab8e8)

Lest - v1.3.1

02 Jul 23:01
89bd189
Compare
Choose a tag to compare

Bug Fixes

  • make lest executable run using a shebang (6103671)

Lest - v1.3.0

02 Jul 21:06
0ae6cf4
Compare
Choose a tag to compare

Features

  • add readme to lest package (5bcb849)

Lest - v1.2.0

02 Jul 20:25
53d2387
Compare
Choose a tag to compare

Features

  • initial CLI wrapping logic (80e8a28)
  • run lest from node wrapper (d907edd)