Skip to content

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 unused GREETING and MKDOCS_DIR variables; removed build/-related tasks
  • tsconfig.json: removed unused options (declaration, outDir, isolatedModules, types)
  • rollup.config.js: migrated input from build/src/index.js to src/index.ts; removed redundant pure_funcs
  • package.json: fixed keywords typo; removed main; moved clasp to devDependencies; removed test:ci
  • .pre-commit-config.yaml: removed stale grouped-dataframe exclude and commented-out biome-lint block
  • README.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.yml validate task: replaced removed test:ci script with test: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