Skip to content

Latest commit

 

History

History
108 lines (46 loc) · 3.98 KB

CHANGELOG.md

File metadata and controls

108 lines (46 loc) · 3.98 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.2 (2021-01-25)

Bug Fixes

4.1.1 (2019-04-03)

Bug Fixes

4.1.0 (2019-03-18)

Features

  • allow second precision in mtime comparison (#78) (b2816a6)

4.0.0 (2019-03-12)

Bug Fixes

Features

BREAKING CHANGES

  • 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)

Features

3.1.0 (2018-11-15)

Bug Fixes

  • package: update retry to version 0.12.0 (#50) (d400b98)

Features

3.0.2 (2018-01-30)

3.0.1 (2018-01-20)

Bug Fixes

  • restore ability to use lockfile() directly (0ef8fbc)

3.0.0 (2018-01-20)

Chores

  • update project to latest node lts (b1d43e5)

BREAKING CHANGES

  • remove callback support
  • use of node lts language features such as object spread
  • compromised function in lock() has been moved to an option