All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.1.2 (2021-01-25)
4.1.1 (2019-04-03)
4.1.0 (2019-03-18)
4.0.0 (2019-03-12)
- make staleness check more robust (#74) (9cc0973), closes #71 /github.com/ipfs/js-ipfs-repo/issues/188#issuecomment-468682971
- We were marking the lock as compromised when system went into sleep or if the event loop was busy taking too long to run the internals timers, Now we keep track of the mtime updated by the current process, and if we lose some cycles in the update process but recover and the mtime is still ours we do not mark the lock as compromised.
3.2.0 (2018-11-19)
3.1.0 (2018-11-15)
3.0.2 (2018-01-30)
3.0.1 (2018-01-20)
- restore ability to use lockfile() directly (0ef8fbc)
3.0.0 (2018-01-20)
- update project to latest node lts (b1d43e5)
- remove callback support
- use of node lts language features such as object spread
- compromised function in lock() has been moved to an option