Sha256: 74b7c33a94caf8635f22cf49fcd0e7821681e93cf3e05bf1834475dac26af077
Contents?: true
Size: 1.59 KB
Versions: 1
Compression:
Stored size: 1.59 KB
Contents
# Changelog ## 2.0.0 / 2020-01-25 - Downgrade HTTP gem version constraint to ~> 4.3 (cb63230) ## 1.1.0 / 2020-01-20 - Expand supported Ruby versions to include 2.7 (ae63ed0) - Update project Ruby version to 2.4.9 (e576ad6) ## 1.0.2 / 2019-08-31 - Update WebMock and Addressable gems (298da63) - Update development dependencies (5663e3a) ## 1.0.1 / 2019-07-17 - Safely combine, flatten, and compact result set (5f2d9c5) ## 1.0.0 / 2019-07-08 - Refactor gem code using service objects approach (78511d7 and 9d2fee0) ## 0.7.0 / 2019-07-03 - Update runtime and development dependencies (d99214b and 7692ab3) ## 0.6.0 / 2019-06-15 - Update Parser-related classes to resolve #2 ## 0.5.0 / 2019-05-09 - Add support for Microsub endpoint discovery (5e81d9f) - Refactor parsers to ignore URLs with fragments (797b376) - Rescue `NoMethodError` (for `nil`) and `TypeError` (for non-`String`) (e33522e) - Raise `ArgumentError` if url scheme is not `http` or `https` (8eb1b1a) - Shorten up User Agent string (f9717b4) - Refactor `HTTPRequest` class using specification defaults (feef2ba) ## 0.4.0 / 2019-05-01 - Add `IndieWeb::Endpoints.client` method (c4d42d0) - Rename base `Error` class to `IndieWebEndpointsError` (d6d6f98) - Add `HttpRequest` class (7864cbd) ## 0.3.0 / 2019-04-30 - `IndieWeb::Endpoints::Client#endpoints` returns an `OpenStruct` instead of a `Hash` (c209b0b). ## 0.2.0 / 2019-04-25 - Subclass exceptions under `IndieWeb::Endpoints::Error` (667eec7) - Refactor parsers and `Registerable` module (3b96858) - Refactor `Client#response` method (c36fda3) ## 0.1.0 / 2019-04-24 - Initial release!
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
indieweb-endpoints-2.0.0 | CHANGELOG.md |