Releases: sablier-labs/devkit
Releases · sablier-labs/devkit
v1.12.2
v1.12.1
Fixed
- Just: Fix glob brace expansion in
_csv-checkrecipe
v1.12.0
Added
- Just: Add mdformat recipes
v1.11.0
Changed
- Just: Quiet
clean-modulesandinstallrecipes by prefixing with@ - Just: Make
publishrecipe's tag creation opt-in via--tagflag instead of automatic
Added
- Prettier: Export JavaScript config as
./prettierentry point
v1.10.3
Changed
- TSConfig: Add
inlineSourcesto build config for self-contained sourcemaps
v1.10.2
Changed
- Biome: Enable JSON comments and trailing commas in parser to override Ultracite defaults
v1.10.1
Changed
- Biome: Disable
useSimplifiedLogicExpressionrule to prevent AI agents from getting stuck in refactoring loops
v1.10.0
Changed
- Biome: Disable
noEnumrule 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 --listtsc-build:-p/--projectfor tsconfig pathtype-check:-c/--compilerfor TypeScript compiler,-p/--projectfor tsconfig path_csv-check:-g/--glob,-s/--schema,-x/--ignorefor validation options
v1.9.2
Added
- Biome: Enable
useConsistentTypeDefinitionsrule to enforcetypekeyword overinterfacefor type definitions
v1.9.1
Changed
- Infer file extension from glob pattern in CSV/TSV validation messages instead of hardcoding "CSV/TSV"