Skip to content

Latest commit

 

History

History
96 lines (51 loc) · 2.43 KB

CHANGELOG.md

File metadata and controls

96 lines (51 loc) · 2.43 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.

1.0.3 - 2018-11-29

  • Update bluebird to ^3.5.3 [Alexis Svinartchouk]
  • Update file-disk to ^5.0.0 and make it a devDependency [Alexis Svinartchouk]

v1.0.2 - 2018-10-11

  • Fix(publish): Fix vmlinux.lds.S file being excluded [Alexis Svinartchouk]

v1.0.1 - 2018-10-11

  • Fix(publish): Don't exclude src/linux from the published files [Alexis Svinartchouk]

v1.0.0 - 2018-10-10

  • Fix(ci): Add a .resinci.yml file, install bc [Alexis Svinartchouk]
  • Fix(build): Remove broken link [Alexis Svinartchouk]
  • Update(file-disk): Update file-disk to 4.1.3 [Alexis Svinartchouk]

v0.2.10 - 2018-10-09

  • Fix(ci): Remove publish-please [Alexis Svinartchouk]

v0.2.9 - 2018-03-08

  • Fix 'Inconsistent kallsyms data' error #44 [Alexis Svinartchouk]

v0.2.8 - 2017-11-16

  • Update travis CI to test in Node.js 8 #38 [Horia Delicoti]

v0.2.7 - 2017-10-13

  • Chore(package): Add repository field to package.json #40 [Jonas Hermsmeier]

v0.2.6 - 2017-10-13

  • Chore(package): Fix duplicate bluebird dependency #41 [Jonas Hermsmeier]

v0.2.5 - 2017-06-06

  • Add a homepage section to package.json [Andrew Scheller]

v0.2.4 - 2017-04-27

  • Fix promisification / import problem with lkl.utils [Alexis Svinartchouk [email protected]]

v0.2.3 - 2017-04-25

  • The resin-file-disk module was renamed file-disk. [Alexis Svinartchouk [email protected]]

v0.2.2 - 2017-04-25

  • Use eslint [Alexis Svinartchouk]

v0.2.1 - 2017-04-25

  • Add an example using a disk from S3 to the README [Alexis Svinartchouk [email protected]]

v0.2.0 - 2017-04-25

  • Update resin-file-disk to 0.0.9 and add 2 disposers: attachDisk and mountPartition. [Alexis Svinartchouk]

v0.1.6 - 2017-04-06

  • Mount, umount and syscall no longer use the libuv threadpool [Alexis Svinartchouk]

v0.1.5 - 2017-03-31

  • Use resin-file-disk [Alexis Svinartchouk]

v0.1.4 - 2017-03-23

  • Limit the number of threads we use for mount, umount and syscall to avoid deadlocks. [Alexis Svinartchouk]

v0.1.3 - 2017-03-22

  • 'use strict' in all js files [Alexis Svinartchouk]

v0.1.2 - 2017-03-22

  • Set time to the host's time after boot. [Alexis Svinartchouk]

v0.1.1 - 2017-03-22

  • Remove incorrect access() test. [Alexis Svinartchouk]

v0.1.0 - 2017-03-07

  • Initial release