All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
- http/delete-fx
- storage/storage-cofx
- browser/path-cofx
- ability to dispatch a start-up message to the root component
- forward-to-component and forward-subs-to-component
- initial subscriptions did not work, fixed
- middleware functions got two additional parameters
- forward-subs has more general forms
- from-chan-fn-fx and from-promise-fn-fx generic effects
- removed ITaggable, implementing IEffects got a bit easier (less boilerplate)
- add new effects: http/post-fx and http/open-url-fx
- add delay option to dispatch-fx
- effects that may fail, such as http/get-fx, will wrap the result in a map like {:ok response} or {:error error}
- updated dependencies
navigate-fx
and navigate
subscription
- renamed
dom
namespace to browser
- updated dependencies
- focus-fx - in case you really need it
- going independent of re-frame
- Eventbus - publishing and listening to messages, through topics
- DataStore - reading and writing to a global datastore, with notifications