Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.62 KB

HISTORY.md

File metadata and controls

45 lines (33 loc) · 1.62 KB

History

v1.4.0 2018 January 25

  • Now compiled with CoffeeScript v2
  • Now uses editions to use the ESNext compiled edition for environments that support it, otherwise use the ES2015 compiled edition
  • Updated base files

v1.3.0 2018 January 25

v1.2.1 2016 May 10

v1.1.0 2016 May 10

  • Updated dependencies
  • Repackaged

v1.0.7 2015 March 5

  • Added fix for iproute2 commands in absence of ifconfig on Linux machines

v1.0.6 2013 October 27

  • Repackaged

v1.0.5 2013 September 2

  • Will now ignore zero-filled mac addresses and error if none are found
  • Can now pass an optional object as the first argument to getmac that can contain data as a String to scan instead of executing the appropriate command to fetch the data
  • Dependency updates

v1.0.4 2013 February 12

  • Better compatibility with linux distros

v1.0.3 2013 February 12

  • Minor optimisation

v1.0.2 2013 February 12

  • Fixed windows support, turns out they format mac addresses differently

v1.0.1 2013 February 12

  • Renamed getmac executable to getmac-node to avoid conflict on windows

v1.0.0 2013 February 12

  • Initial working commit