releasing 0.1.9

This commit is contained in:
anatoly 2016-01-31 15:47:19 -05:00
parent 6f64640ada
commit c9de434aa0
2 changed files with 6 additions and 11 deletions

View file

@ -1,14 +1,9 @@
## 0.1.9-SNAPSHOT
## 0.1.9
working on:
* [#36](https://github.com/tolitius/mount/issues/36): `(defstate ^{on-reload :noop / :stop / :restart} ..)`
done:
* swapping states with values
* adding a `(mount.core/system)` experiment
* cleaning up deleted states
* `:on-reload` #{:noop :stop :restart} ([#36](https://github.com/tolitius/mount/issues/36))
* swapping states with values ([#45](https://github.com/tolitius/mount/issues/45))
* `(mount.core/system)` experiment is refactored to [Yurt](https://github.com/tolitius/yurt)
* cleaning up deleted states ([#42](https://github.com/tolitius/mount/issues/42))
* refactoring mount sample app (4 states, stateless fns)
* refactoring cljs logging to Closure (goog.log)

View file

@ -1,4 +1,4 @@
(def +version+ "0.1.9-SNAPSHOT")
(def +version+ "0.1.9")
(set-env!
:source-paths #{"src"}