Change Log
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v2.1.3 (2025-03-12)
Bug Fixes:
- sorry about that folks.
v2.1.2 (2025-03-11)
Bug Fixes:
- conditionally compile the registry parser when saxy is present.
v2.1.1 (2025-03-07)
Improvements:
- widen type constraints on
from_string
parsing. (#93)
v2.1.0 (2025-03-07)
Features:
- Use IANA's registrys directly for address scopes. (#92)
v2.0.3 (2024-03-14)
Improvements:
- use types from
:inet
rather than:socket
.
v2.0.2 (2024-02-23)
v2.0.1 (2023-10-03)
Improvements:
v2.0.0 (2023-01-16)
Breaking Changes:
- Relicense to HL3-FULL.
v1.2.3 (2022-10-03)
Improvements:
- Add :crypto to extra_applications
v1.2.2 (2022-09-27)
Improvements:
- Update Bitwise use, libs
v1.2.1 (2022-09-22)
Bug Fixes:
- correctly validate IPv4 netmasks
v1.2.0 (2022-03-01)
Features:
- add
Address.from_tuple/1
andAddress.from_tuple!/1