releasing 0.1.9
This commit is contained in:
parent
6f64640ada
commit
c9de434aa0
2 changed files with 6 additions and 11 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
|
@ -1,14 +1,9 @@
|
||||||
## 0.1.9-SNAPSHOT
|
## 0.1.9
|
||||||
|
|
||||||
working on:
|
* `: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))
|
||||||
* [#36](https://github.com/tolitius/mount/issues/36): `(defstate ^{on-reload :noop / :stop / :restart} ..)`
|
* `(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))
|
||||||
done:
|
|
||||||
|
|
||||||
* swapping states with values
|
|
||||||
* adding a `(mount.core/system)` experiment
|
|
||||||
* cleaning up deleted states
|
|
||||||
* refactoring mount sample app (4 states, stateless fns)
|
* refactoring mount sample app (4 states, stateless fns)
|
||||||
* refactoring cljs logging to Closure (goog.log)
|
* refactoring cljs logging to Closure (goog.log)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(def +version+ "0.1.9-SNAPSHOT")
|
(def +version+ "0.1.9")
|
||||||
|
|
||||||
(set-env!
|
(set-env!
|
||||||
:source-paths #{"src"}
|
:source-paths #{"src"}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue