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
-**deprecated**`reactor.registerStore` will be deprecated in 1.1.x - use `reactor.registerStores` instead. Add deprecation warning.
4
+
-**fixed** properly observe getters when passing `silent=true` for `registerStores` - this option no longer makes sense as it makes future observations unreliable.
5
+
-**fixed** support `Utils.isFunction` in all browsers (#57)
6
+
7
+
## 1.0.1
8
+
9
+
-**added** Expose createReactMixin functionality on Nuclear singleton
10
+
-**fixed** Fix new Store() from throwing error when not passed a config object
11
+
12
+
## 1.0.0
13
+
-**Huge optimizations for `Reactor.evaluate` and `Reactor.observe`** - These values are now very efficiently memoized by leveraging that fact that getters are pure functions and are transforming immutable data. This means that complex transformations wont be reevaluated unless its direct dependencies or underlying state change.
14
+
-**Built in support for React** - No need for the NuclearReactMixin, simply use `reactor.ReactMixin`
0 commit comments