- Fix a regression on v1.1.0 regarding the mix of ES Module and CommonJS. Thanks @adrian-branescu
- Additional options: newer only, file clone, and recently modified sync - #24 by @onfire4g05
- Updated development dependencies
- Updated compatibility with newer NodeJS and Bun versions
- Run Jest tests using it as a devDependency again, after new issues
- Updated devDependencies
- Run Jest tests through npx, removing its devDependency
- Update Rollup (on devDependencies)
- Update devDependencies, incuding security updates
- Update devDependencies, incuding security updates from
lodash
- Paths on option
exclude
are now relative tosrc
- Fix tests: recover
.gitkeep
files after tests that exclude them - Tests on Travis passing on Linux and Mac!
- Tests on Appveyor passing on Windows!
- First release, already with 100% of coverage!
- Properly handle mtimes comparison (working on Linux, at least)