Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changelog.md 949B

Change Log

1.3.0 (Jul 23, 2016)

  • 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 over ip or Ip in function names and docs
  • Function renaming * . All older versions still work
    • validip is now isIP
    • validRange is now isRange

1.4.0 (Jul 23, 2016)

  • added isV4 and isV6 functions
  • Fixed issue #12
  • Added storeIP, searchIP and displayIP functions