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
# 0.6.58 (2024-12-04 / 3edd4ca)
## Fixed
- Fix handling of InnocuousThread (i.e. skip them, not much more we can do)
## Changed
- Upgraded dependencies
# 0.4.44 (2022-09-08 / 0c66dda)
## Added
- [watcher] Add a `:watch-paths` option, to watch additional files. Presumable
in combination with a custom `:basis-fn`
# 0.2.37 (2022-08-26 / 34be62f)
## Changed
- Upgrade directory-watcher to the latest version
- Prefix output from watch-deps with `[watch-deps]`
- Print a message when the watcher triggers, but no classpath changes are made
# 0.1.33 (2022-08-25 / fd51db4)
- Fix typo in the README's example and one in doc-string
## Added
- Support watching multiple `deps.edn` files referenced via `:local/root`
## Fixed
## Changed
# 0.0.27 (2021-10-06 / 719c1f5)
## Fixed
- Watch-deps now triggers on Mac
- Support both `main` and `master` as branch names in `git-pull-lib`
- Speed up resource lookups in priority classloader
- Several extra convenience functions for working with classloaders