Skip to content

v0.68.1 - Documentation and Cookbook Fixes (2026-04-06)

What Changed?

This patch release fixes API usage issues in the data-cleanup cookbook and clarifies docstrings across the codebase. All changes are documentation and example corrections with no impact to library functionality.


What's New

Documentation Improvements

Updates to data-cleanup cookbook:

  • Removed unnecessary toString() calls
  • Added proper display() arguments for clarity
  • Clarified header handling in examples

Docstring refinements:

  • Replaced outdated FlamelessFrame references with correct BareFrame terminology
  • Clarified withColumn behavior in normalization steps

Added

  • Better inline comments explaining display() arguments in cookbook examples

Changed

  • Updated cookbook examples to use correct API syntax
  • Clarified terminology in FlameWright docstrings

Fixed

  • Corrected API usage in data-cleanup cookbook examples
  • Fixed misleading API documentation in FlameWright docstrings
  • Regenerated TypeDoc output for API documentation

Is It Safe to Upgrade?

  • Breaking Changes: No
  • Backward Compatible: Yes

No breaking changes. This is a safe patch upgrade that improves documentation accuracy and cookbook examples.


Release Details

  • Date: 2026-04-06
  • Version: v0.68.1
  • gaslamp: 129
  • pilotlamp: 87
  • Files Changed: 6
  • Commits:
  • e4bcfdb3 fix: correct API usage in data-cleanup cookbook
  • b7d1eb88 docs: clarify withColumn behavior in Step 2 normalization
  • 10379ac5 docs: replace FlamelessFrame with BareFrame in flamewright.ts docstrings
  • 278526ea docs(api): regenerate TypeDoc output

Known Issues

None at this time.


Next Steps

Continue improving documentation clarity and API examples based on user feedback.