Fix #113: add unchecked-set and unchecked-get
This commit is contained in:
parent
d9da6ffce1
commit
fea2ec5910
|
@ -9,9 +9,10 @@
|
|||
<!-- - Create Github release with updated links from `doc/links.md` -->
|
||||
<!-- - `bb gh-pages` -->
|
||||
|
||||
- [#107](https://github.com/babashka/scittle/issues/107): add `replicant` plugin.
|
||||
- [#102](https://github.com/babashka/scittle/issues/102): add `applied-science/js-interop` plugin.
|
||||
- [#105](https://github.com/babashka/scittle/issues/105): add `goog.string/htmlEscape`.
|
||||
- [#107](https://github.com/babashka/scittle/issues/107): add `replicant` plugin
|
||||
- [#102](https://github.com/babashka/scittle/issues/102): add `applied-science/js-interop` plugin
|
||||
- [#105](https://github.com/babashka/scittle/issues/105): add `goog.string/htmlEscape`
|
||||
- [#113](https://github.com/babashka/scittle/issues/113): add `unchecked-set` and `unchecked-get`
|
||||
|
||||
## v0.6.22 (2024-12-19)
|
||||
|
||||
|
|
3
deps.edn
3
deps.edn
|
@ -3,10 +3,9 @@
|
|||
{org.clojure/clojure {:mvn/version "1.11.1"}
|
||||
thheller/shadow-cljs {:mvn/version "2.20.15"}
|
||||
org.babashka/sci {:git/url "https://github.com/babashka/sci"
|
||||
:git/sha "1e15f0f6a129ef7512351efc65f7475209d8cc4c"}
|
||||
:git/sha "87fa2d2648ef809e8c8c87279c51961dca41ed4d"}
|
||||
#_{:local/root "../babashka/sci"}
|
||||
reagent/reagent {:mvn/version "1.1.1"}
|
||||
|
||||
no.cjohansen/replicant {:mvn/version "2025.03.27"}
|
||||
re-frame/re-frame {:mvn/version "1.3.0"}
|
||||
cljsjs/react {:mvn/version "18.2.0-1"}
|
||||
|
|
Loading…
Reference in a new issue