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.
- Refactored rendering logic to create InertiaResponse class
- Bugfix for SSR template data
- Bugfix for relative url. Thanks @Rey092!
- Inertia V2 Support
-
- Encrypt History. Thanks @svengt!
-
- Deferred Props. Thanks @mrfolksy!
-
- Optional props and deprecate lazy
-
- Merge Props
- Location function. Thanks @keinstn!
- 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.