Skip to content

Releases: interop-tokyo-shownet/ipaddr-ext

v0.3.1

08 Nov 04:53

Choose a tag to compare

What's Changed

Bug Fix

  • Fix the uninitialized constant ActionView::Helpers::UrlHelper::URI error in Rails 7.2.2+ or 7.1.5+ by @taketo1113 in #6

Dependencies

Full Changelog: v0.3.0...v0.3.1

v0.3.0

25 Oct 03:34

Choose a tag to compare

What's Changed

  • Fix Actionview FormHelper#text_field to add IPAddr prefix by @taketo1113 in #4
  • #wildcard_mask/#to_s_with_prefix use native method of ipaddr gem v1.2.7+ by @taketo1113 in #3

Full Changelog: v0.2.1...v0.3.0

v0.2.1

16 May 09:10

Choose a tag to compare

What's Changed

Bug Fix

  • #==: Fix to compare with address prefix by @taketo1113 in #2
    • Changed behavior of IPAddr#==

Dependencies

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

16 Nov 13:25

Choose a tag to compare

  • Overwrite existed as_json method (910806c)
    • to fix Rails ActiveSupport::JSON.encode() which remove the prefix address when encode with IPAddr/CIDR
  • Add as_json method

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Nov 13:23

Choose a tag to compare

  • Add to_s_with_prefix method to return address with prefix
  • Add to_host method
  • Add +/- method
  • Add to_json method

Full Changelog: https://github.com/interop-tokyo-shownet/ipaddr-ext/commits/v0.1.0