Skip to content

Releases: kartikk221/live-directory

3.0.3

13 Feb 19:25
Compare
Choose a tag to compare

What's Changed

  • Fix(types) : Using export = instead of default by @Aderinom in #7

New Contributors

Full Changelog: 3.0.1...3.0.3

3.0.1

15 Nov 03:51
Compare
Choose a tag to compare

What's Changed

  • Added static constructor option in LiveDirectory to allow for fine-tuned control for watchers.
  • Added cache object constructor option in LiveDirectory to allow for fine-tuned control of caching of files.
  • Migrated from native Objects to Map for storing references of LiveFile instances under the hood.
  • Deprecated old events for the new add, update, delete and ready events.
  • Implemented loose and strong etags for the LiveFile object for improved performance.
  • Switching access check from write permission to read permission by @moufmouf in #6

New Contributors

Full Changelog: 2.3.2...3.0.1

2.3.2

25 Oct 15:40
Compare
Choose a tag to compare
  • Migrated to use Chokidar package for powering cross-platform file watching.
  • Improved efficiency and implemented much better whitelist/blacklist filters.
  • Simplified codebase flow for easier maintenance over time.
  • Extended LiveDirectory component from EventEmitter to allow the user to listen to specific internal events.

1.0.0

25 May 04:37
Compare
Choose a tag to compare
  • Initial Release
  • No external dependencies used.