Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
reinink committed Dec 13, 2024
1 parent d5e1d51 commit 0259e37
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Release Notes

## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v1.2.0...2.x)
## [Unreleased](https://github.com/inertiajs/inertia-laravel/compare/v2.0.0...2.x)

- Nothing!

## [v2.0.0](https://github.com/inertiajs/inertia-laravel/compare/v1.2.0...2.0.0)

- Add support for Inertia.js v2.0.0
- Add `Inertia::defer()` to support deferred props
- Add `Inertia::merge()` to support merging props on client
- Add `Inertia::always()` for props that should always be included ([#627](https://github.com/inertiajs/inertia-laravel/pull/627))
- Add `Inertia::clearHistory()` and `Inertia::encryptHistory()` methods, encryption config, and encryption middleware
- Deprecated `Inertia::lazy()` in favor of `Inertia::optional()`
- Drop support for Laravel 8 and 9 ([#629](https://github.com/inertiajs/inertia-laravel/pull/629))
- Add "always" props using new `Inertia::always()` wrapper ([#627](https://github.com/inertiajs/inertia-laravel/pull/627))

## [v1.2.0](https://github.com/inertiajs/inertia-laravel/compare/v1.1.0...v1.2.0) - 2024-05-17

Expand Down

0 comments on commit 0259e37

Please sign in to comment.