Skip to content

Derivatives 0.3.0

Latest
Compare
Choose a tag to compare
@martinklepsch martinklepsch released this 23 Feb 22:31
· 7 commits to master since this release
17c5b0a
  • ⚠️ Breaking derivatives-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)