Skip to content

v0.2.0

Compare
Choose a tag to compare
@Tobi-De Tobi-De released this 30 Dec 13:21
· 459 commits to main since this release
  • Folder Renaming: Renamed the docker folder to deploy 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 the install-crud-utils command.

  • Convenient App Creation: Added a hatch start-app script for creating an app and moving it into the project's apps_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 by crud 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