Skip to content

Latest commit

 

History

History
488 lines (314 loc) · 9.64 KB

CHANGELOG.md

File metadata and controls

488 lines (314 loc) · 9.64 KB

@solid-devtools/logger

0.9.7

Patch Changes

0.9.6

Patch Changes

0.9.5

Patch Changes

  • Updated dependencies [4f31c75]
  • Updated dependencies [f910bc9]
  • Updated dependencies [1610d19]
  • Updated dependencies [5afa738]

0.9.4

Patch Changes

0.9.3

Patch Changes

0.9.2

Patch Changes

0.9.1

Patch Changes

0.9.0

Minor Changes

  • 89fcdc4: Update to vite 6, remove solid-start dep (was unused anyway)

Patch Changes

0.8.4

Patch Changes

0.8.3

Patch Changes

0.8.2

Patch Changes

  • d558e37b: Update dependencies. Fixes #276
  • Updated dependencies [d558e37b]

0.8.1

Patch Changes

0.8.0

Minor Changes

  • 86f74ea9: Update to Solid 1.8

Patch Changes

0.7.4

Patch Changes

0.7.3

Patch Changes

  • 39dfd62: Use @nothing-but/utils for some common utilities
  • Updated dependencies [39dfd62]
  • Updated dependencies [36bb6bf]

0.7.2

Patch Changes

0.7.1

Patch Changes

  • Updated dependencies [91e34e6]
  • Updated dependencies [74f0614]

0.7.0

Minor Changes

  • d4a35d7: Breaking Changes!

    Extension will now inject the debugger via content script, insted of loading it from installed node modules. This will allow the extension and debugger to updated without having to update the node modules.

    The debugger needs to be initialized by importing @solid-devtools/debugger/setup.

Patch Changes

0.6.2

Patch Changes

0.6.1

Patch Changes

  • Updated dependencies [a99d42b]
  • Updated dependencies [811b4bb]
  • Updated dependencies [cbe62bd]
  • Updated dependencies [b7514c5]

0.6.0

Minor Changes

  • de40800: #### Dependency graph

    Adds a dependency graph to the debugger. It collcts observers and sources of currently inspected computation or signal.

    Breaking changes to the debugger emitter API - instead of events being emitted and listened to individually, now they all can be listened to at once which makes it easier to add new events in the future and maintaining the debugger - devtools bridge implementation in packages that use it.

    Closes #113 Closes #208 Closes #213 Fixes #210

Patch Changes

0.5.6

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

0.5.3

Patch Changes

0.5.2

Patch Changes

  • ba185c3: Add top-level "development" export condidtion.
  • Updated dependencies [ba185c3]

0.5.1

Patch Changes

0.5.0

Minor Changes

  • 1990be5: Move graph types from @solid-devtools/shared to @solid-devtools/debugger

Patch Changes

  • d7e98da: Move some debugger related types from @solid-devtools/shared to @solid-devtools/debugger
  • Updated dependencies [a6b55b0]
  • Updated dependencies [d7e98da]
  • Updated dependencies [1990be5]
  • Updated dependencies [1990be5]

0.4.12

Patch Changes

0.4.11

Patch Changes

0.4.10

Patch Changes

0.4.9

Patch Changes

  • Updated dependencies [74effef]
  • Updated dependencies [fb8b3c4]
  • Updated dependencies [7419067]
  • Updated dependencies [aa7fde4]

0.4.8

Patch Changes

0.4.7

Patch Changes

0.4.6

Patch Changes

0.4.5

Patch Changes

0.4.4

Patch Changes

  • Updated dependencies [15c958b]
  • Updated dependencies [27ffdb1]
  • Updated dependencies [33e2c17]
  • Updated dependencies [27b98fa]
  • Updated dependencies [fae3ec0]
  • Updated dependencies [15c958b]

0.4.3

Patch Changes

0.4.2

Patch Changes

0.4.1

Patch Changes

  • e904193: Test patch.

0.4.0

Minor Changes

  • 41b4b7b: This one will be a major rewrite of the debugger, API available in plugins and the reconciliation on the extension. Now the walked tree will now include information about computation observers, value, signals, sources. All this will be available only for the "focused" owner—new API for getting details about a specific owner.

Patch Changes

0.3.0

Minor Changes

  • 2beeb22: Publish a shared library: @solid-primitives/shared

Patch Changes

0.2.2

Patch Changes

0.2.1

Patch Changes

  • 5e793bd: debugProps group collapsed (fixes #40)

0.2.0

Minor Changes

  • fdb09bc: Add debugProps hook

Patch Changes

  • fdb09bc: Various minor changes.
  • Updated dependencies [fdb09bc]

0.1.4

Patch Changes

  • a8d0354: Correct "homepage" filed in package.json, to lead to individual package readme.
  • Updated dependencies [a8d0354]

0.1.3

Patch Changes

  • 24ccd14: Use Solid's new dev hook (_$afterCreateRoot) to automatically attach roots and subroots to the debugger.
  • 892d87e: Cleanup getName utils
  • Updated dependencies [24ccd14]
  • Updated dependencies [892d87e]

0.1.2

Patch Changes

  • c1e512e: Trim long owner names. Fixes #23

0.1.1

Patch Changes

  • 9b8e9bf: Fix showing Caused by field when using debugOwnerComputations.

0.1.0

Minor Changes

  • 2bb429a: Add the locator package.

    Separate debugger into debugger and main packages.

Patch Changes