All notable changes to the sheetwhat project will be documented in this file.
- Add
_debug
SCT introspection function - Normalize conditional format custom formula
- Use
Test
to replaceRule
in check implementations
- Fix setup
- Support checking pivot tables using
has_equal_pivot()
. - Custom feedback messages can now be templated and use the same parameters as the default messages.
test_exercise()
can now take thesuccess_msg
argument. If it is not specified, it falls back on the default specified inprotowhat.Reporter
.
test_exercise()
does more strict checking on its input arguments (to aid the web server)test_exercise()
will not fail if an emptysct
list is passed.
- First functioning version with feature parity compared to the JS implementation.