Skip to content

Latest commit

 

History

History
166 lines (71 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

166 lines (71 loc) · 4.16 KB

2.1.3 (2015-11-30)

Bug Fixes

  • 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.2 (2015-11-08)

Bug Fixes

  • handle {number} and {false} {true} cases (0a4ccf5)
  • stop replacing with (b109405)

2.1.1 (2015-11-08)

Bug Fixes

  • handle {number} and {false} {true} cases (0a4ccf5)

2.1.0 (2015-10-25)

Features

2.0.1 (2015-10-21)

Bug Fixes

  • handle inline props string replacement (5e89032)

2.0.0 (2015-10-19)

Bug Fixes

  • change package name to expect-jsx (665ed66), closes #3

Features

  • add toNotEqualJSX, toIncludeJSX, change default export (6402777), closes #2 #4 #5 #6

BREAKING CHANGES

  • 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)

Bug Fixes

  • handle high order components (~decorators) name (96f13af)

1.1.3 (2015-10-16)

Bug Fixes

  • handle props.children.length > 1 + array values (c86a9a4)

1.1.2 (2015-10-16)

Bug Fixes

  • handle props.children.length > 1 (a76b7c2)

1.1.1 (2015-10-16)

Bug Fixes

1.1.0 (2015-10-16)

Features

  • deeply set functions and React elements now well inlined (8424e21)

1.0.3 (2015-10-16)

Bug Fixes

  • handle null and undefined prop values (33b8fca)

1.0.2 (2015-10-15)

Bug Fixes

  • deps: lower down the peer dep requirements (5d526d5)

1.0.1 (2015-10-15)

Bug Fixes

  • upgrade react-element-to-jsx-string (whitespace, sort keys) (df977b4)

1.0.0 (2015-10-15)