Skip to content

Releases: nwinch/must-jsx

v4.0

09 Aug 07:24
Compare
Choose a tag to compare

Updates

  • Module now exports default correctly for ES5

v3.0

09 Aug 05:27
Compare
Choose a tag to compare

Updates

  • Now using react@15

v2.0

30 Apr 00:19
Compare
Choose a tag to compare

Changes

  • Remove custom parameter. This was used to provide a custom version of React for different isElement checks, but I don't see the use in this anymore so have removed it.

Improvements

  • Now showing correct JSX string in expected
  • Using latest version of react-element-to-jsx-string
  • Passing transformed actual property to assertion error for diffing output.