- Add deprecation notice.
- Expand supported Ruby versions to include 2.6 (4bc127b).
- Freeze mutable objects assigned to constants (018f735).
- Liberalizes dependency constraints (1db66fb).
- Renames
Webmention::Endpoint::Response
class toWebmention::Endpoint::Request
(db485f3). - Removes
Webmention::Endpoint::Discover
class and moves its functionality toWebmention::Endpoint::Client
(a9ff0a9).
- Raise an
ArgumentError
whenClient
instantiated with non-absolute URI (64f161e).
- Adds new
Webmention::Endpoint::Client
andWebmention::Endpoint::Response
classes and refactorsWebmention::Endpoint::Discover
API (a05d041). - Updates specs (706f39b) and documentation (7110b8c).
- Updates Absolutely to v1.1.0 (4a62800).
- Adds Absolutely gem dependency for handling conversion of relative URLs to absolute URLs (2b8f924).
- Adds
Webmention::Endpoint::Error
class and subclasses (f81852f).
- Initial release!