From 52c1b535106a4fcceb11d3d1edc229c615f01863 Mon Sep 17 00:00:00 2001 From: Anatoly Date: Sun, 13 Dec 2015 20:38:15 -0500 Subject: [PATCH] [changelog]: 0.1.6 --- changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelog.md b/changelog.md index f68d561..b6c8a70 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,13 @@ +## 0.1.6 +###### Thu Dec 10 00:40:18 2015 -0500 + +* adding full ClojureScript support ([#10](https://github.com/tolitius/mount/issues/10)) +* removing all the dependencies (`:dependencies []`) +* adding a sample [cljs app](https://github.com/tolitius/mount/blob/1ac28981a6a63a103a9057fd34a338c37acb913b/doc/clojurescript.md#mounting-that-clojurescript) (datascript, websockets) +* introducting `cljc` and `clj` [modes](https://github.com/tolitius/mount/blob/1ac28981a6a63a103a9057fd34a338c37acb913b/doc/clojurescript.md#mount-modes) +* `DerefableState`: states are _optionally_ derefable (via `IDeref`) +* removing dependency on var's meta + ## 0.1.5 ###### Tue Dec 1 08:58:26 2015 -0500