- Started a ChangeLog
- Improved readme
- Updated ipaddr.js to latest version
- Updated tests to use assert.equal, so if something returns something unexpected the test will crash.
- Uppercase
IP
is preferred overip
orIp
in function names and docs - Function renaming
- . All older versions still work
validip
is nowisIP
validRange
is nowisRange
- added
isV4
andisV6
functions - Fixed issue #12
- Added
storeIP
,searchIP
anddisplayIP
functions