Skip to content

Releases: repobuddy/repobuddy

@repobuddy/jest@4.1.0

10 May 05:05
Compare
Choose a tag to compare

Minor Changes

  • 5863926: Add *.learning.ts|js... support

@repobuddy/biome@1.5.1

05 May 00:46
Compare
Choose a tag to compare

Patch Changes

  • c77fa32: Use jsonc and provide some reasoning about the rule choices.

@repobuddy/biome@1.5.0

03 May 05:50
Compare
Choose a tag to compare

Minor Changes

  • 60f3b39: Turn off useTemplate.

    It's a style preference that works in some cases,
    but will negatively impact performance.

repobuddy@1.1.0

13 Apr 05:14
Compare
Choose a tag to compare

Minor Changes

  • 3e394fb: Add templates/.editorconfig.
    Remove extra files in the distribution.

@repobuddy/biome@1.4.0

13 Apr 05:13
Compare
Choose a tag to compare

Minor Changes

  • a54ae1c: Remove trailingComma: none recommendation.

    Following "least friction" rule,
    using the default trailingComma: all is better than trailingComma: none.
    It is easier to edit and cleaner git history.

@repobuddy/biome@1.3.0

01 Apr 02:20
Compare
Choose a tag to compare

Minor Changes

@repobuddy/jest@4.0.0

31 Mar 18:57
Compare
Choose a tag to compare

Major Changes

  • 03bfa10: Organize exports to better support CJS.

    The exports are now grouped under namespace objects: configs, fields, matchers, presets, and resolver.

    Exports of electron related presets are added.

@repobuddy/biome@1.2.1

31 Mar 18:57
Compare
Choose a tag to compare

Patch Changes

  • Override settings for package.json to make sure it expands arrays into multiple lines.

    Tools like changesets and semantic-release keeps that format.
    This change prevents unnecessary changes to the package.json file.

@repobuddy/biome@1.1.0

25 Mar 00:25
Compare
Choose a tag to compare

Minor Changes

  • 68c8a72: Add performant.json.
    It is for low-level library author to write performant code.

Patch Changes

@repobuddy/typescript@2.0.0

19 Feb 22:33
Compare
Choose a tag to compare

Major Changes

  • b1cdec8: Disable cjs with node16 to support TS 5.2.