Changelog
[Unreleased]
v0.5.0 - 2017-02-01
Changed
- Improve ExDoc configuration for better HexDocs integration
- Better module documentation
- Pad MAC addresses with zeros (darkbushido)
v0.4.0 - 2016-09-17
Changed
Moved parsing and decoding to
cast
functions. If you were using inserts directly without casting (ie. inside a changeset), functionality may be broken.- Switch to :inet for parsing network portion of CIDR. IPv6 should be supported for both types now.
v0.3.0 - 2016-09-04
Added
- IPv6 Support (@webzepter)
v0.2.0 - 2016-06-29
Added
- Initial functionality implemented