Skip to content

v0.54.1 - Rename flame.ts to flamewright.ts (2026-03-28)

What Changed?

This release renames src/torch/flame.ts to src/torch/flamewright.ts to align the filename with the FlameWright type validation system it defines. All internal import paths are updated accordingly. Docstring formatting in flamewright.ts is also cleaned up (bare blank lines before tags removed).


What's New

No new features.


Added

  • Nothing

Changed

  • src/torch/flame.ts renamed to src/torch/flamewright.ts
  • Import paths updated in expression.ts, flameframe.ts, index.ts, and jestlite/matcher.ts

Fixed

  • Removed bare blank lines before @category, @module, @type, @see, and @interface tags in flamewright.ts docstrings (20 occurrences)

Is It Safe to Upgrade?

  • Breaking Changes: No
  • Backward Compatible: Yes

Renaming is internal only. The public API exported from src/torch/index.ts is unchanged.


Release Details

  • Date: 2026-03-28
  • Version: v0.54.1
  • gaslamp: 113
  • pilotlamp: 71
  • Files Changed: 6
  • Commits:
  • 91f8741f refactor(torch): rename flame.ts to flamewright.ts
  • 61a2d7d6 docs(torch): fix blank lines before docstring tags in flamewright.ts

Known Issues

  • None

Next Steps

  • Continue docstring review across src/ modules