* Use a syntax closer to .gitignore to ignore paths in walk_directory.
1.0.1
* Don’t install tests as top-level package.
1.0.0
* 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.
0.19
- Pin Flask < 3 version.
0.15
- Add `Freezer.freeze_yield()` method to make progress reporting easier. (Thanks to Miro Hrončok.)
0.14
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.)