Releases: falcopackages/falco-cli
v0.2.5
- 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
- Small corrections of typos
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Update crud.rst by @shearichard in #31
- docs: add shearichard as a contributor for doc by @allcontributors in #32
- docs: add 786raees as a contributor for code by @allcontributors in #33
- Add htmx latest version support to start-project command #22 by @786raees in #34
- docs: Explain how to use the starter-project without hatch
- docs: Add a known issues section to the
start-project
docs - Rewrite the
pre-commit hooks
for the project starter, the previous one was completely broken, now a little less broken - Additionals small changes and bug fixes
New Contributors
- @shearichard made their first contribution in #31
- @786raees made their first contribution in #34
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Changes to Starter Blueprint:
- Add an extra blocks
head
andbody
for more flexibility.
Changes to CRUD Generator:
- Fix
detail.html
andupdate.html
templates where an incorrect variable nameproduct
was left in.
Full Changelog: v0.2.1...v0.2.2
v0.2.1
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 theclean_username
form validator does not match any field on theUser
model.
Full Changelog: v0.2.0...v0.2.1
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
Initial release
v0.1.0 version 0.1.0