Skip to content

Releases: Xunnamius/black-flag

@black-flag/extensions@3.0.0

28 May 03:18
@black-flag/extensions@3.0.0
723d6bf

Choose a tag to compare

💥 BREAKING CHANGES 💥

  • Minimum supported node version is now 20.18.0

✨ Features

  • packages/extensions: add includeSubCommand option to withUsageExtensions (0866421)

⚙️ Build System

  • Bump yargs from 17.7.2 to 18.0.0 and adjust usage accordingly (379d98d)
  • deps: bump core-js from 3.41.0 to 3.42.0 (ea1cae3)
  • deps: bump type-fest from 4.38.0 to 4.41.0 (316c3f3)
  • package: drop support for node@18 (7a70c7e)

@black-flag/core@3.0.0

28 May 03:16
@black-flag/core@3.0.0
71fb899

Choose a tag to compare

💥 BREAKING CHANGES 💥

  • Minimum supported node version is now 20.18.0

🪄 Fixes

  • src: make GracefulEarlyExitError call signature consistent with CliError (b60bc29)

⚙️ Build System

  • Bump yargs from 17.7.2 to 18.0.0 and adjust usage accordingly (379d98d)
  • deps: bump core-js from 3.41.0 to 3.42.0 (870c143)
  • deps: bump type-fest from 4.38.0 to 4.41.0 (f88034e)
  • package: bump experimental yargs-parser library version to 22.x (d6b35b9)
  • package: drop support for node@18 (7a70c7e)

@black-flag/checks@2.0.0

28 May 03:17
@black-flag/checks@2.0.0
ae15066

Choose a tag to compare

💥 BREAKING CHANGES 💥

  • Minimum supported node version is now 20.18.0

⚙️ Build System

  • deps: bump core-js from 3.41.0 to 3.42.0 (5ea5c70)
  • package: drop support for node@18 (7a70c7e)

@black-flag/core@2.0.5

28 Mar 22:33
@black-flag/core@2.0.5
ad056d7

Choose a tag to compare

🪄 Fixes

  • assets/transformers: improve error output when handling internal yargs error instances (269046f)
  • src: loosen builder function form return type (f15e922)

⚙️ Build System

  • readme: improve documentation (5231dd4)

@black-flag/extensions@2.2.2

25 Mar 04:15
@black-flag/extensions@2.2.2
1c6e88e

Choose a tag to compare

⚙️ Build System

  • deps: bump type-fest from 4.37.0 to 4.38.0 (73e99db)

@black-flag/core@2.0.4

25 Mar 04:14
@black-flag/core@2.0.4
a49f96a

Choose a tag to compare

🪄 Fixes

  • src: allow Configuration::builder function value to explicitly accept void return type (2676cbe)

⚙️ Build System

  • deps: bump type-fest from 4.37.0 to 4.38.0 (9e25b0c)

@black-flag/extensions@2.2.1

20 Mar 12:58
@black-flag/extensions@2.2.1
24d6384

Choose a tag to compare

🪄 Fixes

  • packages/extensions: replace option defaults with resolved implications when outputting help text (f95c583)

@black-flag/extensions@2.2.0

19 Mar 16:18
@black-flag/extensions@2.2.0
66c08c4

Choose a tag to compare

✨ Features

  • packages/extensions: allow tweaking safeDeepClone operations in getInvocableExtendedHandler (f24e683)

🪄 Fixes

  • packages/extensions: delete undefined defaults (as docs say should happen) instead of throwing framework error (96ef5ef)
  • packages/extensions: improve safeDeepClone to account for own symbol properties (119919e)
  • packages/extensions: replace internal safeDeepClone implementation with @-xun/js (fff47db)

⚙️ Build System

  • deps: bump @-xun/js from 1.0.0 to 1.1.0 (c14d3cf)
  • deps: bump @-xun/js from 1.1.0 to 1.1.1 (5f6dfff)

@black-flag/core@2.0.2

19 Mar 16:16
@black-flag/core@2.0.2
6ed277e

Choose a tag to compare

🪄 Fixes

  • packages/extensions: improve safeDeepClone to account for own symbol properties (119919e)
  • readme: update quick start example (bdafbf8)
  • readme: use latest interface to extract positional in quick start example (33895e7)
  • src: do not make context descriptors unenumerable (2e6c05b)

⚙️ Build System

  • deps: bump @-xun/js from 1.0.0 to 1.1.0 (0adf956)
  • deps: bump @-xun/js from 1.1.0 to 1.1.1 (f3f1f74)

@black-flag/extensions@2.1.0

17 Mar 03:28
@black-flag/extensions@2.1.0
44533f8

Choose a tag to compare

✨ Features

  • packages/extensions: implement enableAutomaticSorting option for withBuilderExtensions (3b93860) see #182

🪄 Fixes

  • packages/extensions: fix getInvocableExtendedHandler contextual "cross-talk" issue (1adf708) see #175

⚙️ Build System

  • deps: bump core-js from 3.40.0 to 3.41.0 (12658b9)
  • deps: bump core-js from 3.40.0 to 3.41.0 (9371719)