Frozen Flask Versions Save

Freezes a Flask application into a set of static files.

v1.0.2

3 months ago
  • Use a syntax closer to .gitignore to ignore paths in walk_directory.

v1.0.1

6 months ago
  • Don’t install tests as top-level package.

v1.0.0

6 months ago
  • Support Flask 3.
  • Drop support of Python 2 and PyPy.
  • Test Python 3.8 to 3.12, and Flask 2 and 3.
  • Clean style guide and check it on CI.
  • Host documentation on Read the Docs.

v0.19

6 months ago
  • Pin Flask < 3 version.

v0.15

6 years ago
  • Add Freezer.freeze_yield() method to make progress reporting easier. (Thanks to Miro Hrončok.)

v0.14

7 years ago

Released on 2017-03-22

  • Add the FREEZER_SKIP_EXISTING configuration to skip generation of files already in the build directory. (Thanks to Antoine Goutenoir.)
  • Add shared superclass FrozenFlaskWarning for all warnings. (Thanks to Miro Hrončok.)

v0.13

7 years ago

Released on 2016-09-30

  • Add the FREEZER_REDIRECT_POLICY configuration

v0.12

7 years ago