Releases: IIIF/presentation-validator
Releases · IIIF/presentation-validator
0.9.0
What's Changed
- added /postvalidate route for JSON POST validation by @calvinbutcher in #25
- Updated README to be placeholder, added (mostly empty) CHANGES.md by @workergnome in #29
- Add requirements and use iiif_prezi by @azaroth42 in #30
- Added installation instructions, data model table by @workergnome in #31
- Added an index.html, and results are now shown on the page. by @workergnome in #33
- Tweaks for python3 as well as python2 by @zimeon in #34
- changed
receivedtoreceivedin json response. by @workergnome in #35 - Rename script and update dependency on iiif_prezi by @zimeon in #32
- Removed the ability to request various formats from the validator. by @workergnome in #36
- fixed documentation to no longer reference
format. by @workergnome in #37 - Trivial test for travis by @zimeon in #38
- Consolidated index.html into a single file by @workergnome in #39
- How odd. This works in Chrome, but not Safari. by @workergnome in #40
- No longer need to ignore contexts as included in iiif-prezi package by @zimeon in #41
- Fix OPTIONS and POST w/o content-type header by @azaroth42 in #43
- Adds deployment stuff for AWS by @eefahy in #45
- Fix json encode/decode in Py3 by @azaroth42 in #46
- Some tests and a few more fixes by @zimeon in #47
- Fix travis encrypted AWS credentials by @eefahy in #48
- requirements file is needed for EB deployments by @eefahy in #49
- Reading in index.html as a uft-8 file by @glenrobson in #54
- Extra ignores for pyc and egg-info by @zimeon in #51
- Removing legacy travis code. We use beanstalk and code pipeline now by @glenrobson in #58
- Update README.md by @minusdavid in #64
- Add transfer compression warnings by @acdha in #59
- URL return and tests by @zimeon in #52
- Draft 3.0 validator by @glenrobson in #73
- check warnings exists before calling length, closes #69 by @ConorSheehan1 in #70
- fix duration by @irv in #75
- Handling if the context is just a string rather than a dict by @glenrobson in #77
- Choice and canvas duration/width,height enforcement by @irv in #76
- Fixing broken link to label type by @glenrobson in #81
- updated the jsonschema to add some collection validation for iiif 3. by @jonhartzler in #80
- Collection fixes and Supporting 2.0 images by @glenrobson in #82
- Tightening up definition of AnnotationPage by @glenrobson in #83
- Adding annopage support by @glenrobson in #84
- Allowing motivation to be an array by @glenrobson in #86
- Fixing python 2.7 build by @glenrobson in #94
- Surface HTTP errors by @glenrobson in #95
- Add User-Agent to request header by @waynegraham in #93
- Improve debug messages by @glenrobson in #89
- typo languagae -> language in 3.0 json schema by @OyvindLGjesdal in #87
- Loosening the test for valid license URIs by @glenrobson in #96
- Fixing issue that causes the 500 error by @glenrobson in #98
- Fixing 2.0 validation by @glenrobson in #101
- Being less opinionated about Annotation body types by @glenrobson in #102
- Fixes #104 2.0 manifest throws 500 error by @glenrobson in #105
- Handling multiple errors by @glenrobson in #106
- Fixing 10 page bug by @glenrobson in #108
- Adding check to see if manifest id matches the published location by @glenrobson in #109
- Fixing issue where multiple bodies in an annotation caused validation to fail. by @glenrobson in #112
- Fix 3.0 id manifest validation by @glenrobson in #120
- Added missing services property to validator by @stephenwf in #114
- Allowing SpecificResource source to be an array fixes #121 by @glenrobson in #122
- ECS deploy by @glenrobson in #125
- Supporting Public Domain zero by @glenrobson in #127
- Collection can have any of reference or collection object by @giacomomarchioro in #130
- Remove python 36 by @glenrobson in #132
- Add default keyword values for main IIIF objects by @giacomomarchioro in #131
- Adding basic support for navPlace by @glenrobson in #136
- Making FeatureCollection id optional by @glenrobson in #137
- Making id on an annotation mandatory by @glenrobson in #138
- Hackathon fixes by @glenrobson in #141
- Improving debug in case of failure by @glenrobson in #142
- Logo only allowed on provider #144 by @glenrobson in #145
- Adding support for scope in Web annotation. Closes #147 by @glenrobson in #148
- iiif-prezi fixes by @glenrobson in #151
- Adding rendering where it is allowed by @glenrobson in #156
- Adding specific support for accompanyingCanvas and placeholderCanvas by @glenrobson in #158
- Removing retrieved from json response by @glenrobson in #113
- Expanding definition for target source by @glenrobson in #162
- Adding SVG selector by @glenrobson in #163
- Adding ImageApiSelector by @glenrobson in #164
- Fixing image based point selector by @glenrobson in #166
- Supporting linked annotation collections by @glenrobson in #175
- Allowing strings for AnnotationPage references by @glenrobson in #176
- Add accept header by @glenrobson in #183
- New: Add 'accept' header option on validator by @ahankinson in #88
- Adding RangeRef back to range by @glenrobson in #165
- Make selector on SpecificResource optional. by @glenrobson in #181
- Requiring items by @glenrobson in #157
- Adding iiif-prezi titles by @glenrobson in #185
- Requiring items if this is a manifest by @glenrobson in #186
- Fixing validation issue by @glenrobson in #187
- Adding behavior to range by @glenrobson in #188
- Update iiif_3_0.json by @glenrobson in #192
- Init changes for Web Annotation support. by @markpbaggett in https://github.com/IIIF/presentation-validator/...