- No code changes - Drop testing support for python 3.4, add python 3.7 and 3.8 - Tweak Travis build to keep python 2.7 tests happy
1.0.8
- Removed test image `testimages/test1_224x167.png` (45) - Add helpful error message from wrong use of size full in 3.0, max in pre 2.1 (43) - Add check and helpful error message for use of size with caret pre 3.0 (48)
1.0.7
- Add preliminary support for IIIF Image API v3.0 in iiif_testserver.py (38) - Drop support for python 3.4
1.0.6
- Use latest version of Pillow (currently 5.0.0) - Drop support for python 2.6
1.0.5
- Refactor most of Flask code from iiif_testserver.py into iiif.flask_utils - Create iiif_reference_server.py for use with http://iiif.io/ website - Allow use of config files for iiif_testserver.py, iiif_reference_server.py through change from argparse to ConfigArgParser