Skip to content

Releases: bombshell-dev/tools

v0.3.0

26 Mar 03:14
Immutable release. Only release title and notes can be modified.
22ea4b9

Choose a tag to compare

Minor Changes

  • df17b88: Adds skills for coding agents. Eight skills cover the full bsh toolchain — lifecycle, lint, build, test, format, dev, init, and migration for onboarding an existing project.

    If you use an AI coding agent, run pnpm add -D @bomb.sh/tools then have your agent run pnpm dlx @tanstack/intent@latest install to load project-specific skills for @bomb.sh/tools.

v0.2.8

25 Mar 02:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • Updates fixture.root to include trailing slash

v0.2.7

25 Mar 02:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • Removes type-only import from bundle

v0.2.6

25 Mar 02:29
Immutable release. Only release title and notes can be modified.
010e777

Choose a tag to compare

Patch Changes

  • 0eeee28: Adds support for nested object syntax, dynamic file creation, and better fs bindings to createFixture

v0.2.5

25 Mar 01:52
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • 0945a18: Allows strongly typed .json files in fixtures
  • 0945a18: Use current test name as a prefix for tmpdir in fixture

v0.2.4

25 Mar 01:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Patch Changes

  • Distribute with types

v0.2.3

25 Mar 01:19
Immutable release. Only release title and notes can be modified.
887752b

Choose a tag to compare

Patch Changes

  • 9d2c754: Adds @bomb.sh/tools/test-utils export with createFixture()

v0.2.2

20 Mar 02:52
Immutable release. Only release title and notes can be modified.
e27f1ba

Choose a tag to compare

Patch Changes

  • ccb63b7: Adds --dts and --minify flags to build command

v0.2.1

17 Mar 02:08
Immutable release. Only release title and notes can be modified.
b6dfdd5

Choose a tag to compare

Patch Changes

  • 61c3763: Updates tsdown entrypoint (defaults to src)

v0.2.0

17 Mar 01:52
Immutable release. Only release title and notes can be modified.
f1ad9a1

Choose a tag to compare

Minor Changes

  • 5f43969: Implements lint command using oxlint, tsgo, knip, and publint
  • c3f801b: Adds build command which uses tsdown. Default uses --unbundle, but pass --bundle to create single files.