Fix #113: add unchecked-set and unchecked-get

This commit is contained in:
Michiel Borkent 2025-06-17 23:52:37 +02:00
parent d9da6ffce1
commit fea2ec5910
2 changed files with 5 additions and 5 deletions

View file

@ -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)

View file

@ -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"}