5.0.0 (2017-11-07)
4.0.0 (2017-09-18)
3.0.0 (2017-01-03)
- lib: upgrade to react-element-to-jsx-string latest (a014672)
- lib: You need an ES2015 env to use expect-jsx now
You can use the Babel polyfill to do so.
2.6.0 (2016-06-06)
2.5.1 (2016-04-15)
- deps: allow react 0.14 (1fff6f1)
2.5.0 (2016-04-15)
- React: React v15 stable compat (7557e63)
2.4.0 (2016-03-09)
2.3.0 (2016-02-02)
2.2.2 (2016-01-05)
2.2.1 (2015-12-10)
- dep: update underlying react-element-to-jsx-string to 2.1.4 (cd963cf)
2.2.0 (2015-12-08)
- handle {number} and {false} {true} cases (0a4ccf5)
- stop replacing with (b109405)
- to-jsx: upgrade react-element-to-jsx-string, provide Array.fill polyfill (19ddde5)
2.1.0 (2015-10-25)
- handle ref= key= (ec5312d)
2.0.1 (2015-10-21)
- handle inline props string replacement (5e89032)
2.0.0 (2015-10-19)
- you now have to use the package like this:
import expectJSX from 'expect-jsx';
expect.extend(expectJSX);
- package is now installed with
npm install expect-jsx --save-dev
1.1.4 (2015-10-16)
- handle high order components (~decorators) name (96f13af)
1.1.3 (2015-10-16)
- handle props.children.length > 1 + array values (c86a9a4)
1.1.2 (2015-10-16)
- handle props.children.length > 1 (a76b7c2)
1.1.1 (2015-10-16)
- handle empty objects (df08165)
1.1.0 (2015-10-16)
- deeply set functions and React elements now well inlined (8424e21)
1.0.3 (2015-10-16)
- handle null and undefined prop values (33b8fca)
1.0.2 (2015-10-15)
- deps: lower down the peer dep requirements (5d526d5)
1.0.1 (2015-10-15)
- upgrade react-element-to-jsx-string (whitespace, sort keys) (df977b4)