Skip to content

Releases: JasonLandbridge/Cypress-SignalR-Mock

v1.5.0

16 Jul 16:50
Compare
Choose a tag to compare

1.5.0 (2023-07-16)

Bug Fixes

  • Playground: Fixed the "[nuxt] [request error] [unhandled] [500] Cannot find module './internal/Observable'" that happens on running the playground app (778da47)

Features

  • Cypress-SignalR-Mock: Added support for using Cypress-SignalR-Mock with Vitest unit testing in the same way as using it for Cypress (91ac04e)
  • Playground: Added PrimeVue to the Playground app to showcase Cypress tests (4d98fdf)
  • Playground: Added ProgressBar demo to the Playground app to showcase Cypress tests (bc42362)

v1.4.2

19 May 19:47
Compare
Choose a tag to compare

1.4.2 (2023-05-19)

Bug Fixes

  • Cypress-SignalR-Mock: Fixed incorrect check (0b40a6c)

v1.4.1

19 May 19:20
Compare
Choose a tag to compare

1.4.1 (2023-05-19)

Bug Fixes

  • Cypress-SignalR-Mock: Fixed incorrect determination if running in server side render mode (e5df32a)

v1.4.0

07 May 21:10
Compare
Choose a tag to compare

1.4.0 (2023-05-07)

Bug Fixes

  • Cypress-SignalR-Mock: Lowered the logging level to debug for the message that is printed when Cypress is not running (8ad68ba)

Features

  • Cypress-SignalR-Mock: Added optional debug logging enable when calling useCypressSignalRMock (8f19f76)

v1.3.0

05 May 09:53
Compare
Choose a tag to compare

1.3.0 (2023-05-05)

Bug Fixes

  • Cypress-SignalR-Mock: I've honestly no idea why I changed everything but it finally solves the import issue in Cypress (4abefc9)
  • Playground: Disabled SSR as it prevents the 'cypress-signalr-mock' from working durring SSR (068ca7d)

Features

  • Playground: Added Cypress commands to run with Nuxt in the playground package.json (12192a5)
  • Playground: Installed and set-up Cypress in the Playground project (861f6c8)

v1.2.1

04 May 14:36
Compare
Choose a tag to compare

1.2.1 (2023-05-04)

Bug Fixes

  • Changed the Typescript target to ES2019 to make ?? work (9b74870)

v1.2.0

04 May 12:37
Compare
Choose a tag to compare

1.2.0 (2023-05-04)

Features

  • Added cy.hubClear() to reset the plugin in between tests (4e8f226)
  • Added cy.hubVerifyInvokes to assert if the server has been called n times (00b16d6)

v1.1.0

04 May 08:18
Compare
Choose a tag to compare

1.1.0 (2023-05-04)

Features

  • Added @semantic-release/changelog NPM package (01e9488)