4.8 KiB
4.8 KiB
0.1.11
Fri Dec 2 18:09:51 2016 -0600
- opening
(find-all-states) - stop accepts a collection of states (in addition to varargs) (#69)
- swap-states and start-with-states take values (#68)
- adding
(running-states)that returns a set (mount/start #{})is a noop (#65)- removing log on state discovery
- adding a restart listener with watchers
0.1.10
Sun Feb 28 18:20:52 2016 -0500
- runtime args are now initialized to
{}(rather than to:no-args) - composing states on mount start (#47)
- removing
:suspendand:resume(#46)
0.1.9
Sun Jan 31 15:47:19 2016 -0500
:on-reload#{:noop :stop :restart} (#36)- swapping states with values (#45)
(mount.core/system)experiment is refactored to Yurt- cleaning up deleted states (#42)
- refactoring mount sample app (4 states, stateless fns)
- refactoring cljs logging to Closure (goog.log)
0.1.8
Mon Jan 4 14:09:17 2016 -0500
- pluging in boot-check
- refactoring reader conditionals out of cljs exceptions macro (thx @DomKM)
- riding on boot-stripper
- mount.tools.graph: states-with deps
- fixing bug in start-with-args (thx @malchmih) (#30)
- states with no :stop are restarted on ns recompile (#22), (#25), (#26)
- restarting a state on ns recompile (#22)
0.1.7
Mon Dec 21 20:52:31 2015 -0500
- making mount boot'iful
- cljs
:classifier "aot"is fixed by boot (#23) - refactoring example app: + www
- stopping/cleaning state when its namespace is recompiled (#22)
0.1.6
Thu Dec 10 00:40:18 2015 -0500
- adding full ClojureScript support (#10)
- removing all the dependencies (
:dependencies []) - adding a sample cljs app (datascript, websockets)
- introducting
cljcandcljmodes DerefableState: states are optionally derefable (viaIDeref)- removing dependency on var's meta
0.1.5
Tue Dec 1 08:58:26 2015 -0500
- cleaning up stale states (#18)
- adding ns to state order to avoid collisions
- consolidating status (#19)
- lifecycle fns take fns and values (#20)
- not retaining heads in side-effectful iterations (#17)
- logging AOP for REPL examples (#15)
- lifecycle functions return states touched (#15)
- removing tools.logging dep (#15)
- removing tools.macro dep
- removing tools.namespace dep
0.1.4
Sat Nov 21 15:31:13 2015 -0500
0.1.3
Wed Nov 18 00:43:44 2015 -0500
- states-with-deps [#12]
- mount => mount.core [#11]
- states without
:stopstill becomeNotStartedStateon(mount/stop)
0.1.2
Sun Nov 15 23:15:20 2015 -0500
0.1.1
Sat Nov 14 16:40:38 2015 -0500
0.1.0
Fri Nov 13 17:00:43 2015 -0500
- defstate/start/stop
- welcome mount