Skip to content

Releases: jasonlewis/resource-watcher

v1.1.0

08 Dec 01:50
Compare
Choose a tag to compare

This release provides a more fluent API and a number of other useful features. This release should not break backwards compatibility.

  • Updated API is more fluent and readable.
  • Number of fixes and issues resolved within tests.
  • Can now listen for any change: $listener->anything()
  • Listener callbacks are given the resource as first parameter and absolute path as second parameter.

v1.0.2: Merge pull request #2 from bencorlett/patch-1

07 Dec 07:55
Compare
Choose a tag to compare

v1.0.1

25 Sep 12:52
Compare
Choose a tag to compare
  • Fixed Laravel 4 integration service provider.