Releases: interop-tokyo-shownet/ipaddr-ext
Releases · interop-tokyo-shownet/ipaddr-ext
v0.3.1
What's Changed
Bug Fix
- Fix the
uninitialized constant ActionView::Helpers::UrlHelper::URIerror in Rails 7.2.2+ or 7.1.5+ by @taketo1113 in #6
Dependencies
- CI: Update CI matrix for Rails 8.0 by @taketo1113 in #5
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Fix Actionview FormHelper#text_field to add IPAddr prefix by @taketo1113 in #4
#wildcard_mask/#to_s_with_prefixuse native method of ipaddr gem v1.2.7+ by @taketo1113 in #3
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
Bug Fix
- #==: Fix to compare with address prefix by @taketo1113 in #2
- Changed behavior of IPAddr#==
Dependencies
- Add Ruby 3.3 to the CI matrix by @taketo1113 in #1
New Contributors
- @taketo1113 made their first contribution in #1
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Overwrite existed
as_jsonmethod (910806c)- to fix Rails
ActiveSupport::JSON.encode()which remove the prefix address when encode with IPAddr/CIDR
- to fix Rails
- Add as_json method
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- 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