You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Breakingderivatives-pool now returns the record instead of a map with the get! and release! functions. If you did not directly call the derivatives-pool function (and used the Rum mixins) this should not affect you. (e813f1ddfd7)
To upgrade replace uses of the get! and release! functions with their pendants in org.martinklepsch.derivatives (same names) and pass the derivatives pool record that is now returned by derivatives-pool as first argument.
Sorry for this breakage I hope it does not affect too many. 🙌
Improvement depend on cljsjs/react-proptypes for React 16 compatibility (#18)
Bugfix with a spec like {:db [[] (atom {})]} it was not possible to get ahold of the :db atom. (64efb6f3)