All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.4.1 - 2024-01-09
- Ensure
setuptools
is installed as a dependency for Python 3.12+ support
0.4.0 - 2023-09-13
- In
.env.py
, remove.db
fromapp.extensions["sqlalchemy"]
to work with Flask-SQLAlchemy 3.1+
0.3.2 - 2021-06-03
- Remove
$
in template placeholders to avoid certain code editor errors
0.3.1 - 2021-03-01
alembic.ini.new
now gets itsscript_location
replaced ifalembic.ini
existed
0.3.0 - 2020-11-27
--no-with-testdb
option forflask db reset
since that is the behavior when--with-testdb
is omit
0.2.0 - 2020-11-20
flask db init
to generate Alembic config files and aseeds.py
fileflask db migrate
which forwards all commands straight to thealembic
CLI
flask db init
in its original form has been replaced withflask db reset
flask db seed
will fail with a helpful error ifseeds.py
cannot be found
0.1.1 - 2020-11-19
- A flake8 malfunction that caused a syntax error in the example
seeds.py
file
0.1.0 - 2020-11-19
- Everything!