Skip to content

Releases: slickframework/fswatch

v0.1.0

07 May 00:43
cf5a21e
Compare
Choose a tag to compare

What's Changed

Added

  • Directory class that maps a given directory and calculates content size recursively
  • Directory snapshot that can create an hash of a given directory and is used to
    identify directory changes.
  • Directory watcher that emit changes on a given directory by calling a passed callback
  • Changes collection that stores the changed file name and the change type: ADD, CHANGE
    and DELETE

New Contributors

Full Changelog: v0.0.2...v0.1.0