* serve: Add a WSGI utility module for easily getting a default app. * serve: Add a generic WSGI app factory. * serve: Add ability to suppress the debug info window programmatically. * serve: Compatibility with ``mod_wsgi`` . * serve: Split the server code in a couple modules inside a ``serving`` package.
20.3
----------------------
* setup: Add ``requirements.txt`` to ``MANIFEST.in`` so it can be used by the setup.
* tests: Add support for testing the Chef server. * tests: Also mock ``open`` in Jinja to be able to use templates in bake tests. * tests: Fail bake tests with a proper error message when bake fails. * tests: More accurate marker position for diff'ing strings. * tests: Move all bakes/cli/servings tests files to have a YAML extension.
19.1
----------------------
* data: Fix regression bug with accessing page metadata that doesn't exist. * linker: Fix error when trying to list non-existing children. * linker: Fix linker returning the wrong value for ``is_dir`` in some situations. * pagination: Fix regression bug with previous/next posts.
19.0
----------------------
* bake: Return all errors from a bake record entry when asked for it. * serve: Fix bug where ``?!debug`` doesn't get appending correctly. * serve: Remove development assert.