- Switch to tools.build
- Upgrade to Clojure 1.11.1
- Upgrade to Ring 1.9.5
- Upgrade to Jsonista 0.3.6
- Keep http status code from response (fixes #4)
- Explicit text/html mime type for HTTP response
- Move Inertia shared props to ":inertia-share" key in Ring request map
- Append query-string to URL props to allowing browser History.pushState
- Multi-arity Inertia render function
- Replace JSON lib
- Renaming namespace
- Does not return body content for 409 HTTP status
- Condition to apply transformation only on collection type response
- First release