File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+ All notable changes to this project will be documented in this file.
3
+
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
+
7
+ ## [ 0.5.0] - 2022-12-20
8
+
9
+ * Automatically Include CSRF Token.
10
+ * Switch to using Vary: X-Inertia headers. Thanks @swarakaka !
11
+ * Bugfix for Inertia head tag rendering. Thanks @svengt !
12
+
13
+ ## [ 0.4.1] - 2022-10-10
14
+
15
+ * Bugfix to allow redirects to be returned from @inertia decorated views.
16
+
17
+ ## [ 0.4.0] - ???
18
+
19
+ * Initial release.
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " inertia-django"
3
- version = " 0.4.1 "
3
+ version = " 0.5.0 "
4
4
description = " Django adapter for the InertiaJS framework"
5
5
authors = [
" Brandon Shar <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments