- v2.1.2
- Turned off $DEBUG in IP.rakumod (thanks to Demayl, issue #3)
- Added test for $Net::IP::DEBUG being on
- Rakuize (Perl6 => Raku)
- Renamed Github repo (Net-IP-Perl6 => Net-IP)
- v2.1.1
- changed API, not backwardly compatible
- eliminate requirement to specify IP version when first argument is an IP in standard form
- change function names to use "2" instead of "to"
- add two new tests subitted as PR # 1 by
@lucasvalleforip-ip2bin(but modified for the new API and sub naming convention) - change module file suffix to
rakumod - add Windows testing with
appveyor.yml
- v1.1.0
- added two functions with tests:
- ip-int2ip
- ip-ip2int
- deleted old docs
- added leading declarator doc for all subs
- v1.0.0
- initial release