- Added .drone.yml
- Drop support for Node < 8
- toKeep array could have contained duplicate entries if dates matched multiple filters.
- Default value of
now
was changed to match the timestamp of the most recent backup. This is safer, erring on the side of retaining more data. See README for details.
- Document was improved to explain in more detail how the calculations work
- Renamed
to_keep
totoKeep
andto_delete
totoDelete
to be consistent with JavaScript conventions. The original "snake-cased" names came from the original Python project.
No Code Changes.
- Added .travis.yml file
No code changes.
- Removed commented-out code
No code changes.
- Added Github repository to package.json
Initial Release.