1.3 KiB
1.3 KiB
Local-Devices
All notable changes to this project will be documented here. The format is based
on Keep a Changelog and this project
adheres to Semantic Versioning.
[3.1.0] - 2020-09-25
Added
- support passing ip ranges to the
find
api (#24)
[3.0.0] - 2019-10-29
Changed
⚠ BREAKING CHANGES
- dropping Node v8 support because end-of-life
[#18]
Fixes
- increase
maxBuffer
ofcp.exec
to 10MB (1024102410), fixes #10 - fix: add timeout options when exec arp (#13)
- Fixed win32 parser for better windows support (#9)
- validate ip address before executing command for 'find' (#16)
[2.0.0] - 2019-02-10
Added
- Support for Raspberry Pi (Linux)
- Partial support for windows
- Jest test suite and tests for Linux and other platforms
- with Travis CI integration
Changed
- fixed npm module versions in package.json
- fixed node version to v8.14.1