CHANGELOG [skip ci]
This commit is contained in:
parent
0727781e60
commit
92dc874592
1 changed files with 6 additions and 2 deletions
|
|
@ -10,8 +10,12 @@ but it also introduces new support around `reify`.
|
|||
|
||||
### New
|
||||
|
||||
- Support `java.nio.file.FileVisitor` and `java.io.FilenameFilter` with `reify` [#600](https://github.com/borkdude/babashka/issues/600). Nice side effect: this makes babashka compatible with the [fs](https://github.com/clj-commons/fs) library.
|
||||
>>>>>>> 4a5da838e6fb05cbc9bfbfb32d4a32bc1aace4e5
|
||||
- Support `java.nio.file.FileVisitor` and `java.io.FilenameFilter` with `reify` [#600](https://github.com/borkdude/babashka/issues/600). Nice side effect: this makes babashka compatible with the [fs](https://github.com/clj-commons/fs) library:
|
||||
```
|
||||
$ export BABASHKA_CLASSPATH=$(clojure -Spath -Sdeps '{:deps {clj-commons/fs {:mvn/version "1.5.2"}}}')
|
||||
$ bb -e '(ns foo (:require [me.raynes.fs :as fs])) (map str (fs/glob "*.md"))'
|
||||
("/Users/borkdude/Dropbox/dev/clojure/glam/README.md")
|
||||
```
|
||||
- Add classes `java.util.zip.ZipInputStream` and `java.util.zip.ZipEntry`. This makes babashka compatible with [glam](https://github.com/borkdude/glam), a work in progress package manager.
|
||||
|
||||
### Fixed
|
||||
|
|
|
|||
Loading…
Reference in a new issue