Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

Releases: alta-lang/ip

IPv4 Support Expansion

20 Oct 22:21
v1.1.0
5aa43bc
Compare
Choose a tag to compare

New Features:

  • Support for non-standard IPv4 representations
    • Only supported for parsing, not serialization
  • Cast operator for IPv4 Addresses to be cast to uint32

Initial release

11 Oct 23:43
1.0.0
6e638ae
Compare
Choose a tag to compare

Features:

  • IPv4 and IPv6 support
  • IPv6 shorthand syntax support
  • Zero intialized construction
  • Parsing
  • Serialization
    • Including shorthand syntax serialization for IPv6 addresses
  • Direct component access
  • Alta cast operator support
  • Partial validation and exception throwing