Skip to content

Releases: goldenstein64/bustez

v0.1.3

04 Dec 20:24
Compare
Choose a tag to compare

v0.1.2

20 Feb 06:12
c12ad41
Compare
Choose a tag to compare

What's Changed

  • More elegant fail implementation by @1enu in #4
    • expect's error message will change type based on whether Busted is loaded, not on whether Busted is available.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

13 Feb 02:22
Compare
Choose a tag to compare

What's Changed

  • Fixed .ok() deviating from TestEZ API, #3

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Nov 23:01
Compare
Choose a tag to compare

What's Changed

  • Busted fails properly now. Changed file folder. by @1enu in #2
    • Fixed Busted traceback pointing to bustez/expect.lua
    • Fixed failing expect being reported as an error instead of a failure
    • bustez/expect.lua was moved to luassert/bustez/expect.lua, replaced by a stub requiring the new location.

New Contributors

  • @1enu made their first contribution in #2

Full Changelog: v0.0.2...v0.1.0

v0.0.2

26 Jun 06:25
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue with error messages, #1

Full Changelog: v0.0.1...v0.0.2

v0.0.1

16 Jun 19:11
Compare
Choose a tag to compare

initial release