CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Nothing yet.

[v0.6.0] - 2021-07-22

added

  • Pfx.trim/1 trims all trailing zero's from given prefix
  • Pfx.mask/2 applies mask to prefix (changing its prefix.bits string)

[v0.5.0] - 2021-07-17

changed

added

[v0.4.0] - 2021-07-10

added

changed

[v0.3.0] - 2021-07-08

added

changed

[v0.2.1] - 2021-07-04

added

changed

[v0.2.0] - 2021-07-03

added

[v0.1.1] - 2021-07-03

changed

  • Pfx.band/2, result has same number of bits as its first argument
  • Pfx.bor/2, result has same number of bits as its first argument
  • Pfx.bxor/2, result has same number of bits as its first argument
  • IPv6 addresses in lowercase

fixed

[v0.1.0] - 2021-06-28

  • initial version