1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
# Changelog
## [2.0.3](https://github.com/node-modules/address/compare/v2.0.2...v2.0.3) (2024-06-19)
### Bug Fixes
* use @arethetypeswrong/cli to auto add source exports ([#43](https://github.com/node-modules/address/issues/43)) ([9ded1af](https://github.com/node-modules/address/commit/9ded1af5b00056fa470becb011910004b8bc71e6)), closes [/github.com/eggjs/egg/issues/5257#issuecomment-2176524639](https://github.com/node-modules//github.com/eggjs/egg/issues/5257/issues/issuecomment-2176524639)
## [2.0.2](https://github.com/node-modules/address/compare/v2.0.1...v2.0.2) (2024-02-29)
### Bug Fixes
* should return scopeid = 0 address on IPv6 ([#41](https://github.com/node-modules/address/issues/41)) ([6c98053](https://github.com/node-modules/address/commit/6c98053fe3d3aebcf4ebb29dd2f04f06a3f7a961))
## [2.0.0](https://github.com/node-modules/address/compare/v1.2.2...v2.0.0) (2023-09-22)
### ⚠ BREAKING CHANGES
* Drop Node.js < 16 support
- rename `interface()` to `getInterfaceAddress()`
### Features
* refactor with typescript to support cjs and esm both ([#37](https://github.com/node-modules/address/issues/37)) ([8981f21](https://github.com/node-modules/address/commit/8981f214084326c55b053c76182acd741262c057))
## [1.2.2](https://github.com/node-modules/address/compare/v1.2.1...v1.2.2) (2022-12-17)
### Bug Fixes
* Auto release on action ([#33](https://github.com/node-modules/address/issues/33)) ([36b30d3](https://github.com/node-modules/address/commit/36b30d3708bd5fb09dd2e9a9d4741dd9112eb890))
---
1.2.1 / 2022-09-13
==================
**fixes**
* [[`c316a04`](http://github.com/node-modules/address/commit/c316a044aedeadf438c2c2a7278d51f0861df8af)] - fix: local addresses should be ignored on interface (#32) (Jon Kelley <<jkelleyrtp@gmail.com>>)
**others**
* [[`823b70c`](http://github.com/node-modules/address/commit/823b70c2f53ab96d6e25041aa444436d906c59ef)] - 🤖 TEST: Run test on GitHub action (#27) (fengmk2 <<fengmk2@gmail.com>>)
* [[`2b5fb44`](http://github.com/node-modules/address/commit/2b5fb44ca1ff1a0d64768e8d42845ec377b9e3f8)] - Create codeql-analysis.yml (fengmk2 <<fengmk2@gmail.com>>)
1.2.0 / 2022-04-29
==================
**features**
* [[`fe81a41`](http://github.com/node-modules/address/commit/fe81a415403ba46d7bc09d76a2f9fc46bc2fc803)] - feat: address.ip() supports node 18 (#26) (Yuheng Zhang <<zhangyuheng91@gmail.com>>)
1.1.2 / 2019-08-26
==================
**fixes**
* [[`304754e`](http://github.com/node-modules/address/commit/304754ea4ef0dd34db7ba34745f4f4543afc064c)] - fix: fix declarations (#20) (吖猩 <<whxaxes@qq.com>>)
1.1.1 / 2019-08-22
==================
**fixes**
* [[`19884ff`](http://github.com/node-modules/address/commit/19884ffbe9ad75f9a66889a031db4b806da1f822)] - fix: update d.ts (#18) (MarioDu <<dujiakun@gmail.com>>)
1.1.0 / 2019-04-24
==================
**features**
* [[`7544592`](http://github.com/node-modules/address/commit/75445923a6f737fc21e3cf592f749bf014b7b4ce)] - feat: Add typings (#15) (Mathieu TUDISCO <<oss@mathieutu.dev>>)
1.0.3 / 2017-08-24
==================
**fixes**
* [[`ed491c5`](http://github.com/node-modules/address/commit/ed491c5bd353118e4e4d384f47f13c3e1cfeb80e)] - fix: ignore wrong mac address on node 8.x (#10) (fengmk2 <<fengmk2@gmail.com>>)
1.0.2 / 2017-05-26
==================
* fix: win32 get mac failed (#9)
1.0.1 / 2016-09-30
==================
* test: remove 0.12
* fix: search interface before family match
* add contributors
1.0.0 / 2015-08-06
==================
* chore: use npm scripts instead of Makefile
* add benchmark
0.0.3 / 2013-11-04
==================
* get the first not local ip when interface not exists
0.0.2 / 2013-08-08
==================
* use networkInterface() to get mac fix #3
0.0.1 / 2013-07-31
==================
* ip(), ipv6(), mac(), dns() work on osx and linux now.
* first commit
|