IPv6: Enjoy a more reliable representation of IPv6 addresses with the improved toString method, which now correctly formats addresses that start with 0 and have non-zero parts. This change ensures that your IPv6 strings are valid and consistent.
Fixes
Fix invalid output for IPv6.prototype.toString when the first part is 0 but the second part is not. This resolves the issue where the method returned an incorrect IPv6 string format.