Skip to content

Commit 8c749e3

Browse files
committed
Bump to 3.6.0
1 parent 58ec0fe commit 8c749e3

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.6.0] - 2024-12-13
8+
9+
Support for the v2.0 Inertia.js release! It's a minor bump because there are no breaking changes!
10+
11+
Kudos to @skryukov and @PedroAugustoRamalhoDuarte for driving the features in this release!
12+
13+
* InertiaRails.defer for deferred props
14+
* History encryption
15+
* InertiaRails.merge for merge props
16+
* InertiaRails.optional props (replaces lazy props in v2.0, InertiaRails.lazy now has a deprecation warning)
17+
718
## [3.5.0] - 2024-11-29
819

920
* Add Algolia search for docs (#151, @skryukov)

lib/inertia_rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InertiaRails
2-
VERSION = "3.5.0"
2+
VERSION = "3.6.0"
33
end

0 commit comments

Comments
 (0)