In this minor release, a new feature is added: sync a directory/file by symlinking it in place. This is built specifically to address a common web development pattern: serving content from outside of the web root, without having to synchronise all files/directories every time there's a change.
What's Changed
- build: hard dependencies by @g105b in #20
- maintenance: dependabot by @g105b in #22
- Upgrade CI by @g105b in #53
- Symlinks by @g105b in #55
- Symlink improvement by @g105b in #57
Full Changelog: v1.2.9...v1.2.10