v0.2.0
-
Folder Renaming: Renamed the
docker
folder todeploy
to enhance clarity; the folder contains more than just Docker-related files. -
Default Starter Integration: Included the default starter project with the
core
app, streamlining the experience when using theinstall-crud-utils
command. -
Convenient App Creation: Added a hatch
start-app
script for creating an app and moving it into the project'sapps_dir
. -
Type Checking Enhancement: Replaced Pyright with Mypy for type checking; Mypy is less aggressive.
-
Improved README.md Setup Instructions: Enhanced setup instructions in the project's
README.md
for better clarity. -
Starter Project Layout Adjustment: Modified the
utils
import generated bycrud
to align with the starter project layout, ensuring a more consistent structure. -
Documentation Update: Revised the documentation for
work
commands, noting that the default starter does not come with a default config. -
Miscellaneous Fixes: Addressed various small issues throughout the codebase.
Full Changelog: v0.1.1...v0.2.0