Skip to content

Releases: sumup-oss/foundry

v8.2.0

03 Sep 20:27
6be6923
Compare
Choose a tag to compare

Minor Changes

v8.1.1

08 Jul 08:59
10eb8c4
Compare
Choose a tag to compare

Patch Changes

v8.1.0

08 Jul 08:28
9a4f853
Compare
Choose a tag to compare

Minor Changes

  • #982 c2d2d68 Thanks @connor-baer! - Added support for Biome to replace Prettier for formatting code and to supplement ESLint for linting code. Written in Rust, Biome is orders of magnitude faster; however, it doesn't support as many rules or plugins yet. Install Biome with your package manager of choice, then run npx foundry init to update the package scripts for linting.

v8.1.0-canary.0

22 Jun 14:56
Compare
Choose a tag to compare
v8.1.0-canary.0 Pre-release
Pre-release

Minor Changes

  • #982 c2d2d68 Thanks @connor-baer! - Added support for Biome to replace Prettier for formatting code and to supplement ESLint for linting code. Written in Rust, Biome is orders of magnitude faster, however, it doesn't support as many rules or plugins yet.

v8.0.1

13 Jun 07:56
efd31df
Compare
Choose a tag to compare

Patch Changes

v8.0.0

08 May 18:39
e92e0dc
Compare
Choose a tag to compare

Major Changes

v7.2.0

08 May 17:41
ee8ca93
Compare
Choose a tag to compare

Minor Changes

Warning

@sumup/foundry will be renamed to @sumup-oss/foundry in the next major release.
v7.2 has been published under both names, so you can already migrate by updating the package name in your package.json file.

  • #970 07cd253 Thanks @connor-baer! - Extended the supported version range for eslint-plugin-jest to include v28.x.

v7.1.1

14 Mar 13:44
c466e6b
Compare
Choose a tag to compare

Patch Changes

v7.1.0

14 Mar 13:34
17659ae
Compare
Choose a tag to compare

Minor Changes

v7.0.1

05 Mar 09:34
7f8d8e7
Compare
Choose a tag to compare

Patch Changes

  • #952 2cc9640 Thanks @connor-baer! - Reduced the scope of the integration test file globs to prevent false positive lint issues in unit test files. Integration tests must be located in the e2e/ or tests/ folders in the repo or workspace root directories.