v5.0.0
github-actions
released this
06 Nov 20:21
·
28 commits
to refs/heads/main
since this release
Read the main features overview in a blogpost.
🚀 Notable Features
- Make library PHP 8.1+ only (#195)
- Stop decimal/numeric conversion to floats (BC BREAK!) (#206)
- Removed already deprecated code (BC BREAK!) (c8c4367)
- Added PDO drivers (#127)
- Updated new schema API, read-only (36626a8, #199)
- BackedEnum support by @mrceperka (#187)
- Renamed modifier
%dts
(date-time simple) to%ldt
(local date-time) (a25ad7a) - Implemented support for custom auto-value modified detection (#154)
- Implement Result buffering (#128)
- Switch to nextras/multi-query-parser for SQL parsing (#155)
- Add support for
array{schema, table}
in%table
modifier (#198) - Add support for
Fqn
instance in%table
and%column
(#199, 4f2d3a3) - Add array spread modifier (#162)
- Add
literal-string
types for safe SQL construction (#163) - Add
Result::getColumns()
(#123)
and many more little features and fixes.
See closed tickets or see full changelog: v4.0.0...v5.0.0
Thank you to all contributors and backers.