Skip to content

Releases: noahm/codeowners

v3.0.0-alpha.1

13 Dec 22:58
5638bb5

Choose a tag to compare

v3.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • Feat: codeowners orphans by @jdunck in #58
  • Breaking: supported Node version is now >=20.8.0

New Contributors

Full Changelog: v2.1.1...v3.0.0-alpha.1

v2.1.1

26 Aug 14:13
05a31f8

Choose a tag to compare

What's Changed

  • fix true-case-path imports (again) by @noahm in #53

Full Changelog: v2.1.0...v2.1.1

v2.1.0

19 Sep 20:06
656986d

Choose a tag to compare

What's Changed

  • Add support for .bitbucket parent directories
  • Exports custom ReadOnlyDict type

Full Changelog: v2.0.2...v2.1.0

v2.0.2

29 Jan 18:03
b3d0cc9

Choose a tag to compare

  • Fix: import style used for true-case-path broke when using Node's ESM mode directly

v2.0.1

15 Sep 19:16
e73d5b6

Choose a tag to compare

  • Fix: write standalone definition for bun's ReadOnlyDict type

v2.0.0

15 Sep 19:04
81300d1

Choose a tag to compare

  • BREAKING Package is now ESM, the Codeowners class is both a named and default export

Internal

Complete rewrite into modern tools:

  • Source code is now typescript
  • Local dev and test using bun
  • Lint and formatting with biome
  • Adds status checks and publish via github actions

v1.0.0

26 Sep 23:16
5dc83d6

Choose a tag to compare

Initial public (re)-release

This fork of the public codeowners library was developed for internal use at Twitch. It extends the original library by adding support for a simple block of metadata in a comment block within a CODEOWNERS file.