0.6.1 (2025-10-10)
- perf: rm debug points (c4531ae)
0.6.0 (2025-10-10)
- feat: add
strictmode switcher (#31) (b12df5c)
0.5.2 (2025-09-28)
- docs: add pkg metadata comparison (#28) (9e71e18)
0.5.1 (2025-09-28)
- refactor: enhance
Familytype (#27) (0ff2aca)
0.5.0 (2025-09-28)
- feat: align
isIP()withnode:netAPI (#25) (9e47404)
0.4.4 (2025-09-25)
- fix(pkg): keep
modulefield on publish (#24) (b7268d5)
0.4.3 (2025-09-20)
- docs: mention alternatives (#23) (d080f35)
0.4.2 (2025-09-17)
- perf: check addr length before
normalizeToLong()(8a8c366)
0.4.1 (2025-09-16)
- fix: touch
lib/ip.jsfor backward compat (#22) (53254ce)
0.4.0 (2025-09-16)
- feat: introduce
isIP(),isIPv4()andisIPv6()shortcuts. (#21) (5155e0a)
0.3.0 (2025-09-16)
- feat: introduce
Address.rangegetter (#20) (1f471b4)
0.2.7 (2025-09-15)
- fix: disallow truncated IPv4 mapped IPv6 (#19) (d7c0a60)
0.2.6 (2025-09-15)
- perf: optimize IPv6 flow (#18) (49ae6d7)
0.2.5 (2025-09-15)
- docs: describe IP tools coherence (a74464a)
0.2.4 (2025-09-15)
- perf: IPv4 flow optimizations (#17) (657fbb4)
0.2.3 (2025-09-12)
- fix: adapt length limiter for full ipv4-mapped-ipv6 case (d607594)
- perf: add str length precheck for
cidr()(55ca034)
0.2.2 (2025-09-12)
- fix: strengthen
fromPrefixLen()(#15) (355afcc)
0.2.1 (2025-09-12)
- fix: handle double compression mark
::(#14) (c8528a2)
0.2.0 (2025-09-11)
- docs: describe
Addressproto (2f450cb) - refactor: align inputs normalization (d45bf5b)
- fix: avoid prefix bytes loss on ipv4 mapped ipv6 parsing (ce59bfd)
- refactor: rebuild legacy methods with
Address(3c01ec5) - refactor: enhance rangemap types (1ae1ed2)
- refactor: rearrange internal modules (e98b272)
- refactor: separate
Address.parse()helper (64eb291) - refactor: simplify
ipV4ToLong()(7fd3889)
- feat: add
Address.isSpecial()(#12) (0d18017) - feat: add
toArray()shortcut (#11) (f16dce0) - feat: introduce
Addressclass (abb28ed)
0.1.0 (2025-09-08)
- feat: extend
toLong(),toString()andsubnet.contains()suitable input types (#8) (349252b)