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

12345678910111213141516171819202122232425262728
  1. <!-- START doctoc generated TOC please keep comment here to allow auto update -->
  2. <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
  3. - [Change Log](#change-log)
  4. - [1.3.0 (Jul 23, 2016)](#130-jul-23-2016)
  5. - [1.4.0 (Jul 23, 2016)](#140-jul-23-2016)
  6. <!-- END doctoc generated TOC please keep comment here to allow auto update -->
  7. # Change Log
  8. ## 1.3.0 (Jul 23, 2016)
  9. * Started a ChangeLog
  10. * Improved readme
  11. * Updated ipaddr.js to latest version
  12. * Updated tests to use assert.equal, so if something returns something unexpected the test will crash.
  13. * Uppercase `IP` is preferred over `ip` or `Ip` in function names and docs
  14. * **Function renaming**
  15. *
  16. . All older versions still work
  17. * `validip` is now `isIP`
  18. * `validRange` is now `isRange`
  19. ## 1.4.0 (Jul 23, 2016)
  20. * added `isV4` and `isV6` functions
  21. * Fixed issue [#12](https://github.com/keverw/range_check/issues/12)
  22. * Added `storeIP`, `searchIP` and `displayIP` functions