Skip to content

Latest commit

 

History

History
31 lines (27 loc) · 852 Bytes

File metadata and controls

31 lines (27 loc) · 852 Bytes

2020-07-15

  • 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)

2020-04-07

  • 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 @lucasvalle for ip-ip2bin (but modified for the new API and sub naming convention)
    • change module file suffix to rakumod
    • add Windows testing with appveyor.yml

2019-10-15

  • v1.1.0
  • added two functions with tests:
    • ip-int2ip
    • ip-ip2int
  • deleted old docs
  • added leading declarator doc for all subs

2018-01-24

  • v1.0.0
  • initial release