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.
- Update bluebird to ^3.5.3 [Alexis Svinartchouk]
- Update file-disk to ^5.0.0 and make it a devDependency [Alexis Svinartchouk]
- Fix(publish): Fix vmlinux.lds.S file being excluded [Alexis Svinartchouk]
- Fix(publish): Don't exclude src/linux from the published files [Alexis Svinartchouk]
- 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]
- Fix(ci): Remove publish-please [Alexis Svinartchouk]
- Fix 'Inconsistent kallsyms data' error #44 [Alexis Svinartchouk]
- Update travis CI to test in Node.js 8 #38 [Horia Delicoti]
- Chore(package): Add repository field to package.json #40 [Jonas Hermsmeier]
- Chore(package): Fix duplicate bluebird dependency #41 [Jonas Hermsmeier]
- Add a
homepage
section to package.json [Andrew Scheller]
- Fix promisification / import problem with lkl.utils [Alexis Svinartchouk [email protected]]
- The resin-file-disk module was renamed file-disk. [Alexis Svinartchouk [email protected]]
- Use eslint [Alexis Svinartchouk]
- Add an example using a disk from S3 to the README [Alexis Svinartchouk [email protected]]
- Update resin-file-disk to 0.0.9 and add 2 disposers: attachDisk and mountPartition. [Alexis Svinartchouk]
- Mount, umount and syscall no longer use the libuv threadpool [Alexis Svinartchouk]
- Use resin-file-disk [Alexis Svinartchouk]
- Limit the number of threads we use for mount, umount and syscall to avoid deadlocks. [Alexis Svinartchouk]
- 'use strict' in all js files [Alexis Svinartchouk]
- Set time to the host's time after boot. [Alexis Svinartchouk]
- Remove incorrect access() test. [Alexis Svinartchouk]
- Initial release