We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f61ac1 commit 550dbc1Copy full SHA for 550dbc1
README.md
@@ -230,6 +230,11 @@ Evaluation count : 24 in 6 samples of 4 calls.
230
231
## Changelog
232
233
+### 0.19.4
234
+
235
+ * Fix ClojureScript compilation broken in `0.19.3` #49
236
+ * Fix `x/sort` and `x/sort-by` for ClojureScript #40
237
238
### 0.19.3
239
240
* Add `deps.edn` to enable usage as a [git library](https://clojure.org/guides/deps_and_cli#_using_git_libraries)
project.clj
@@ -1,4 +1,4 @@
1
-(defproject net.cgrand/xforms "0.19.3"
+(defproject net.cgrand/xforms "0.19.4"
2
:description "Extra transducers for Clojure"
3
:url "https://github.com/cgrand/xforms"
4
:license {:name "Eclipse Public License"
0 commit comments