Releases: poppinss/youch-core
Releases · poppinss/youch-core
Export type for Parser options
Handle native frames from Deno and Bun
Full Changelog: v0.2.5...v0.2.6
Change source loader signature
Full Changelog: v0.2.4...v0.2.5
Normalize the frame fileName property to contain only unix slashes
Bug Fixes
- normalize file name path to contain unix slashes only (352a17a)
Full Changelog: v0.2.3...v0.2.4
Remove error.metadata property
This property will be managed via the youch
package (the one that renders the HTML output).
0.2.3 (2024-11-11)
Full Changelog: v0.2.2...v0.2.3
Refactor error.raw property type
0.2.2 (2024-11-10)
Full Changelog: v0.2.1...v0.2.2
Publish types
Add raw property to the parsed error output
The raw
output is the created by converting the error source to a string using the util.inspect
method from Node.js.
Features
- add raw property to the parsed error (aac8286)
Full Changelog: v0.1.0...v0.2.0