Skip to content

Tags: lambdaisland/classpath

Tags

v0.6.58

Toggle v0.6.58's commit message
# 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

v0.3.43

Toggle v0.3.43's commit message
# 0.3.43 (2024-12-04 / df15f2e)

## Fixed

- Fix handling of InnocuousThread (i.e. skip them, not much more we can do)
- Version bumps

v0.5.48

Toggle v0.5.48's commit message
# 0.5.48 (2024-01-10 / 2228a54)

## Changed

- Upgraded dependencies

v0.4.44

Toggle v0.4.44's commit message
# 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`

v0.3.40

Toggle v0.3.40's commit message
# 0.3.40 (2022-09-08 / 73c9529)

## Added

- [watcher] Support for custom basis-fn
- [watcher] Check for aliases in `:extra` deps file

## Fixed

- [watcher] Fix watcher stop! function

## Changed

v0.2.37

Toggle v0.2.37's commit message
# 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

v0.1.33

Toggle v0.1.33's commit message
# 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

v0.0.27

Toggle v0.0.27's commit message
# 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