v1.1.0
- 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.