From d6556efa43c3915d87939794d97270dc1762b753 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sun, 12 Dec 2021 13:11:10 +0100 Subject: [PATCH] v0.2.8 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ README.md | 5 ----- resources/SCI_VERSION | 2 +- 3 files changed, 27 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c23bdf..f687b9e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,32 @@ For a list of breaking changes, check [here](#breaking-changes) +## v0.2.8 + +- Prefer metadata implementation override over `extend-protocol` #378 +- Prefer metadata implementation in `extend` `extend-protocol` #378 +- Make constructors in CLJS more dynamic #624 +- Support Object toString override on defrecord #627 +- Bump edamame to `0.0.18` +- Add `copy-ns` macro +- `clojure.core/read` improvements #663 +- `clojure.core/read` can read with standard `PushbackReader` +- Support `*read-eval*` +- Support `*default-data-reader-fn*` +- Support `*reader-resolver*` +- Intern fails to rebind a referred var if already present in config #637 +- Support adding protocol for satisfies check #638 +- Add `reader-conditional?` +- Add CLJS `random-uuid?` +- Add `clojure.test/test` +- Expose `doseq` and `for` as normal macros (@erdos) +- Fix `declare` with dynamic var #630 (@erdos) +- Support `ns` `:require` with string instead of symbol (@djblue) +- Add `inst-ms` +- Fix `resolve` on class method (should return `nil`) #647 +- Support getting instance fields from JVM classes +- Add `to-array-2d`, `aclone`, `reduce` and `amap` #650 (@MrEbbinghaus) + ## v0.2.7 This release focuses on: diff --git a/README.md b/README.md index a98f00e1..01019dd1 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,6 @@ SCI is used in: Are you using SCI in your company or projects? Let us know [here](https://github.com/babashka/babashka/issues/254). -## Status - -Experimental. Breaking changes are expected to happen at this phase. They will -be documented in the [CHANGELOG.md](CHANGELOG.md). - ## Installation Use as a dependency: diff --git a/resources/SCI_VERSION b/resources/SCI_VERSION index b124f30d..a45be462 100644 --- a/resources/SCI_VERSION +++ b/resources/SCI_VERSION @@ -1 +1 @@ -0.2.8-SNAPSHOT +0.2.8