Skip to content

Releases: cubing/dev-config

v0.9.1

21 Jan 05:31

Choose a tag to compare

Release notes:

  • [check-allowed-imports] Add a newline after each group.

v0.9.0

15 Jan 02:38

Choose a tag to compare

Release notes:

  • [biome.json] Set noFloatingPromises to error.

v0.8.3

22 Dec 07:26

Choose a tag to compare

Release notes:

  • [package.json bin] Add "overrides" to the opnionated field ordering.

v0.8.2

21 Dec 02:54

Choose a tag to compare

Release notes:

  • [package.json bin] Allow .types to be unpopulated if .main is not a .js path.

v0.8.1

20 Dec 13:03

Choose a tag to compare

Release notes:

  • Change printable-shell-command dependency constraint to use >=.

v0.8.0

20 Dec 12:47

Choose a tag to compare

Release notes:

  • Bump printable-shell-command dependency to a version that doesn't have @types/bun as a peer dependency.

v0.7.1

20 Dec 11:30

Choose a tag to compare

Release notes:

  • Add import and types exports (instead of TS) for:
    • .bin["package.json"]
    • .exports["check-allowed-imports"]

v0.7.0

20 Dec 11:02

Choose a tag to compare

Release notes:

  • Add @cubing/dev-config/check-allowed-imports.

v0.6.6

19 Dec 08:15

Choose a tag to compare

Release notes:

  • Allow .exports to be unpopulated only when .main/.types aren't either.

v0.6.4

19 Dec 04:35

Choose a tag to compare

Release notes:

  • Improve the message when an export path is not present on disk.
  • Improve messages for "main"/"types" when one is populated without the other.