Skip to content

Releases: poppinss/dumper

More improvements to the static properties display

21 Sep 05:50
Compare
Choose a tag to compare

Bug Fixes

  • formatting of static members (c438a75)

Full Changelog: v0.4.1...v0.4.2

Fix styling of static class properties

21 Sep 03:47
Compare
Choose a tag to compare

Bug Fixes

  • styling of class static property (c1b9610)

Full Changelog: v0.4.0...v0.4.1

Add support for collapsing values

08 Sep 07:02
Compare
Choose a tag to compare

Collapsing values allows to not inspect values when their constructor name matches one of the pre-defined names. This is helpful to not pollute the output with nested objects and arrays, who properties inspection isn't needed most of the times. For example: There is no need to inspect Luxon DateTime objects or JavaScript Date objects. We know what API these values hold and hence they can collpased.

Features

  • add more color tokens and print collpase token (67727de)
  • add support for collpasing value by constructor name (88c19e6)

Full Changelog: v0.3.0...v0.4.0

Inspect parent prototype properties as well

07 Sep 11:32
Compare
Choose a tag to compare

Features

  • parse prototype properties of the entire extends chain (bc7fa2d)

Full Changelog: v0.2.0...v0.3.0

Add support for inspect classes prototypes while ignoring plain objects

07 Sep 05:36
Compare
Choose a tag to compare

Features

  • add ability to inspect prototype of non-plain objects (bddc2ce)
  • use poppinss/color with color detection (6462786)

Full Changelog: v0.1.0...v0.2.0

First stable release

05 Sep 04:35
Compare
Choose a tag to compare

This the first stable release of the package that ships with the Console and the HTML formatters. The API is stable, however we are still lacking support for customizing the inspection values using custom properties that will be part of the upcoming releases.

Please consult the README for usage help.

0.1.0 (2024-09-05)

Full Changelog: v0.1.0-beta.6...v0.1.0

Add console formatter

27 Aug 11:28
Compare
Choose a tag to compare
Add console formatter Pre-release
Pre-release

You can use the console formatter as follows.

import { dump } from '@poppinss/dumper/console'

console.log(dump(value))

0.1.0-beta.6 (2024-08-27)

Bug Fixes

Features

Release 0.1.0-beta.5

25 Aug 15:35
Compare
Choose a tag to compare
Release 0.1.0-beta.5 Pre-release
Pre-release

0.1.0-beta.5 (2024-08-25)

Features

  • remove shell, head and title and use minimal arrow (543853f)

Release 0.1.0-beta.4

23 Aug 18:15
Compare
Choose a tag to compare
Release 0.1.0-beta.4 Pre-release
Pre-release

0.1.0-beta.4 (2024-08-23)

Features

  • export HTMLDumpConfig type (6b41c26)

Release 0.1.0-beta.3

23 Aug 18:00
Compare
Choose a tag to compare
Release 0.1.0-beta.3 Pre-release
Pre-release

0.1.0-beta.3 (2024-08-23)