Skip to content

Commit f947861

Browse files
committed
Changelog
1 parent 8d93eef commit f947861

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [2.3.6]
4+
5+
* Support new Rails 8.1 nil parameter serialization.
6+
[Rails #53962](https://github.com/rails/rails/pull/53962)
7+
JsRoutes consistently follows current rails version behavior:
8+
9+
``` ruby
10+
root_path(hello: nil)
11+
# 8.0 => "/?hello="
12+
# 8.1 => "/?hello"
13+
```
14+
315
## [2.3.5]
416

517
* Support `bigint` route parameter

0 commit comments

Comments
 (0)