-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
52 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,40 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.1.6] - 2024-07-17 | ||
|
||
- 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 | ||
- Will be removed in 1.0.0 | ||
- Introduce root_directory to InertiaConfig instead of assuming it | ||
- Introduce assets_prefix to InertiaConfig instead of assuming it | ||
|
||
## [0.1.5] - 2024-07-17 | ||
|
||
- Introduce new dev dependency: BeautifulSoup | ||
- Use it instead of manual parsing as this is more reliable and less painful | ||
|
||
## [0.1.4] - 2024-05-31 | ||
|
||
* Handle better JSONification of Pydantic models | ||
* Use `json.loads(model.model_dump.json())` rather than `model.model_dump()` | ||
- Handle better JSONification of Pydantic models | ||
- Use `json.loads(model.model_dump.json())` rather than `model.model_dump()` | ||
To avoid issues with some common field types (UUID, datetime, etc.) | ||
* Expose a `_render_json` method on inertia to allow easier overriding. | ||
- Expose a `_render_json` method on inertia to allow easier overriding. | ||
|
||
## [0.1.3] - 2024-05-08 | ||
|
||
* Bump FastAPI version from 0.110.2 to 0.111.0 | ||
- Bump FastAPI version from 0.110.2 to 0.111.0 | ||
|
||
## [0.1.2] - 2024-04-23 | ||
|
||
* Update `README.md` and available versions | ||
- Update `README.md` and available versions | ||
|
||
## [0.1.1] - 2024-04-23 | ||
|
||
* Initial release. | ||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters