2.10.0 (2025-03-13)
Features
- Add (limited) support for
json_exists,json_query,json_scalar,json_serializeandjson_value(#277) (4a26400) - Add multiple arguments support for
ARRAY(#279) (7f2b05d)
Code Refactoring
- Introduce
BaseRegexpFunctionandParserException(#269) (fed0367) - Validate that variadic functions have only the expected count of arguments (#274) (019f84d)
- Improve and modernize documentation and consistently switch to US English, including a potential BC due to renaming the internal abstract method
BaseFunction::customiseFunction()toBaseFunction::customizeFunction()(#273) (877d929)