Changes
- Fixed serialization of empty
Arrayand emptyHash. Fixes #336.
blog_path({filters: {}, columns: []}) // => /blog- Support new Rails 8.1 nil parameter serialization.
Rails #53962
JsRoutes consistently follows current rails version behavior:
root_path(hello: nil)
# 8.0 => "/?hello="
# 8.1 => "/?hello"