Changelog for oughta-0.3.0.0
0.3.0.0 -- 2025-07-06
- Add
check_not(s: String)
, which asserts thats
is not intext
.
0.2.0.0 -- 2025-05-02
- Add hooks,
Lua
actions that run before or after Lua programs. To upgrade from v0.1, just adddefaultHooks
as the first argument tocheck{,'}
. - Add the
reset
function to the Lua API.
0.1.1.0 -- 2025-04-22
- Add support for GHC 9.6 and 9.4.
0.1.0.0 -- 2025-04-22
Initial release.