Skip to content

Releases: sumup-oss/foundry

v8.4.1

16 Nov 17:23
279db95
Compare
Choose a tag to compare

Patch Changes

  • #1040 650a2c6 Thanks @connor-baer! - Prevented Stylelint from throwing an error when all matched input files are ignored during a pre-commit check.

v8.4.0

05 Nov 09:42
bb9e28f
Compare
Choose a tag to compare

Minor Changes

v8.3.0

28 Oct 11:51
cea2f12
Compare
Choose a tag to compare

Minor Changes

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.