rowdy-fs 1.1.0
Simple queueing for reading and writing to a file
rowdy-fs is a single Queue class that queues writes, appends, modifications and reads to a single file, so you don't have to worry about race conditions
Definition (Typescript)
/// declare ;
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.0 - 2019-04-29
Added
- Ability to return a Promise from a modify function _ Ability to pause and then resume a queue on an error
Changed
- Updated dependencies
1.0.0 - 2019-01-28
Initial Release