Skip to content

Latest commit

 

History

History
164 lines (58 loc) · 3.88 KB

CHANGELOG.md

File metadata and controls

164 lines (58 loc) · 3.88 KB

CHANGELOG

2.5.0 (2024-02-07)

Features

2.4.0 (2023-12-19)

Features

  • packages/sui-mockmock: upgrade Axios to 1.6.2 in sui-mockmock (3a2678f)

2.3.0 (2022-10-03)

Bug Fixes

  • packages/sui-mockmock: rollback axios version (4a1e5ed)

2.2.0 (2022-10-03)

Features

  • packages/sui-mockmock: Update axios to latest version (4635dca)

2.1.0 (2021-11-30)

Features

  • packages/sui-mockmock: Unify versions of same package (c40887c)
  • Root: Use single @s-ui/test across packages (1d8b926)

2.0.0 (2021-05-20)

Bug Fixes

  • packages/sui-domain: Use axios without vulnerabilities (5ba1f9f)

Features

  • packages/sui-mockmock: Upgrade dependencies (7b268e7)

1.12.0 (2020-05-18)

Features

  • sui-mockmock: bump version (5dc42bf)

1.11.0 (2020-05-15)

Features

  • sui-mockmock: get nth request (url, body, headers) from clientMocker (43d813f)

1.10.0 (2020-05-13)

Features

  • sui-mockmock: use latest axios and same version as sui-domain (c6efdff)

1.9.0 (2020-03-13)

Bug Fixes

  • sui-mockmock: fix restore interceptors and use new nock version (3b29764)

1.7.0 (2020-01-20)

Features

  • sui-mockmock: add patch method to sui-mockmock (618de69)
  • sui-mockmock: add test (1f161e8)

1.6.0 (2019-06-03)

Features

  • sui-mockmock: Upgrade axios (eaf153b)

1.5.0 (2019-03-18)

Bug Fixes

  • sui-mockmock: Release library with correct babel-preset-sui installed (63f258a)

1.4.0 (2019-03-18)

Features

  • sui-mockmock: Move to babel-preset-sui@3 (ec008eb)

1.3.0 (2019-02-19)

Features

  • sui-mockmock: update dependencies (c7fc439)

1.2.0 (2018-03-22)

Bug Fixes

  • sui-mockmock: added != 200 status code mock for get request (28836dc)

1.1.0 (2018-03-05)

Features

  • sui-mockmock: new sui-mockmock package for testing mocks (f645f58)

Performance Improvements

  • sui-mockmock: detect node and ensure no node code is loaded on browser mode (a40c2f4)