Skip to content

Latest commit

 

History

History
112 lines (74 loc) · 3.96 KB

CHANGELOG.md

File metadata and controls

112 lines (74 loc) · 3.96 KB

Change Log

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

v3.0.0 (2023-07-31)

🚀 New Feature

  • example-app-react, example-app, jest-preset-ns

Committers: 1

v2.2.0 (2022-10-26)

🚀 New Feature

  • example-app-react, example-app, jest-preset-ns

Committers: 1

v2.1.1 (2022-08-14)

🐛 Bug Fix

  • jest-preset-ns
    • removed enzyme warning log in jest-setup (react) (@natterstefan)

Committers: 1

v2.1.0 (2022-08-14)

🚀 New Feature

  • jest-preset-ns
    • #62 feat: marked enzyme as deprecated and added @testing-library/* to jest.setup (@natterstefan)

Committers: 1

v2.0.0 (2022-07-28)

🚀 New Feature

  • example-app-react, example-app, jest-preset-ns

Committers: 1

v1.1.0 (2022-02-01)

🚀 New Feature

  • example-app, jest-preset-ns
  • example-app-react, example-app, jest-preset-ns
    • #46 feat: updated dependencies and set min. required Node version to "^14.17 || ^16.x" (@natterstefan)

1.0.0 (2021-08-03)

Features

  • added support for React@17 (dropped React@16) (#21) (753e9b3)
  • updated Jest (latest v27.x) and require React ^17.0.2 (#22) (62e366c)

0.2.0 (2020-05-24)

Features

  • added build to testPathIgnorePatterns, updated corejs (babel) (44f716a)
  • optimised prettier config (2d0d18f)
  • updated all (dev)Dependencies (7d1398e)

0.1.0 (2020-02-23)

Features

  • created new preset react, updated docs accordingly (6cdd363)
  • improved default config (eg. CI handling), added default enzyme settings (2ecbb9b)