Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.01 KB

History.md

File metadata and controls

46 lines (30 loc) · 1.01 KB

2.1.1 - Apr 29 2021

  • drop support for node.js 8 and 13, add support for node.js 15 and 16
  • update dependencies

2.1.0 - Apr 25 2020

  • update dependencies (i2c-bus v5.2.0, jshint v2.11.0)
  • add support for node.js 14

2.0.1 - Nov 15 2019

  • fix i2c address property name in example codes #1, thank you @yuta0801

2.0.0 - Oct 12 2019

  • rename triggerForcedRead to triggerForcedMeasurement
  • add maximumMeasurementTime
  • add support for standby period

1.1.0 - Oct 10 2019

  • drop support for node.js 6 and start using await and async
  • add support for oversampling, filtering and forced mode

1.0.0 - Oct 03 2019

  • add typicalMeasurementTime api
  • add new example

0.2.0 - Oct 02 2019

  • add support for oversampling and filtering

0.1.0 - Sep 29 2019

  • initial release