Fastapi-inertia

Latest version: v1.0.2

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

Scan your dependencies

Page 1 of 2

1.0.2

- Feat: handle serialization / encoding of prop which are of type list
- this allows passing to inertia, as prop value, a list of models and they will be encoded as expected

1.0.1

- Fix: SSR failed when the inertia server responded with an empty array
- Examples: Add examples for both SSR and non-SSR in vue language.

1.0.0

- [BREAKING CHANGE] Introduce templating via Jinja2 instead of a raw HTML string
- For migration guide, see [the migration guide](./DEPRECATION_AND_MIGRATION_GUIDE.mduse-jinja2-template-instead-of-a-raw-html-string)
- [BREAKING CHANGE] Remove deprecated use of `requests`
- For migration guide, see [the migration guide](./DEPRECATION_AND_MIGRATION_GUIDE.mdrequests-package-for-ssr)
- [BREAKING CHANGE] Remove deprecated use of `use_typescript`
- For migration guide, see [the migration guide](./DEPRECATION_AND_MIGRATION_GUIDE.mduse_typescript-configuration-option)

0.1.7

- Deprecate `requests` package for SSR in favour of `httpx` package
- Removed in 1.0.0
- For migration guide, see [the migration guide](./DEPRECATION_AND_MIGRATION_GUIDE.mdrequests-package-for-ssr)
- Test for deprecation warning for `httpx` package and `use_typescript` configuration option

0.1.6

- Cache vite manifest content
- Better type vite manifest
- Allow for multiple css files to be in the manifest file
- Deprecate `use_typescript` in favour of `entrypoint_filename` in InertiaConfig
- Removed in 1.0.0
- For migration guide, see [the migration guide](./DEPRECATION_AND_MIGRATION_GUIDE.mduse_typescript-configuration-option)
- Introduce root_directory to InertiaConfig instead of assuming it
- Introduce assets_prefix to InertiaConfig instead of assuming it

0.1.5

- Introduce new dev dependency: BeautifulSoup
- Use it instead of manual parsing as this is more reliable and less painful

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.