Docs [skip ci] (#1208)
This commit is contained in:
parent
3759d14baf
commit
fff4bf779f
2 changed files with 11 additions and 0 deletions
|
|
@ -7,7 +7,12 @@ A preview of the next release can be installed from
|
|||
|
||||
## Unreleased
|
||||
|
||||
- Add `clojure.data.priority-map` as built-in library - this makes babashka compatible with [aysylu/loom](https://github.com/aysylu/loom)
|
||||
- Add part of `clojure.tools.reader.reader-types` to support `hugsql.core`
|
||||
- [#1204](https://github.com/babashka/babashka/issues/1204) add property `babashka.config` to reflect `bb.edn` location ([@mknoszlig](https://github.com/mknoszlig))
|
||||
- SCI: implement `declare` as macro
|
||||
- #938: drop location metadata from symbols, except top level
|
||||
- #1199: support `print-method` impls on records
|
||||
|
||||
## 0.7.7 (2022-03-04)
|
||||
|
||||
|
|
|
|||
|
|
@ -60,6 +60,8 @@ The following libraries and projects are known to work with babashka.
|
|||
- [markdown-clj](#markdown-clj)
|
||||
- [algo.monads](#algomonads)
|
||||
- [datalog-parser](#datalog-parser)
|
||||
- [at-at](#at-at)
|
||||
- [aysylu/loom](#aysyluloom)
|
||||
- [Pods](#pods)
|
||||
- [Projects](#projects-1)
|
||||
- [babashka-test-action](#babashka-test-action)
|
||||
|
|
@ -802,6 +804,10 @@ Datalog parser that is compliant with datomic, datascript and datahike.
|
|||
|
||||
Ahead-of-time function scheduler. Compatible with babashka 0.7.7+.
|
||||
|
||||
### [aysylu/loom](https://github.com/aysylu/loom)
|
||||
|
||||
Graph library for Clojure. Compatible with babashka 0.7.8+.
|
||||
|
||||
## Pods
|
||||
|
||||
[Babashka pods](https://github.com/babashka/babashka.pods) are programs that can
|
||||
|
|
|
|||
Loading…
Reference in a new issue