All Versions
47
Latest Version
Avg Release Cycle
112 days
Latest Release
1207 days ago

Changelog History
Page 4

  • v3.1.0 Changes

    • Enable using queried for and with event as the resolution of the promise.
  • v3.0.2 Changes

    • ⚡️ Update various dependencies, so that React 0.13 is properly no longer supported, and React v15 is properly supported, without peerDep warnings (thanks @choffmeister)
  • v3.0.1 Changes

    • ✂ Remove unexpected-documentation-site-generator from the dependencies (thanks @jkimbo #20)
  • v3.0.0 Changes

    • ⬇️ Drop support for React 0.13.x and add support for React v15 (thanks Gustav Nikolaj #19)
    • ✂ Remove need for Symbol polyfill (fixed #18)
  • v2.0.1 Changes

    • 🛠 Fix rendering numerical 0, via a fix from react-devtools
  • v2.0.0 Changes

    • ✅ Props / Attributes are now tested with to satisfy semantics, unless exactly is specified, in which case ✅ to equal is used. This is probably what was expected, but could mean some tests that previously failed now pass, hence the major version.

    • 👍 queried for support for both shallow and deep renderers

    • with event event triggering for shallow and deep renderers

  • v1.0.1 Changes

    • Patch version of unexpected-htmllike to 1.1.0 (improves output for function props, and props with undefined values - #15)
  • v1.0.0 Changes

    • ⚡️ Update to unexpected-htmllike v1.0.0 - much faster due to attempting everything sync first, before reverting
      to async if an async assertion is encountered. You no longer need to return the result of the expect, unless you're actually doing an asynchronous expect.it() assertion somewhere in your expected value.
  • v0.5.2 Changes

    • Patch version of unexpected-htmllike to 0.5.0 to fix issue with reordered children
  • v0.5.1 Changes

    • ⚡️ Patch version of unexpected-htmllike-jsx-adapter to support flattening children (only a package.json update)