Skip to content

Releases: Tobi-De/falco

v0.2.5

13 Jan 08:20
Compare
Choose a tag to compare
  • The start-project command now accept an option for specifying the project creation directory. This functionality mirrors the corresponding option in the Django startproject command.
  • Add privacy friendly analytics using plausible

Full Changelog: v0.2.4...v0.2.5

v0.2.4

12 Jan 08:29
Compare
Choose a tag to compare
  • Small corrections of typos

Full Changelog: v0.2.3...v0.2.4

v0.2.3

12 Jan 08:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

31 Dec 21:50
Compare
Choose a tag to compare

Changes to Starter Blueprint:

  • Add an extra blocks head and body for more flexibility.

Changes to CRUD Generator:

  • Fix detail.html and update.html templates where an incorrect variable name product was left in.

Full Changelog: v0.2.1...v0.2.2

v0.2.1

31 Dec 08:35
Compare
Choose a tag to compare

Changes to the Starter Blueprint

  • Fix email configuration for development setup.
  • Resolve an issue where django-fastdev would raise an error while accessing the signup page because the clean_username form validator does not match any field on the User model.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Dec 13:21
Compare
Choose a tag to compare
  • 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

Initial release

28 Dec 17:44
Compare
Choose a tag to compare
v0.1.0

version 0.1.0