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:
|
||||
|
||||
* [#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)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(def +version+ "0.1.9-SNAPSHOT")
|
||||
(def +version+ "0.1.9")
|
||||
|
||||
(set-env!
|
||||
:source-paths #{"src"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue