whitequark / ipaddr.js

IP address manipulation library in JavaScript
MIT License
576 stars 92 forks source link

feat: Add support for deprecated IPv4-compatible IPv6 Address #142

Closed kennethtran93 closed 4 years ago

kennethtran93 commented 4 years ago

This fixes #101. This also closes #140 as they are similar issues. The tests I ran with the examples in #101 and #140 passed.

kennethtran93 commented 4 years ago

Alright this is ready for merging should it looks good to you.

whitequark commented 4 years ago

Thanks!