Skip to content

Releases: Comcast/ip4s

v1.4.1

13 Oct 13:53
Compare
Choose a tag to compare

This release includes a few small changes:

  • Added totalps method to Cidr (#189)
  • Added IpVersion (#177)
  • Removed mdoc dependency from generated pom (#182)

v1.4.0

03 Jun 16:57
Compare
Choose a tag to compare

As of 1.4, ip4s depends on cats and provides type class instances directly in data type companion objects. For Scalaz support, we recommend shims.

Adds support for SJS 1.x. Unless requested, IP4S isn't going to cross-publish to 0.6.

Adds Ordering instance for IpAddress.

v1.3.0

02 Oct 13:04
Compare
Choose a tag to compare

This release is for Scala 2.11, 2.12, and 2.13 and Cats Effect 2.0.0.

v1.2.1

02 Oct 13:03
Compare
Choose a tag to compare

This release is for Scala 2.11, 2.12, and 2.13 and Cats Effect 2.0.0-M4.

v1.2.0

23 May 13:07
Compare
Choose a tag to compare

This release introduces the ip4s-test-kit module, which provides ScalaCheck Arbitrary instances for various types in ip4s. Thanks to @bpholt for putting this together!

This release also contains various library upgrades:

  • Scala 2.13.0-RC1 support
  • Cats Effect 2.0.0-M1

v1.1.0

07 Aug 01:54
Compare
Choose a tag to compare

This release introduces the ip4s-cats and ip4s-scalaz modules, providing interop with the cats and scalaz libraries. Thanks to @NeQuissimus for making the core module free of a cats dependency and creating these modules. See the guide(s) for details on each module.