Release Notes
What shipped in the v4.0.x line of @remotex-labs/xmap.
🗄️ Archived version
These are the notes for an archived version. See the current release notes for the supported line.
v4.0.5
- Fixed: SpiderMonkey stack lines with unusual group shapes are parsed instead of being skipped. See Supported JavaScript Engines.
v4.0.4
- Fixed:
asyncframes with no function name are recognized by the V8 pattern. See Engine-Specific Parsing.
v4.0.3
- Fixed: Stack lines with empty capture groups no longer produce malformed frames. See Stack Frame Properties.
v4.0.2
- Fixed: Corrected the line-slicing logic used when extracting a code window from a source map. See Working with Code Snippets.
v4.0.1
- Added:
getStackWithoutMessagereturns the stack body with the leading error message removed, which keeps multi-line messages from being parsed as frames. See parseErrorStack.
v4.0.0
The first release built on @remotex-labs/xansi for color output.
- Added:
Biasfor controlling how inexact positions resolve. See Bias. - Changed: The highlighter and formatter take color functions rather than escape-code strings, so any
@remotex-labs/xansistyle can be passed straight in. See Highlighter. - Changed: Node.js 20 is the minimum supported runtime.
