Skip to content

Releases: Xunnamius/black-flag

@black-flag/core@1.1.0

31 Dec 07:04
v1.1.0
4b78bfa

Choose a tag to compare

1.1.0 (2023-12-31)

✨ Features

  • src: support file://-style URLs (0e5067e)

🪄 Fixes

  • src: ensure --version is included in help text output when relevant (4f159dc)

⚙️ Build system

  • babel: fix ESM<=>CJS interop issue (5470091)

@black-flag/core@1.0.0

29 Dec 03:15
v1.0.0
5eabb8d

Choose a tag to compare

1.0.0 (2023-12-29)

✨ Features

  • src: disallow creating commands with conflicting names/aliases (78bf8ff)

🪄 Fixes

  • Rename package from "black-flag" to "@black-flag/core" npm typosquat workaround (292ead5)

⚙️ Build system

  • Fix horrible decision by marked devs to break output for no reason (036e350)
  • jest: ensure pkg-up is transformed (c7f4aef)
  • jest: fix transformIgnorePatterns (0548d34)
  • jest: transpile node_modules (5cf7a6c)
  • tsconfig: fix internal path resolution (fbe3a69)
  • tsconfig: upgrade to NodeNext (d3a499e)