Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.49 KB

CHANGELOG.md

File metadata and controls

82 lines (59 loc) · 2.49 KB

Change Log

All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to Semantic Versioning.

v3.0.4

(2024-01-02)

  • Update dependency @types/debug to v4.1.12 [Self-hosted Renovate Bot]

v3.0.3

(2023-09-25)

  • Update dependency @types/debug to v4.1.9 [Self-hosted Renovate Bot]

v3.0.2

(2023-01-20)

  • chore(deps): update dependency rimraf to 4.1.1 [Renovate Bot]

v3.0.1

(2023-01-20)

  • chore(deps): update dependency @types/node to 18.11.18 [Renovate Bot]

v3.0.0

(2023-01-20)

  • Drop support for Node 14 and add support for Node 18 [dfunckt]

v2.0.1

(2022-10-25)

  • add flowzone [Zane Hitchcox]

v2.0.0

(2021-10-04)

  • patch: Add package-lock.json [Lorenzo Alberto Maria Ambrosi]
  • patch: Fix linting [Lorenzo Alberto Maria Ambrosi]
  • await stop poll [Zane Hitchcox]
  • minor: Retry closing device when busy [Lorenzo Alberto Maria Ambrosi]
  • patch: Update dependencies [Lorenzo Alberto Maria Ambrosi]
  • patch: Add .resinci.yml [Lorenzo Alberto Maria Ambrosi]
  • major: Switch to tessel/node-usb [Lorenzo Alberto Maria Ambrosi]

v1.0.3

(2021-02-18)

  • Update debut to v4 [Alexis Svinartchouk]

v1.0.2

(2021-02-17)

  • Stop sending file chunks when the file was fully sent [Alexis Svinartchouk]
  • Ignore package-lock.json file [Alexis Svinartchouk]
  • Fix progress going from 18 to 0 then to 100 [Alexis Svinartchouk]
  • Transform switch into if / else, remove tslint: disable comment [Alexis Svinartchouk]
  • Add some typing, stop returning duplicated references, actually wait for transfers to complete [Alexis Svinartchouk]
  • Remove unused tslint:disable comment [Alexis Svinartchouk]
  • Remove ts-ignore comment next to setInterval [Alexis Svinartchouk]
  • Don't detect beagle bones that are already mass storage devices [Alexis Svinartchouk]
  • Add versionbot yml changelog file [Alexis Svinartchouk]

v1.0.1

(2021-02-16)

  • Update changelog file for versionbot [Alexis Svinartchouk]
  • remove prettier [Zane Hitchcox]
  • Lint and build in prepublish script [Alexis Svinartchouk]
  • Remove version scripts [Alexis Svinartchouk]
  • Replace tslint with @balena/lint [Alexis Svinartchouk]
  • Remove os dependency [Alexis Svinartchouk]
  • Update git repository address in package.json [Alexis Svinartchouk]
  • Update typescript to v4 and ts-ndoe to v9 [Alexis Svinartchouk]
  • Update @types/node to v12, @types/usb is a dev dependency [Alexis Svinartchouk]

v1.0.0

(2021-02-16)

  • Initial release