Release 2.2.0
A few minor features and fixes:
TINYFORMAT_ASSERT
macro for people wanting to avoid dependency onassert()
and the<cassert>
header- Fix GCC-7
Wimplicit-fallthrough
warnings - Extra
NULL
initializations to silence spurious Coverty warnings - Various project improvements (CI + build; markdown docs)