Fixes
- Changes made to a command's properties in its
validate
method are now persisted. - The exit code defined by error types that conform to
CustomNSError
are now honored. - Improved error message when declaring a command type with an unadorned mutable property. (See #256 for more.)
- Migrated from
CRT
toMSVCRT
for Windows platforms. - Fixes and improvements for building with CMake for Windows and Apple Silicon.
- Documentation improvements.