You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
changes on win32 that the .path variable is no longer absolute, but as-per-documentation exactly the string passed in through the constructor
If you have used the .path variable on the FileWatch structure on windows, expecting it to be an absolute path constructed with getcwd, you will need to construct it yourself manually now instead.
file not found errors when creating & deleting a folder in a recursive watcher before events have been fetched will no longer throw an exception when the folder can't be found (#18)
fixed assignment failure of struct because of const member with DMD (#19)