Releases: smartive/testcafe-utils
Releases · smartive/testcafe-utils
v1.3.3
1.3.3 (2023-03-30)
Bug Fixes
- deps: update dependency @types/sinonjs__fake-timers to v8 (bcc85e8)
v1.3.2
1.3.2 (2023-03-30)
Bug Fixes
- deps: update dependency @types/sinonjs__fake-timers to v6.0.4 (54ced0a)
v1.3.1
1.3.1 (2021-01-03)
Bug Fixes
- Move @types/sinonjs__fake-timers to dependencies for correct typing when using package (1111879)
v1.3.0
1.3.0 (2020-12-21)
Bug Fixes
- Add
eslint-disable
to fake-timers.ts
since it is actually an external library (e225ef1)
Features
- Adds
FakeTimers
which enables mocking of timing/date functionality (ff8c85d)
- Use correct type
RequestEvent
for function argument of onRequest
(533ef42)
- Use HTTP method and pattern (
RegExp
or string
) to intercept fetch
- or XHR
-requests (a0cfa81)
v1.2.0
1.2.0 (2020-12-18)
Features
- Add
return true;
to RequestInterceptor.resolve
to make it expect
able (a6015ce)
v1.1.0
1.1.0 (2020-12-18)
Features
v1.0.1
1.0.1 (2020-12-17)
Bug Fixes
- Set correct return type of
mockResponse
and reuse it within RequestCallCountMock
(7368f45)
v1.0.0
1.0.0 (2020-12-15)
Bug Fixes
- Add @semantic-release/changelog as npx semantic-release dependency within workflow (#3) (fc12b52)
- Use correct command within release workflow (#2) (a7ce017)
Features