v0.52.1 - Toolchain Cleanup (2026-03-28)¶
What Changed?¶
This release cleans up configuration files and documentation following the toolchain modernization in v0.52.0. One bug fix corrects the validate task that referenced a removed script. All other changes are refactoring of config files (Taskfile, tsconfig, rollup, package.json, pre-commit) and documentation updates.
What's New¶
No new features in this release.
Added¶
- Nothing
Changed¶
Taskfile.yml: removed unusedGREETINGandMKDOCS_DIRvariables; removedbuild/-related taskstsconfig.json: removed unused options (declaration,outDir,isolatedModules,types)rollup.config.js: migrated input frombuild/src/index.jstosrc/index.ts; removed redundantpure_funcspackage.json: fixedkeywordstypo; removedmain; movedclaspto devDependencies; removedtest:ci.pre-commit-config.yaml: removed stalegrouped-dataframeexclude and commented-outbiome-lintblockREADME.md,CLAUDE.md: updated to reflect current toolchain (Vitest, direct Rollup from TypeScript)docs/index.md: updated Features table to match current public API categories
Fixed¶
Taskfile.ymlvalidatetask: replaced removedtest:ciscript withtest:coverage
Is It Safe to Upgrade?¶
- Breaking Changes: No
- Backward Compatible: Yes
Config and documentation changes only. No library code was modified.
Release Details¶
- Date: 2026-03-28
- Version: v0.52.1
- gaslamp: 109
- pilotlamp: 67
- Files Changed: 16
- Commits:
- 7da216d4 bump: version 0.52.0 → 0.52.1
- 8cf6afd6 docs(index): update Features table to match current module structure
- 845ba170 docs: update README and CLAUDE.md to reflect v0.52.0 toolchain
- b5614da8 fix(task): replace removed test:ci with test:coverage in validate task
- bab11e9f chore(deps): update uv.lock
- 8a039934 refactor(pre-commit): remove stale grouped-dataframe exclude and commented biome-lint hook
- 380989f5 refactor(task): remove unused GREETING and MKDOCS_DIR variables
- cd96b82d refactor(rollup): remove redundant pure_funcs (covered by drop_console)
- b7f1bdf4 refactor(tsconfig): remove unused declaration, outDir, isolatedModules, types options
- 1b581838 refactor(package): fix keywords typo, remove main, move clasp to devDependencies, remove test:ci
- c929bab5 refactor(task): remove build/ related tasks and variables
- 404f0fa6 refactor(build): migrate Rollup input from build/src/index.js to src/index.ts
- 60c790b2 docs(release): add v0.52.0 release notes and update navigation
Known Issues¶
- None
Next Steps¶
- Continue feature development on planned modules