omniscientjs / immstruct

Immutable data structures with history for top-to-bottom properties in component based libraries like React. Based on Immutable.js
374 stars 21 forks source link

Changes order of observe function callbacks and event callbacks. #64

Closed mikaelbr closed 9 years ago

mikaelbr commented 9 years ago

This makes all callbacks have keyPath as the last argument, same as with Immutable Cursors. This is a breaking change

mikaelbr commented 9 years ago

Must be documentet explicitly ( #66 )