Skip to content

Commit

Permalink
v0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Dec 12, 2021
1 parent bf62c0d commit d6556ef
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion resources/SCI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.8-SNAPSHOT
0.2.8

0 comments on commit d6556ef

Please sign in to comment.