Skip to content

Commit

Permalink
Bump to 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bknoles committed Dec 13, 2024
1 parent 58ec0fe commit 8c749e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.6.0] - 2024-12-13

Support for the v2.0 Inertia.js release! It's a minor bump because there are no breaking changes!

Kudos to @skryukov and @PedroAugustoRamalhoDuarte for driving the features in this release!

* InertiaRails.defer for deferred props
* History encryption
* InertiaRails.merge for merge props
* InertiaRails.optional props (replaces lazy props in v2.0, InertiaRails.lazy now has a deprecation warning)

## [3.5.0] - 2024-11-29

* Add Algolia search for docs (#151, @skryukov)
Expand Down
2 changes: 1 addition & 1 deletion lib/inertia_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InertiaRails
VERSION = "3.5.0"
VERSION = "3.6.0"
end

0 comments on commit 8c749e3

Please sign in to comment.