Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

80 lines (58 loc) · 3.53 KB

wdio-intercept-service changelog

[ > ] 4.1.4 / 19.04.2021

Improved support for parallelization (thanks @RaulGDMM)

[ > ] 4.1.3 / 04.03.2021

Support ArrayBuffer decoding (thanks @cesar-rivera)

[ > ] 4.1.2 / 30.04.2020

  • Maintenance upgrade (package upgrades and spring cleaning)

[ > ] 4.1.1 / 04.04.2020

  • Fix plugin TypeScript types for async mode (thanks @louis-bompart)

[ > ] 4.1.0 / 01.04.2020

  • Update webdriverio dependencies
  • Fix undefined array returned from interceptor bug

[ > ] 4.0.0 / 24.01.2020

  • Add full typescript support for the plugin
  • Drop Node v8 support (out of LTS)

[ > ] 3.1.1 / 11.01.2020

  • Fix incorrect check for assertExpectedRequestsOnly (thanks @chrisdraycott)

[ > ] 3.1.0 / 08.01.2020

  • Add option to validate only expected requests (thanks @chrisdraycott)

[ > ] 3.0.3 / 05.12.2019

  • Fix issues with IE11 (thanks @vrockai)
  • Fix undefined init values in fetch requests (thanks @lacell75)
  • Upgrade all dependencies
  • Fix a pre-commit issue

[ > ] 3.0.2 / 21.02.2019

  • Fix the module exports (thanks @abjerstedt)

[ > ] 3.0.1 / 13.02.2019

  • Properly rename to wdio-intercept-service

[ > ] 3.0.0 / 13.02.2019

  • Rename to wdio-intercept-service
  • Bump webdriverio dependency to v5
  • Add fetch support! 🎉

[ > ] 2.2.0 / 23.01.2018

  • Add possibility to assess request headers
  • Improve error messages
  • Add test for iframe assertions
  • Fix chrome issue on CI

[ > ] 2.1.1 / 15.12.2017

  • Fix problems with newer versions of selenium

[ > ] 2.1.0 / 31.10.2017

  • Add possibility to assess the requests payload using request.body

[ > ] 2.0.0 / 18.04.2017

  • Support for webdriver.io v4.x

[ > ] 1.1.1 / 18.04.2017

  • Add support for blobs using xhr.response
  • Update test browser versions
  • Update eslint
  • Some clean up

[ > ] 1.1.0 / 05.02.2016

  • Add possibility to persist data during page changes using sessionStorage

[ > ] 1.0.3 / 27.01.2016

  • Add tests for manual initialisation

[ > ] 1.0.2 / 01.11.2015

  • Readme adjustments?

[ > ] 1.0.1 / 01.11.2015

  • Fix selenium-standalone postinstall issue

[ > ] 1.0.0 / 01.11.2015

  • Initial release