This release fixes issues discovered in 0.8.0-alpha1 around reference cursors and no local state components.
This release also does away with checks around cursor consistency - cursors may be handled the same way whether in render or async contexts. After exploring cursor consistency I came to the conclusion that it's not only more trouble than it's worth, my previous plan simply does not work well with the immutable model that React is designed upon. This means that cursors may very well be stale. However you have two tools - deref is still supported. There's also a new predicate valid? which will return true if the cursor has been deleted by some other process. One breaking change is that rendering? has been removed as the predicate was only provided to distinguish between render and async phases for cursor manipulation. Feedback most welcome - in particular if the lack of consistency checks is problematic https://github.com/swannodette/om David -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.