Skip to content

Releases: AlejandroHerr/async-i2c-bus

v2.0.0

17 Nov 23:08
Compare
Choose a tag to compare

2.0.0 (2019-11-17)

Features

  • bus: update library and dependencies (d5954a7)

BREAKING CHANGES

  • bus: Update i2c-bus version to latest, which is already promised. Refactor Bus and
    Device to classes and remove unnecessary code.

v1.1.0

27 Dec 15:58
Compare
Choose a tag to compare

1.1.0 (2018-12-27)

Bug Fixes

  • npm: Fix problem releasing to npm (de0ab4c)

Features

  • npm: Add homepage to package.json (d6f8f27)

v1.0.0

23 Dec 16:03
Compare
Choose a tag to compare

1.0.0 (2018-12-23)

Build System

  • typescript: Add minimum node version (v8.10.x) (f0e0d53)
  • typescript: Update target to last node lts (7fa0bd8)

Features

  • Bus: Add Bus factory (635a81e)
  • Device: Add Device factory (f09413a)
  • I2cBus: Add factory for I2cBus mocks (ea7bb3b)
  • I2cBus: Add types for I2cBusPromised (9be5cf1)

Performance Improvements

  • I2cBus: Improve types (5fc97a0)
  • typescript: Improve type definitions (33ec1f5)

Styles

  • Bus: Rename factory arguments (3e5eb95)

BREAKING CHANGES

  • typescript: Minimum node version (v8.10.x)
  • Bus: Bus factory arguments renamed
  • typescript: Node version