Releases: sablier-labs/devkit
Releases · sablier-labs/devkit
v1.4.1
v1.4.0
Changed
- Restructured Biome configuration: moved from root
biome.jsonctobiome/base.jsonc- This is a backward-compatible change because we export the new
biome/base.jsoncconfiguration as./biome
- This is a backward-compatible change because we export the new
- Change default
lineWidthto 100 characters
Added
- New Bioem config with UI-specific Biome configuration including a11y rules and Tailwind CSS support
v1.3.5
Added
- Pass-through
*argsto_run-with-statushelper recipe for improved flexibility
v1.3.4
Added
- CSS modules support in Biome CSS parser configuration
v1.3.3
Changed
- Remove glob parameter quoting in check recipes to restore original behavior
v1.3.2
Fixed
- Quote glob parameters in check recipes to properly handle paths with special characters
v1.3.1
Added
- Cache flag to
solhint-writerecipe for improved linting performance
v1.3.0
Changed
- Simplified success messages in
full-checkandfull-writerecipes by removing checkmark emoji
Added
- New
biome-lintrecipe withblalias for running Biome linter separately from checker
v1.2.4
Changed
- Refactored
tsv-checkrecipe to extract error display logic into separate_tsv-show-errorsrecipe for better
maintainability - Made file ignore patterns configurable via
ignoreparameter in_tsv-checkrecipe (defaults to
*.tsv.invalid|*.tsv.valid|*validation-errors.tsv)
v1.2.3
Added
- Tailwind CSS directives support in Biome CSS parser configuration