Skip to content

Latest commit

 

History

History
3399 lines (1856 loc) · 199 KB

CHANGELOG.md

File metadata and controls

3399 lines (1856 loc) · 199 KB

Changelog

v0.20.0 (2025-02-19)

Full Changelog

v0.19.12 (2025-02-05)

Full Changelog

v0.19.11 (2025-01-28)

Full Changelog

v0.19.10 (2025-01-28)

Full Changelog

v0.19.9 (2025-01-22)

Full Changelog

v0.19.8 (2025-01-11)

Full Changelog

v0.19.7 (2024-12-24)

Full Changelog

v0.19.6 (2024-12-24)

Full Changelog

v0.19.5 (2024-12-06)

Full Changelog

v0.19.4 (2024-12-04)

Full Changelog

v0.19.3 (2024-12-03)

Full Changelog

v0.19.2 (2024-12-02)

Full Changelog

v0.19.1 (2024-11-28)

Full Changelog

v0.19.0 (2024-11-19)

Full Changelog

v0.18.16 (2024-11-03)

Full Changelog

v0.18.15 (2024-10-17)

Full Changelog

v0.18.14 (2024-10-05)

Full Changelog

v0.18.13 (2024-09-26)

Full Changelog

v0.18.12 (2024-09-09)

Full Changelog

v0.18.11 (2024-08-31)

Full Changelog

  • Merge pull request #88 from joomcode/fix/playwright-config (uid11)

    feat: support UI mode

  • FI-1345 refactor: Playwright config (use object) (uid11)

    refactor: reexport devices from @playwright/test

    fix: add Playwright's browser version check

    fix: add using Playwright version from package.json

    feat: support UI mode flag

    feat: add internal isUiMode flag

    fix: remove text style from run errors in HTML report

    feat: add enableCsp flag to pack config and to test options

    fix: ingore timeouts in UI mode

    fix: mix up of JS errors and browser console logs from other test runs

    chore: update @types/node to 22.5.1

    fix: add dateTimeInIso to browser JS errors and console logs

    chore: clarify @typescript-eslint/no-unused-vars rule

v0.18.10 (2024-08-26)

Full Changelog

v0.18.9 (2024-08-20)

Full Changelog

v0.18.8 (2024-08-20)

Full Changelog

v0.18.7 (2024-08-07)

Full Changelog

v0.18.6 (2024-08-06)

Full Changelog

v0.18.5 (2024-08-05)

Full Changelog

v0.18.4 (2024-07-30)

Full Changelog

v0.18.3 (2024-07-29)

Full Changelog

v0.18.2 (2024-07-28)

Full Changelog

v0.18.1 (2024-07-27)

Full Changelog

v0.18.0 (2024-07-25)

Full Changelog

v0.17.1 (2024-05-27)

Full Changelog

v0.17.0 (2024-05-21)

Full Changelog

v0.16.21 (2024-04-10)

Full Changelog

v0.16.20 (2024-04-03)

Full Changelog

v0.16.19 (2024-04-03)

Full Changelog

v0.16.18 (2024-04-01)

Full Changelog

v0.16.17 (2024-04-01)

Full Changelog

v0.16.16 (2024-03-28)

Full Changelog

v0.16.15 (2024-03-15)

Full Changelog

v0.16.14 (2024-03-07)

Full Changelog

v0.16.13 (2024-02-28)

Full Changelog

v0.16.12 (2024-02-23)

Full Changelog

v0.16.11 (2024-02-16)

Full Changelog

v0.16.10 (2024-02-13)

Full Changelog

v0.16.9 (2024-02-12)

Full Changelog

v0.16.8 (2024-02-08)

Full Changelog

v0.16.7 (2024-02-06)

Full Changelog

v0.16.6 (2024-01-28)

Full Changelog

v0.16.5 (2024-01-24)

Full Changelog

v0.16.4 (2024-01-24)

Full Changelog

v0.16.3 (2024-01-23)

Full Changelog

v0.16.2 (2024-01-20)

Full Changelog

v0.16.1 (2024-01-01)

Full Changelog

v0.16.0 (2023-12-31)

Full Changelog

v0.15.18 (2023-12-18)

Full Changelog

  • Merge pull request #53 from joomcode/feat/add-waitForRequestToRoute (uid11)

    feat: add functions waitForRequestToRoute/waitForResponseToRoute

  • FI-714 feat: add functions waitForRequestToRoute/waitForResponseToRoute (uid11)

    feat: add RequestWithUtcTimeInMs public type

    fix: correct definition of ResponseWithRequest type

    fix: use ResponseWithRequest for waitForResponse

    fix: use RequestWithUtcTimeInMs for waitForRequest

    fix: add skipLogs option to waitForRequest/waitForResponse

    fix: tests for timeout in expect functions

    fix: add check that methods isMatchUrl and getParamsFromUrl are consistent

    fix: printing of E2edError after replaceFields applying

    chore: add eslint plugin typescript-sort-keys/recommended

    tests: add tests for waitForRequestToRoute function

    tests: add tests for waitForResponseToRoute function

    docs: add mentions about waitForRequestToRoute/waitForResponseToRoute to README.md

    chore: update devDependencies (eslint, @types/node, etc)

    fix: waiting actual value when it is a promise in expect function assertions

    fix: make exports of branches import and require from e2ed/testcafe equal

v0.15.17 (2023-12-13)

Full Changelog

v0.15.15 (2023-12-12)

Full Changelog

v0.15.14 (2023-12-07)

Full Changelog

v0.15.13 (2023-12-07)

Full Changelog

  • Merge pull request #49 from joomcode/fix/stricter-type-of-expect-function (uid11)

    fix: stricter type of expect function

  • FI-705 fix: stricter type of expect function (uid11)

    fix: support usual promises in expect function

    feat: add field maxIntervalBetweenRequestsInMs ot abstract class Page

    feat: add examples of mapBackendResponseErrorToLog/mapBackendResponseToLog

    tests: more tests of types of selectors methods

    chore: update nodejs to current LTS (20.10.0)

    chore: update alpine to 3.18.5

    fix: support new contributor in updateChangelog script

    refactor: move selectors code to utils/selectors

    refactor: remove utils/locators

    fix: use default cursor for empty expanded steps

    feat: add duration to backend response logs

    refactor: rename function it to test in initial autotests examples

    fix: print message and cause fields of E2edError in replaceFields

    fix: reject stuck assertion of expect by timeout

    tests: add separate tests for expect function

    feat: add type ResponseWithRequest to public API

    feat: use ResponseWithRequest for mapping backend responses to logs

    chore: update devDependencies (typescript, eslint, @types/node, etc)

    chore: update npm lockfileVersion (package-lock.json) from 2 to 3

    chore: update github action and node version in ci.yaml

  • Merge pull request #48 from joomcode/FI-1028 (nnn3d)

    FI-1028: remove E2EDDOCKER_DO* params

  • FI-1028: remove E2EDDOCKER_DO* params (nnn3d)

v0.15.12 (2023-11-29)

Full Changelog

  • Merge pull request #47 from joomcode/fix/remove-extra-logs (uid11)

    feat: remove extra logs from mockApiRoute

  • FI-1038 feat: remove extra logs from mockApiRoute (uid11)

    fix: do not create client functions on e2ed/utils initialization

    fix: mistakes in CHANGELOG.md

    feat: add function getShallowCopyOfObjectForLogs to public API

    feat: add function getStringTrimmedToMaxLength to public API

    fix: correctly map backend responses to log payload

    tests: add tests for replaceFields function

    fix: remove call signature from Selector type

    tests: add more tests and type tests on selectors methods

    chore: update devDependencies (@typescript-eslint/*)

    fix: do not duplicate backend responses (with or without body)

    fix: error with duplicate mocked backend responses

v0.15.11 (2023-11-24)

Full Changelog

v0.15.10 (2023-11-15)

Full Changelog

v0.15.9 (2023-11-12)

Full Changelog

v0.15.8 (2023-11-12)

Full Changelog

v0.15.7 (2023-11-11)

Full Changelog

v0.15.6 (2023-11-10)

Full Changelog

v0.15.5 (2023-10-29)

Full Changelog

v0.15.4 (2023-10-11)

Full Changelog

v0.15.3 (2023-10-11)

Full Changelog

v0.15.2 (2023-09-23)

Full Changelog

v0.15.1 (2023-09-23)

Full Changelog

v0.15.0 (2023-09-21)

Full Changelog

v0.14.19 (2023-08-30)

Full Changelog

v0.14.18 (2023-08-29)

Full Changelog

v0.14.17 (2023-07-16)

Full Changelog

v0.14.16 (2023-07-12)

Full Changelog

v0.14.15 (2023-07-11)

Full Changelog

v0.14.14 (2023-07-10)

Full Changelog

v0.14.13 (2023-06-09)

Full Changelog

v0.14.12 (2023-06-08)

Full Changelog

v0.14.11 (2023-06-04)

Full Changelog

v0.14.10 (2023-05-03)

Full Changelog

v0.14.9 (2023-04-17)

Full Changelog

v0.14.8 (2023-04-15)

Full Changelog

v0.14.7 (2023-04-15)

Full Changelog

v0.14.6 (2023-04-15)

Full Changelog

v0.14.5 (2023-04-14)

Full Changelog

v0.14.4 (2023-04-02)

Full Changelog

v0.14.3 (2023-04-01)

Full Changelog

v0.14.2 (2023-03-09)

Full Changelog

v0.14.1 (2023-03-01)

Full Changelog

v0.14.0 (2023-02-20)

Full Changelog

v0.13.9 (2023-02-07)

Full Changelog

v0.13.8 (2023-02-06)

Full Changelog

v0.13.7 (2023-02-03)

Full Changelog

v0.13.6 (2023-01-09)

Full Changelog

v0.13.5 (2023-01-06)

Full Changelog

v0.13.4 (2023-01-04)

Full Changelog

v0.13.3 (2022-12-20)

Full Changelog

v0.13.2 (2022-12-13)

Full Changelog

v0.13.1 (2022-12-13)

Full Changelog

v0.13.0 (2022-12-12)

Full Changelog

v0.12.17 (2022-12-02)

Full Changelog

v0.12.16 (2022-12-01)

Full Changelog

v0.12.15 (2022-12-01)

Full Changelog

v0.12.14 (2022-11-29)

Full Changelog

v0.12.13 (2022-11-29)

Full Changelog

v0.12.12 (2022-11-29)

Full Changelog

v0.12.11 (2022-11-18)

Full Changelog

v0.12.10 (2022-11-17)

Full Changelog

v0.12.9 (2022-11-14)

Full Changelog

v0.12.8 (2022-11-14)

Full Changelog

v0.12.7 (2022-10-25)

Full Changelog

v0.12.6 (2022-10-11)

Full Changelog

v0.12.5 (2022-09-30)

Full Changelog

v0.12.4 (2022-09-25)

Full Changelog

v0.12.3 (2022-09-22)

Full Changelog

v0.12.2 (2022-09-06)

Full Changelog

v0.12.1 (2022-09-05)

Full Changelog

v0.12.0 (2022-09-05)

Full Changelog

v0.11.27 (2022-09-04)

Full Changelog

v0.11.26 (2022-09-03)

Full Changelog

v0.11.25 (2022-09-02)

Full Changelog

v0.11.24 (2022-08-26)

Full Changelog

v0.11.23 (2022-08-22)

Full Changelog

v0.11.22 (2022-08-17)

Full Changelog

v0.11.21 (2022-08-14)

Full Changelog

v0.11.20 (2022-08-13)

Full Changelog

v0.11.19 (2022-08-13)

Full Changelog

v0.11.18 (2022-08-13)

Full Changelog

v0.11.17 (2022-08-13)

Full Changelog

v0.11.16 (2022-08-12)

Full Changelog

v0.11.15 (2022-08-12)

Full Changelog

v0.11.14 (2022-08-12)

Full Changelog

v0.11.13 (2022-08-11)

Full Changelog

v0.11.12 (2022-08-11)

Full Changelog

v0.11.11 (2022-08-11)

Full Changelog

v0.11.10 (2022-08-11)

Full Changelog

v0.11.9 (2022-08-10)

Full Changelog

v0.11.8 (2022-08-10)

Full Changelog

v0.11.7 (2022-08-10)

Full Changelog

v0.11.6 (2022-08-10)

Full Changelog

v0.11.5 (2022-08-09)

Full Changelog

v0.11.4 (2022-08-09)

Full Changelog

v0.11.3 (2022-08-06)

Full Changelog

v0.11.2 (2022-08-05)

Full Changelog

v0.11.1 (2022-07-17)

Full Changelog

v0.11.0 (2022-07-13)

Full Changelog

v0.10.18 (2022-07-06)

Full Changelog

v0.10.17 (2022-06-29)

Full Changelog

v0.10.16 (2022-06-27)

Full Changelog

v0.10.15 (2022-06-27)

Full Changelog

v0.10.14 (2022-06-27)

Full Changelog

v0.10.13 (2022-06-04)

Full Changelog

v0.10.12 (2022-06-04)

Full Changelog

v0.10.11 (2022-06-04)

Full Changelog

v0.10.10 (2022-05-31)

Full Changelog

v0.10.9 (2022-05-26)

Full Changelog

v0.10.8 (2022-05-25)

Full Changelog

v0.10.7 (2022-05-24)

Full Changelog

v0.10.6 (2022-05-19)

Full Changelog

v0.10.5 (2022-05-19)

Full Changelog

v0.10.4 (2022-05-18)

Full Changelog

v0.10.3 (2022-05-11)

Full Changelog

v0.10.2 (2022-05-08)

Full Changelog

v0.10.1 (2022-05-06)

Full Changelog

v0.10.0 (2022-05-06)

Full Changelog

v0.9.17 (2022-04-28)

Full Changelog

v0.9.16 (2022-04-23)

Full Changelog

v0.9.15 (2022-04-23)

Full Changelog

v0.9.14 (2022-04-20)

Full Changelog

v0.9.13 (2022-04-20)

Full Changelog

v0.9.12 (2022-04-18)

Full Changelog

v0.9.11 (2022-04-18)

Full Changelog

v0.9.10 (2022-04-14)

Full Changelog

v0.9.9 (2022-04-13)

Full Changelog

v0.9.8 (2022-04-12)

Full Changelog

v0.9.7 (2022-04-11)

Full Changelog

v0.9.6 (2022-04-03)

Full Changelog

v0.9.5 (2022-03-24)

Full Changelog

v0.9.4 (2022-03-23)

Full Changelog

v0.9.3 (2022-03-23)

Full Changelog

v0.9.2 (2022-03-22)

Full Changelog

v0.9.1 (2022-03-22)

Full Changelog

v0.9.0 (2022-03-20)

Full Changelog

v0.8.26 (2022-03-15)

Full Changelog

v0.8.25 (2022-03-14)

Full Changelog

v0.8.24 (2022-03-14)

Full Changelog

v0.8.23 (2022-03-11)

Full Changelog

v0.8.22 (2022-03-10)

Full Changelog

v0.8.21 (2022-03-03)

Full Changelog

v0.8.20 (2022-02-22)

Full Changelog

v0.8.19 (2022-02-22)

Full Changelog

v0.8.18 (2022-02-19)

Full Changelog

v0.8.17 (2022-02-17)

Full Changelog

v0.8.16 (2022-02-16)

Full Changelog

v0.8.15 (2022-02-14)

Full Changelog

v0.8.14 (2022-02-07)

Full Changelog

v0.8.13 (2022-02-07)

Full Changelog

v0.8.12 (2022-02-03)

Full Changelog

v0.8.11 (2022-02-02)

Full Changelog

v0.8.10 (2022-02-02)

Full Changelog

v0.8.9 (2022-02-01)

Full Changelog

v0.8.8 (2022-01-25)

Full Changelog

v0.8.7 (2022-01-24)

Full Changelog

v0.8.6 (2022-01-11)

Full Changelog

v0.8.5 (2022-01-10)

Full Changelog

v0.8.4 (2022-01-10)

Full Changelog

v0.8.3 (2021-12-28)

Full Changelog

v0.8.2 (2021-12-28)

Full Changelog

v0.8.1 (2021-12-27)

Full Changelog

v0.8.0 (2021-12-27)

Full Changelog

v0.7.41 (2021-12-27)

Full Changelog

v0.7.40 (2021-12-27)

Full Changelog

v0.7.39 (2021-12-27)

Full Changelog

v0.7.38 (2021-12-27)

Full Changelog

v0.7.37 (2021-12-27)

Full Changelog

v0.7.36 (2021-12-26)

Full Changelog

v0.7.35 (2021-12-26)

Full Changelog

v0.7.34 (2021-12-25)

Full Changelog

v0.7.33 (2021-12-25)

Full Changelog

v0.7.32 (2021-12-25)

Full Changelog

v0.7.31 (2021-12-23)

Full Changelog

v0.7.30 (2021-12-23)

Full Changelog

v0.7.29 (2021-12-23)

Full Changelog

v0.7.28 (2021-12-22)

Full Changelog

v0.7.27 (2021-12-21)

Full Changelog

v0.7.26 (2021-12-21)

Full Changelog

v0.7.25 (2021-12-21)

Full Changelog

v0.7.24 (2021-12-21)

Full Changelog

v0.7.23 (2021-12-21)

Full Changelog

v0.7.22 (2021-12-21)

Full Changelog

v0.7.21 (2021-12-20)

Full Changelog

v0.7.20 (2021-12-20)

Full Changelog

v0.7.19 (2021-12-20)

Full Changelog

v0.7.18 (2021-12-20)

Full Changelog

v0.7.17 (2021-12-20)

Full Changelog

v0.7.16 (2021-12-20)

Full Changelog

v0.7.15 (2021-12-20)

Full Changelog

v0.7.14 (2021-12-18)

Full Changelog

v0.7.13 (2021-12-18)

Full Changelog

v0.7.12 (2021-12-18)

Full Changelog

v0.7.11 (2021-12-17)

Full Changelog

v0.7.10 (2021-12-17)

Full Changelog

v0.7.9 (2021-12-17)

Full Changelog

v0.7.8 (2021-12-16)

Full Changelog

v0.7.7 (2021-12-16)

Full Changelog

v0.7.6 (2021-12-16)

Full Changelog

v0.7.5 (2021-12-16)

Full Changelog

v0.7.4 (2021-12-16)

Full Changelog

v0.7.3 (2021-12-16)

Full Changelog

v0.7.2 (2021-12-15)

Full Changelog

v0.7.1 (2021-12-15)

Full Changelog

v0.7.0 (2021-12-15)

Full Changelog

v0.6.8 (2021-12-14)

Full Changelog

v0.6.7 (2021-12-14)

Full Changelog

v0.6.6 (2021-12-12)

Full Changelog

v0.6.5 (2021-12-12)

Full Changelog

v0.6.4 (2021-12-11)

Full Changelog

v0.6.3 (2021-12-11)

Full Changelog

v0.6.2 (2021-12-11)

Full Changelog

v0.6.1 (2021-12-07)

Full Changelog

v0.6.0 (2021-11-25)

Full Changelog

v0.5.9 (2021-11-23)

Full Changelog

v0.5.8 (2021-11-21)

Full Changelog

v0.5.7 (2021-11-21)

Full Changelog

v0.5.6 (2021-11-20)

Full Changelog

v0.5.5 (2021-11-20)

Full Changelog

v0.5.4 (2021-11-20)

Full Changelog

v0.5.3 (2021-11-19)

Full Changelog

v0.5.2 (2021-11-19)

Full Changelog

v0.5.1 (2021-11-19)

Full Changelog

v0.5.0 (2021-11-13)

Full Changelog

v0.4.11 (2021-11-13)

Full Changelog

v0.4.10 (2021-11-13)

Full Changelog

v0.4.8 (2021-11-12)

  • Initial