- Minimum supported Rust version: 1.70
- Update logic for policy violation to match spec
- Remove
prefetch-src
, since that's deprecated
- Minimum supported Rust version: 1.60.0
- chore: bump base64 dependency
- feat: allow getting the document's sandboxing flag set
- feat: implement base URI
- Minimum supported Rust version: 1.50.0
- chore: switch to edition 2018
- chore: bump dependencies
- Fix a bug in port parsing
- Use the
sha2
crate for hashing (more portable)
- Implement hashing functions
- Minimum supported Rust version: 1.39.0
- Add
Destination::is_script_like
- Remove quickcheck (apparently, it was forcing everybody to download it, even if they didn't need it)
- Bump minimum supported Rust version
- Add serde implementation for
Destination
- Implement request checks, inline checks, and inline checks for everything in the specification
- Initial release