Skip to content

Releases: sablier-labs/devkit

v1.12.2

20 Jan 17:39
382d08d

Choose a tag to compare

Fixed

  • Just: Specify Python 3.14 for mdformat installation

v1.12.1

20 Jan 10:48
ffad78f

Choose a tag to compare

Fixed

  • Just: Fix glob brace expansion in _csv-check recipe

v1.12.0

20 Jan 09:06
288ef87

Choose a tag to compare

Added

  • Just: Add mdformat recipes

v1.11.0

18 Jan 20:39
c79bc8b

Choose a tag to compare

Changed

  • Just: Quiet clean-modules and install recipes by prefixing with @
  • Just: Make publish recipe's tag creation opt-in via --tag flag instead of automatic

Added

  • Prettier: Export JavaScript config as ./prettier entry point

v1.10.3

18 Jan 12:46
5f3e4bf

Choose a tag to compare

Changed

  • TSConfig: Add inlineSources to build config for self-contained sourcemaps

v1.10.2

12 Jan 11:19
bc5fcd1

Choose a tag to compare

Changed

  • Biome: Enable JSON comments and trailing commas in parser to override Ultracite defaults

v1.10.1

09 Jan 14:00
aa410eb

Choose a tag to compare

Changed

  • Biome: Disable useSimplifiedLogicExpression rule to prevent AI agents from getting stuck in refactoring loops

v1.10.0

02 Jan 08:47
90e185f

Choose a tag to compare

Changed

  • Biome: Disable noEnum rule to allow enums for specific use cases (e.g., UI states)

Added

  • Just: Add CLI-style flag arguments to recipes for improved discoverability via just --list
    • tsc-build: -p/--project for tsconfig path
    • type-check: -c/--compiler for TypeScript compiler, -p/--project for tsconfig path
    • _csv-check: -g/--glob, -s/--schema, -x/--ignore for validation options

v1.9.2

26 Dec 03:35
e90c3a5

Choose a tag to compare

Added

  • Biome: Enable useConsistentTypeDefinitions rule to enforce type keyword over interface for type definitions

v1.9.1

16 Dec 15:14
f317674

Choose a tag to compare

Changed

  • Infer file extension from glob pattern in CSV/TSV validation messages instead of hardcoding "CSV/TSV"