Masonite-inertia

Latest version: v4.2.4

Safety actively analyzes 629639 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

2.0.0

* From now on versions `>=2.0.0,<3.0` is compatible with Masonite 2.X and `>=3.0` will be compatible with Masonite 3.X.

0.4.1

- Add possibility to change id generated by `inertia` view helper
html
app.html
{{ inertia(page) }} <!-- will generate <div id="app" ...> -->

{{ inertia(page, "my_app") }} <!-- will generate <div id="my_app" ...> -->

- Add possibility to access `request` in lazy loaded props in Inertia views
python
def lazy_view_with_request(self, view: InertiaResponse):
def is_authenticated(request):
return request.user()

return view.render("Index", {"is_authenticated": is_authenticated})

0.4.0

Add `location` method to make server-side external redirects (more [here](https://inertiajs.com/redirects#external-redirects))

0.3.0

* Fix installation command

0.2.0

0.1.0

* First release of the adapter
* Feature almost all the capabilities from legacy laravel adapter

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.