Skip to content

Latest commit

 

History

History
309 lines (126 loc) · 13.7 KB

CHANGELOG.md

File metadata and controls

309 lines (126 loc) · 13.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

11.0.0 (2024-12-21)

Features

  • add support for Node.js v22-23 (d67228e)

BREAKING CHANGES

  • Node.js v16 is not supported

10.1.4 (2024-10-26)

Note: Version bump only for package jest-dev-server

10.1.1 (2024-09-06)

Note: Version bump only for package jest-dev-server

10.1.0 (2024-08-17)

Note: Version bump only for package jest-dev-server

10.0.0 (2024-02-10)

Note: Version bump only for package jest-dev-server

9.0.2 (2023-12-06)

Bug Fixes

9.0.1 (2023-10-01)

Bug Fixes

  • fix compatibility with Puppeteer v21 (#566) (5cfee1f)

9.0.0 (2023-05-24)

Bug Fixes

  • jest-dev-server: no default host (c35e403)
  • jest-dev-server: properly detect if port is used, using both config.port and config.host options. (351720a), closes #555

Features

  • drop Node.js v14 support (d7d9833)

BREAKING CHANGES

  • drop Node.js v14 support
  • jest-dev-server: default host is now undefined instead of "localhost"

8.0.5 (2023-03-09)

Note: Version bump only for package jest-dev-server

8.0.3 (2023-03-07)

Note: Version bump only for package jest-dev-server

8.0.2 (2023-03-06)

Bug Fixes

8.0.0 (2023-03-06)

Features

BREAKING CHANGES

    • spawnd now exports { spawd } instead of default to ensure compatibilty with ESM
  • toMatch has been renamed toMatchTextContent to avoid collision with existing Jest matcher

7.0.1 (2023-02-15)

Bug Fixes

7.0.0 (2023-02-03)

Features

6.2.0 (2022-12-11)

Note: Version bump only for package jest-dev-server

6.1.1 (2022-07-06)

Bug Fixes

  • prevent stdout buffer from filling up (#482) (6f16345)

6.0.3 (2021-12-14)

Note: Version bump only for package jest-dev-server

6.0.2 (2021-11-25)

Bug Fixes

6.0.0 (2021-09-23)

Bug Fixes

BREAKING CHANGES

  • drop support for node v10

5.0.3 (2021-04-28)

Bug Fixes

5.0.0 (2021-04-16)

Features

4.4.0 (2019-12-18)

Note: Version bump only for package jest-dev-server

4.3.0 (2019-07-14)

Bug Fixes

4.2.0 (2019-05-28)

Bug Fixes

  • jest-dev-server can't detect used ports (#235) (8b64c10)

Features

4.1.1 (2019-04-11)

Bug Fixes

  • do not attempt to start the server when usedPortAction is ignore and isPortTaken is true (#219) (7df3721)

4.0.0 (2019-02-13)

Note: Version bump only for package jest-dev-server

3.9.0 (2019-01-22)

Note: Version bump only for package jest-dev-server

3.7.0 (2018-12-11)

Features

3.6.0 (2018-12-06)

Features

  • jest-dev-server: support multiple servers (#163) (6cf690c)

3.5.2 (2018-11-27)

Bug Fixes

3.5.1 (2018-11-11)

Bug Fixes

  • avoid prompting for super user login (as possible) (#149) (1701e9b)

3.5.0 (2018-11-04)

Bug Fixes

  • jest-dev-server: do not require port to run server (5aee5fe), closes #146
  • jest-dev-server: do not scan process if usedPortAction is "ignore" (cceb0bd), closes #96

3.4.0 (2018-09-24)

Note: Version bump only for package jest-dev-server

3.3.0 (2018-08-15)

Bug Fixes

  • jest-dev-server: support for port being held by System Idle Process (#95) (e454973)

Features

  • jest-dev-server: add support for protocol & host (#93) (5dca53b)

3.2.0 (2018-06-17)

Bug Fixes

  • jest-dev-server: fix watch mode stdin after ask (a7ca57b)

3.1.0 (2018-06-16)

Features

  • jest-dev-server: externalize it & auto-kill (45e8fbb), closes #66 #68