- Added new query builder and testing helpers (whereNone, trimZeroDigits, assertSeeHtml/assertDontSeeHtml/assertSeeHtmlInOrder, assertExactJsonStructure, withoutHeader).
- Improved documentation and type hints across ServiceProvider, console factory, and various methods.
- Fixed multiple bugs: hashing null values, pagination count with unions, relation upsert arrays, morph column queries, and pagination errors with Model::preventAccessingMissingAttributes.