Skip to content

v1.1.0

Choose a tag to compare

@S1lentium S1lentium released this 21 Aug 17:11
· 36 commits to master since this release
  • Added Network::hosts() method for iterating over network hosts ip addreses;
  • Change Network class iterating, now iterate over network adresses (not hosts);
  • Fix Range::count()
  • Fix IP::toLong(). IP4 return unsigned number in string;
  • Remove Network::getFirstHost(), getLastHost();
  • Other minor bugfixes.