All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.2.2 (2017-11-17)
- update precompiled version (7ca2b49)
0.2.1 (2017-11-17)
- Allow to wrap host components in stylable (f89fc5e)
- Remove hack that no more work with React 16+ (89528e0)
0.2.0 (2017-08-09)
- fix getting proper name of component (f037042)
0.1.0 (2017-06-24)
- make getDisplayName to be almost equal to react getElementName (6449d80)
- migrate to prop-types module (React.PropTypes is deprecated) (1cd5750)
- react warn if we try to get ref of pure component (ffadc1e)
- package: compile & release es5 version (0e0ba9a)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- Proxy setNativeProps to wrapped components so they can be used as direct Touchable childs. (cb5ba87)
- Add benchmarks for selectors (be0ab83)
- Split bench.js to runner and benchmark function. (e274907)
- Use default for React Native .babelrc file. Using babel-plugin-istanbul breaks testing in apps, that use this module. (41ac903)
- Add test for "out-of-tree" components (b07dcee)
- Add additional tests for rules order. (aea0375)
The first working version