[v1.6.0-rc.0](https://github.com/ash-project/ash_json_api/compare/v1.5.1...v1.6.0-rc.0) (2026-03-02)
Features:
* add field mapping utilities by [@zachdaniel](https://github.com/zachdaniel)
* add config to use correct `object` type for filter schemas by olivermt [(#413)](https://github.com/ash-project/ash_json_api/pull/413)
Bug Fixes:
* object type + config for backwards compat + a regression in deps update (#413) by olivermt [(#413)](https://github.com/ash-project/ash_json_api/pull/413)
* BadMapError when page param is not using bracket notation (#407) by olivermt [(#407)](https://github.com/ash-project/ash_json_api/pull/407)
* Add with_all_related_resources to resource schemas (#406) by m0rt3nlund [(#406)](https://github.com/ash-project/ash_json_api/pull/406)
Improvements:
* add an `error_handler` option by [@zachdaniel](https://github.com/zachdaniel)