0.5.0 / 2016-07-16
- Added DMARC::Uri to represent
mailto:[email protected]!10mURIs.
0.4.0 / 2016-07-10
- Added DMARC::Record#to_h.
- Added DMARC::Record#adkim?.
- Added DMARC::Record#aspf?.
- Added DMARC::Record#fo?.
- Added DMARC::Record#p?.
- Added DMARC::Record#pct?.
- Added DMARC::Record#rf?.
- Added DMARC::Record#ri?.
- Added DMARC::Record#rua?.
- Added DMARC::Record#ruf?.
- Added DMARC::Record#sp?.
0.3.0 / 2015-07-01
- Added DMARC::Record.query.
- Added DMARC::Record#to_s.
- Added DMARC::InvalidRecord.
- Deprecate DMARC::Record.from_txt.
- DMARC::Record#v now returns
:DMARC1. - DMARC::Record#p and DMARC::Record#sp now return Symbols
- DMARC::Record#rua and DMARC::Record#ruf will always return Arrays.
- Fixed a bug in DMARC::Parser with respect to order of tags.
- DMARC::Parser::Transform now coerces URIs into URI objects.
0.2.0 / 2014-10-20
- Added
DMARC::Error. - Added DMARC::InvalidRecord.
- Add support for parsing
fotokens. - Ignore unknown tags instead of raising a parser exception.
- Ignore tags with invalid values instead of raising a parser exception.
0.1.0 / 2014-04-25
- Initial release.