File tree Expand file tree Collapse file tree 2 files changed +28
-2
lines changed
Expand file tree Collapse file tree 2 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,31 @@ Unreleased
66
77- x
88
9+ ## Version 6.0.3
10+
11+ ---
12+
13+ Released 2025-11-16
14+
15+ - fix to 'SessionCheckpoint' value checker
16+
17+ ## Version 6.0.2
18+
19+ ---
20+
21+ Released 2025-10-21
22+
23+ - further fixes to prevent the import of hidden and dunder files and folders
24+
25+ ## Version 6.0.1
26+
27+ ---
28+
29+ Released 2025-10-21
30+
31+ - fix to prevent hidden files and folders being imported, this is files that start with
32+ ` . ` for example ` .cli.py ` and folders that start with ` . ` for example ` .DS_Store `
33+
934## Version 6.0.0
1035
1136---
@@ -20,7 +45,8 @@ Released 2025-10-16
2045
2146Released 2025-10-16
2247
23- - Replaced ` import_app_resources ` with ` import_resources ` and made it more scoped towards
48+ - Replaced ` import_app_resources ` with
49+ ` import_resources ` and made it more scoped towards
2450 importing and setting up factories. Static and template folder settings moved back to
2551 being set in the Flask object creation.
2652- factories are now mandatory when using ` import_resources `
Original file line number Diff line number Diff line change 11[project ]
22name = " flask-imp"
3- version = " 6.0.2 "
3+ version = " 6.0.3 "
44description = ' A Flask auto importer that allows your Flask apps to grow big.'
55authors = [{ name = " David Carmichael" , email = " david@uilix.com" }]
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments