We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45fdfab commit d104a8fCopy full SHA for d104a8f
CHANGELOG.md
@@ -1,15 +1,13 @@
1
# Changelog
2
3
-## [2.3.7]
+## [2.3.6]
4
5
* Fixed serialization of empty `Array` and empty `Hash`. Fixes [#336](https://github.com/railsware/js-routes/issues/336).
6
7
``` javascript
8
blog_path({filters: {}, columns: []}) // => /blog
9
```
10
11
-## [2.3.6]
12
-
13
* Support new Rails 8.1 nil parameter serialization.
14
[Rails #53962](https://github.com/rails/rails/pull/53962)
15
JsRoutes consistently follows current rails version behavior:
0 commit comments