Skip to content

Commit 893d4e4

Browse files
committed
changelogs
1 parent a0c6655 commit 893d4e4

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ For a list of breaking changes, check [here](#breaking-changes).
44

55
[Nbb](https://github.com/babashka/nbb): Scripting in Clojure on Node.js using [SCI](https://github.com/babashka/sci)
66

7+
## 1.4.209 (2026-07-12)
8+
9+
- Bump SCI to 0.14.55. Support implementing CLJS protocols (e.g. `ILookup`, etc) on `deftype` and `defrecord`
10+
711
## 1.4.208 (2026-06-12)
812

913
- [#410](https://github.com/babashka/nbb/issues/410): fix regression where a `defrecord`/`deftype` type symbol referenced via a namespace alias (e.g. `(instance? r/Foo x)`) failed to resolve

deps.edn

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
cljs-bean/cljs-bean {:mvn/version "1.9.0"}
1515
org.babashka/sci
1616
#_{:local/root "../babashka/sci"}
17-
#_{:mvn/version "0.12.51"}
18-
{:git/url "https://github.com/babashka/sci"
19-
:git/sha "8b3bc12fc59a0226b0075b9339ce53c1a102a39d"}
17+
#_{:git/url "https://github.com/babashka/sci"
18+
:git/sha "8b3bc12fc59a0226b0075b9339ce53c1a102a39d"}
19+
{:mvn/version "0.14.55"}
2020
org.clojure/tools.cli {:mvn/version "1.0.214"}
2121
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
2222
#_#_prismatic/schema {:mvn/version "1.3.0"}

0 commit comments

Comments
 (0)