Skip to content

v13.0.0

Compare
Choose a tag to compare
@jnizet jnizet released this 06 Dec 14:19
· 22 commits to master since this release

⚠ BREAKING CHANGES

  • ngx-speculoos now allows running test in automatic mode. In this mode,
    instead of imperatively triggering a change detection, you await the stability
    and thus let Angular decide if a CD is necessary or not.
    See the "Upgrading to v13" section of the README for details.
  • ngx-speculoos is now based on Angular 19.x. If you want to use it with an older version of Angular, then stick to a previous version of ngx-speculoos

Features

  • provide a way to run tests in automatic mode (758ff9c)
  • upgrade to angular and cli 19 (aac3132)