tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.22k stars 88 forks source link

any reason why mount/start accepts a collection and mount/stop does not? #69

Closed jiangts closed 7 years ago

jiangts commented 7 years ago

Recently ran into a silly problem where I passed mount/stop a vector of states and none of the states stopped. Was a bit of a surprise to me because mount/start accepts a collection.

Not that it's a big deal, but wondering if there's any reason for a non-congruent API.

tolitius commented 7 years ago

silly but a valid issue :)

fixed in the latest 0.1.11-SNAPSHOT.

let me know if it works for you.