Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Releases: jgarber623/link-header-parser-ruby

v6.0.1

08 May 16:10
9eb079d
Compare
Choose a tag to compare

v6.0.0

08 May 16:07
6b265c7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.1...v6.0.0

v5.1.1

01 Jan 03:33
6535898
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.1.1

v5.1.0

12 Dec 04:29
ea333b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.1...v5.1.0

v5.0.1

09 Dec 02:52
6365c05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.0.1

v5.0.0

09 Nov 19:21
v5.0.0
009aba1
Compare
Choose a tag to compare
  • Breaking change: Add #to_ary/#to_a method to LinkHeadersCollection (6a478ed)
    • Note: marking this as a breaking change since it changes the existing behavior to return an Array of Hashes instead of an Array of LinkHeaders
  • 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)

v4.0.0

06 Jan 19:23
v4.0.0
d06655f
Compare
Choose a tag to compare
  • Remove Addressable dependency (daedf22)
  • Breaking change: Update minimum Ruby version to 2.6 (e2343ed)
  • Migrate to GitHub Actions (509b2c4)
  • Update project Ruby version to 2.6.9 (c39bc66)

v3.0.0

22 May 04:17
Compare
Choose a tag to compare
  • Add implicit type conversion methods, alias explicit methods, and update specs (d132535)
  • Remove exceptions module (249d77c)
  • Use implicit conversions instead of type checking in methods (628c01b)
  • Replace Absolutely dependency with Addressable (beb5188)
  • Update project Ruby version to 2.5.9 (4a3941f)

v2.2.0

02 Apr 17:41
Compare
Choose a tag to compare
  • Expand supported Ruby versions to include 3.0 (7187878)

v2.1.0

08 Oct 01:44
Compare
Choose a tag to compare
  • Update Absolutely dependency to 5.0 (62988c0)