2.0.3 (2024-06-19)
- use @arethetypeswrong/cli to auto add source exports (#43) (9ded1af), closes /github.com/eggjs/egg/issues/5257#issuecomment-2176524639
2.0.2 (2024-02-29)
2.0.0 (2023-09-22)
- Drop Node.js < 16 support
- rename
interface()
togetInterfaceAddress()
1.2.2 (2022-12-17)
fixes
- [
c316a04
] - fix: local addresses should be ignored on interface (#32) (Jon Kelley <[email protected]>)
others
- [
823b70c
] - 🤖 TEST: Run test on GitHub action (#27) (fengmk2 <[email protected]>) - [
2b5fb44
] - Create codeql-analysis.yml (fengmk2 <[email protected]>)
features
- [
fe81a41
] - feat: address.ip() supports node 18 (#26) (Yuheng Zhang <[email protected]>)
fixes
- [
304754e
] - fix: fix declarations (#20) (吖猩 <[email protected]>)
fixes
- [
19884ff
] - fix: update d.ts (#18) (MarioDu <[email protected]>)
features
- [
7544592
] - feat: Add typings (#15) (Mathieu TUDISCO <[email protected]>)
fixes
- [
ed491c5
] - fix: ignore wrong mac address on node 8.x (#10) (fengmk2 <[email protected]>)
- fix: win32 get mac failed (#9)
- test: remove 0.12
- fix: search interface before family match
- add contributors
- chore: use npm scripts instead of Makefile
- add benchmark
- get the first not local ip when interface not exists
- use networkInterface() to get mac fix #3
- ip(), ipv6(), mac(), dns() work on osx and linux now.
- first commit