Added - Support for new keywords in native commands available in CMake 4.0.
Fixed - Correctly recognize multi value keywords of `protobuf_generate`.
0.19.1
Fixed - Make `--diff` usable with `--check`. (58)
0.19.0
Added - Add `--warnings-as-errors`. (57)
0.18.2
Fixed - Fix "unknown command" regression. (52)
0.18.1
Fixed - Proper formatting of first `<artifact-option>...` group in `INSTALL(TARGETS)` command. (51)
0.18.0
Added - Add support for extensions and provide example extension as a template.
Fixed - Recognize `unquoted_legacy` rule of CMake language. (49) - Cut down excessive memory usage when used on a project with big number of files. - Correctly recognize keywords from download, upload and patch steps of `ExternalProject_Add` in `FetchContent_Declare`. (50)