Skip to content

v3.0.0

Compare
Choose a tag to compare
@jodarove jodarove released this 09 Mar 20:07
· 45 commits to master since this release
d50a0db

Changes in v3.0.0

  • 3 new APIs were added: createTestWireAdapter , createLdsTestWireAdapter , createApexTestWireAdapter .
  • Added support for test adapters created with create* to emit (emitError) a value (error) only to specific adapters instances, depending on the config value. Solves #15.
  • Existing register* calls are deprecated in favor of create*, and they will be removed on v4.0.0 of this library.
  • Drops support for lwc < 1.5.0.

To upgrade your existing tests, check the Migrating from version 2.x to 3.x guide.