All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Allow Django >=4 Thanks @pmdevita!
- Encode SSR page data via the included InertiaJsonEncoder. Thanks @svengt!
- Bugfix for Inertia test helpers. Thanks @nootr!
- Bugfix for 303 redirect HTTP verbs. Thanks @Xzya!
- Make sure CSRF cookies are also set on initial load, not just inertia responses. Thanks @pauldiepold!
- Revert switch to using Vary: X-Inertia headers due to bug report.
- Automatically Include CSRF Token.
- Switch to using Vary: X-Inertia headers. Thanks @swarakaka!
- Bugfix for Inertia head tag rendering. Thanks @svengt!
- Bugfix to allow redirects to be returned from @inertia decorated views.
- Initial release.