|
1 |
| -# React Resolver Changelog |
| 1 | +# React Resolver Csp Changelog |
2 | 2 |
|
3 |
| -### Upcoming... |
4 | 3 |
|
5 |
| -- [Error Handling](https://github.com/ericclemmons/react-resolver/issues/2) |
6 |
| -- [Handling Reject/Catch](https://github.com/ericclemmons/react-resolver/issues/2) |
7 |
| -- [React Native](https://github.com/ericclemmons/react-resolver/issues/18) |
8 |
| -- [Bootstrapping Client](https://github.com/ericclemmons/react-resolver/issues/22) |
9 |
| - + <https://github.com/ericclemmons/react-resolver/pull/34> |
10 |
| -- [Owner/Parent Differ](https://github.com/ericclemmons/react-resolver/issues/29) |
11 |
| -- [Support Callbacks](https://github.com/ericclemmons/react-resolver/issues/35) |
12 |
| -- [Decorators](https://github.com/ericclemmons/react-resolver/pull/31) |
| 4 | +### v0.0.2 (2015-06-07) |
13 | 5 |
|
| 6 | +- Includes decorators & exports csp |
14 | 7 |
|
15 |
| -### v1.1.7 - (2015-04-25) |
16 | 8 |
|
17 |
| -- [Clear Nested States](https://github.com/ericclemmons/react-resolver/pull/37) |
| 9 | +### v0.0.1 (2015-06-06) |
18 | 10 |
|
| 11 | +- Initial version |
19 | 12 |
|
20 |
| -### v1.1.6 - (2015-04-25) |
21 |
| - |
22 |
| -- [Clear Cache After Render](https://github.com/ericclemmons/react-resolver/issues/33) |
23 |
| - + Fix [Not resolving again when transitioning to sibling state](https://github.com/ericclemmons/react-resolver/issues/17) |
24 |
| - |
25 |
| - |
26 |
| -### v1.1.5 - (2015-04-25) |
27 |
| - |
28 |
| -- Update `dist/` from `v1.1.4` |
29 |
| - |
30 |
| - |
31 |
| -### v1.1.4 - (2015-04-25) |
32 |
| - |
33 |
| -- [require react/lib/cloneWithProps directly instead of through addons](https://github.com/ericclemmons/react-resolver/pull/32) |
34 |
| - + [Browserify Bundling Twice](https://github.com/ericclemmons/react-resolver/issues/27) |
35 |
| - |
36 |
| - |
37 |
| -### v1.1.3 - (2015-04-15) |
38 |
| - |
39 |
| -- [#28](https://github.com/ericclemmons/react-resolver/issues/28) |
40 |
| - _Another_ attempt to fix `Resolver` being named `resolver.js` |
41 |
| - |
42 |
| - |
43 |
| -### v1.1.2 - (2015-04-15) |
44 |
| - |
45 |
| -- [#28](https://github.com/ericclemmons/react-resolver/issues/28) |
46 |
| - Attempt to fix `Resolver` being named `resolver.js` |
47 |
| - |
48 |
| - |
49 |
| -### v1.1.1 - (2015-04-13) |
50 |
| - |
51 |
| -- Ignore more files via NPM (6c6fb03) |
52 |
| - |
53 |
| - |
54 |
| -### v1.1.0 - (2015-04-13) |
55 |
| - |
56 |
| -- [Contexts](https://github.com/ericclemmons/react-resolver/pull/21) |
57 |
| - |
58 |
| - |
59 |
| -### v1.0.0 - (2015-04-13) |
60 |
| - |
61 |
| -- Complete rewrite for React v0.13 |
62 |
| -- "Higher-order Components" via `Resolver.createContainer` |
63 |
| -- Remove all dependencies (!) |
64 |
| - + [#9](https://github.com/ericclemmons/react-resolver/issues/9) |
65 |
| - + [#14](https://github.com/ericclemmons/react-resolver/issues/14) |
66 |
| - + [#15](https://github.com/ericclemmons/react-resolver/issues/15) |
67 |
| - |
68 |
| - |
69 |
| -### v0.2.0 - (2015-02-25) |
70 |
| - |
71 |
| -- Remove [`resolver.handle`][11] |
72 |
| - |
73 |
| - |
74 |
| -### v0.1.2 (2015-02-25) |
75 |
| - |
76 |
| -- Fix [examples/contacts](https://github.com/ericclemmons/react-resolver/tree/e026a3b1cbf16995c10c825c18d2f20b6277f62f/examples/contacts) |
77 |
| - |
78 |
| - |
79 |
| -### v0.1.1 (2015-02-25) |
80 |
| - |
81 |
| -- Move `react-router` from `optionalDependencies` to `peerDependencies` |
82 |
| - |
83 |
| - |
84 |
| -### v0.1.0 (2015-02-24) |
85 |
| - |
86 |
| -- [#7][7] - Add `react` and `react-router` as `peerDependencies`. |
87 |
| -- [#8][8] - Support React v0.13 |
88 |
| - |
89 |
| - |
90 |
| -### v0.0.4 (2015-02-24) |
91 |
| - |
92 |
| -- [#4][4] - NPM package is ES5, not ES6. |
93 |
| -- [#5][5] - Clarify use of `Resolver.mixin`. |
94 |
| -- [#6][6] - README comparison to Relay. |
95 |
| - |
96 |
| - |
97 |
| -### v0.0.3 (2015-02-19) |
98 |
| - |
99 |
| -- Public release |
100 |
| - |
101 |
| - |
102 |
| -### v0.0.2 (2015-02-18) |
103 |
| - |
104 |
| -- Working prototype with context |
105 |
| - |
106 |
| - |
107 |
| -### v0.0.1 (2015-01-29) |
108 |
| - |
109 |
| -- Initial commit |
110 |
| - |
111 |
| - |
112 |
| -[4]: https://github.com/ericclemmons/react-resolver/pull/4 |
113 |
| -[5]: https://github.com/ericclemmons/react-resolver/issues/5 |
114 |
| -[6]: https://github.com/ericclemmons/react-resolver/issues/6 |
115 |
| -[7]: https://github.com/ericclemmons/react-resolver/issues/7 |
116 |
| -[8]: https://github.com/ericclemmons/react-resolver/issues/8 |
117 |
| -[11]: https://github.com/ericclemmons/react-resolver/issues/11 |
0 commit comments