Skip to content

Releases: poppinss/youch-core

Export type for Parser options

23 Nov 03:23
Compare
Choose a tag to compare

Features

  • create type for the parser options (2a163f9)

Full Changelog: v0.2.6...v0.3.0

Handle native frames from Deno and Bun

15 Nov 02:34
Compare
Choose a tag to compare

Change source loader signature

15 Nov 02:27
Compare
Choose a tag to compare

Normalize the frame fileName property to contain only unix slashes

12 Nov 03:19
Compare
Choose a tag to compare

Bug Fixes

  • normalize file name path to contain unix slashes only (352a17a)

Full Changelog: v0.2.3...v0.2.4

Remove error.metadata property

11 Nov 12:08
Compare
Choose a tag to compare

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

10 Nov 14:53
Compare
Choose a tag to compare

Publish types

07 Nov 08:03
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v0.2.0...v0.2.1

Add raw property to the parsed error output

06 Nov 05:05
Compare
Choose a tag to compare

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

Release 0.1.0

25 Oct 05:42
Compare
Choose a tag to compare

0.1.0 (2024-10-25)

Bug Fixes

  • syntax error parsing logic (c399ed6)

Features