Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Report malformed switches as errors | Ben Bridle | 2025-03-03 |
| | | | | | | Previously, malformed arguments were silently ignored when encountered. This could cause unexpected behaviour if the malformed argument is safety critical, so now an error is reported. | ||
* | Implement error reporting | Ben Bridle | 2025-03-03 |
| | | | | | | The library has been redesigned so that all queries can be entered before any values are parsed. This allows all errors unrelated to value parsing to be displayed as a batch. | ||
* | Initial commit | Ben Bridle | 2025-02-03 |