This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Releases: jgarber623/link-header-parser-ruby
Releases · jgarber623/link-header-parser-ruby
v6.0.1
v6.0.0
v5.1.1
What's Changed
- Use rubygems/release-gem action by @jgarber623 in #54
- Address RuboCop warnings by @jgarber623 in #55
- Add
source_code_uri
to metadata by @jgarber623 in #56
Full Changelog: v5.1.0...v5.1.1
v5.1.0
What's Changed
- Remove upper Ruby version constraint by @jgarber623 in #52
- Bump version and update CHANGELOG by @jgarber623 in #53
Full Changelog: v5.0.1...v5.1.0
v5.0.1
What's Changed
- Refactor project code by @jgarber623 in #50
- Remove
CONTRIBUTING.md
from spec files by @jgarber623 in #51
Full Changelog: v5.0.0...v5.0.1
v5.0.0
- Breaking change: Add
#to_ary
/#to_a
method toLinkHeadersCollection
(6a478ed)- Note: marking this as a breaking change since it changes the existing behavior to return an
Array
ofHash
es instead of anArray
ofLinkHeader
s
- Note: marking this as a breaking change since it changes the existing behavior to return an
- Breaking change: Update project Ruby version to 2.7.6 and minimum Ruby version to 2.7 (1e9df45)
- Improve documentation and privatize constants (8a68aa0)
- Remove Reek development dependency (423bc7a)
- Use ruby/debug gem instead of pry-byebug (4cd9d26)