Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

3 lat temu
12345678910111213141516171819202122232425262728293031323334353637383940
  1. 1.0.3 / 2017-08-24
  2. ==================
  3. **fixes**
  4. * [[`ed491c5`](http://github.com/node-modules/address/commit/ed491c5bd353118e4e4d384f47f13c3e1cfeb80e)] - fix: ignore wrong mac address on node 8.x (#10) (fengmk2 <<fengmk2@gmail.com>>)
  5. 1.0.2 / 2017-05-26
  6. ==================
  7. * fix: win32 get mac failed (#9)
  8. 1.0.1 / 2016-09-30
  9. ==================
  10. * test: remove 0.12
  11. * fix: search interface before family match
  12. * add contributors
  13. 1.0.0 / 2015-08-06
  14. ==================
  15. * chore: use npm scripts instead of Makefile
  16. * add benchmark
  17. 0.0.3 / 2013-11-04
  18. ==================
  19. * get the first not local ip when interface not exists
  20. 0.0.2 / 2013-08-08
  21. ==================
  22. * use networkInterface() to get mac fix #3
  23. 0.0.1 / 2013-07-31
  24. ==================
  25. * ip(), ipv6(), mac(), dns() work on osx and linux now.
  26. * first commit