Liking cljdoc? Tell your friends :D

3.2.3

  • Don't evaluate default-batched-updates until necessary 0788a7f10

3.2.2

  • Fix bug where subscriptions with both nested path and reducer functions worked differently on CLJ and CLJS @DjebbZ

3.2.1

  • Removed assert that checked -methods on a dispatching function which implied the function to be a multimethod

3.2.0

  • Add more tests @DjebbZ
  • Add a single watch to the state per reconciler @DjebbZ
  • Add assertions for dispatching functions
  • Assert speced effects when corresponding spec exists

3.1.0

  • Added deps.edn
  • Rum 0.11.2
  • ClojureScript 1.10.238
  • Provide both a schedule-fn and release-fn to customize batched updates 4f9a07d
  • Implement co-effects via citrus.core/defhandler macro

1.0.0-SNAPHOST

  • add Reconciler type to get rid of global state 7afd576
  • remove ISwap & IReset protocols impl and introduce updates batching & scheduling 00dd5cc
  • expose Reconciler API for sync updates 0fdbe26
  • make global schedule and queue local to reconciler instance 41c6e57
  • add pluggable batched-updates & chunked-updates fns e3b6d96
  • perform latest scheduled update b55d48e

0.1.0

  • Initial release

Can you improve this documentation? These fine people already did:
Roman Liutikov, roman01la & Khalid Jebbari
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close