Skip to content

Releases: fulcrologic/fulcro-inspect

Binaries for Chrome (Fulcro 3.4.2+)

02 Jul 22:23
Compare
Choose a tag to compare

This release fixes a bug that causes Inspect not to initialize due to badly encoded data in the local storage it uses to track db watches.

Electron Binaries

03 Jul 04:16
Compare
Choose a tag to compare

Fixes a bug with db watch reloads.

Electron Binaries

06 Feb 16:34
Compare
Choose a tag to compare

This version of inspect fixes the history slider and DOM preview, which did not get patched when we moved to the more efficient history tracking.

Chrome Plugin Binary

06 Feb 16:21
Compare
Choose a tag to compare

This version fixes the DOM preview and history navigation, which were not updated when we moved to the more efficient history tracking mechanism.

This is the release for the Chrome store.

You can install it via about:extensions by enabling developer mode, removing the store version, and pointing at this (unzipped) content.

Electron Binaries 3.0.3

10 Dec 19:55
Compare
Choose a tag to compare

Fixes bug with txn/net/send to EQL where data types were getting messed up.

Chrome Extension 3.0.3

10 Dec 18:51
Compare
Choose a tag to compare

To install this in Chrome:

  • Make an empty folder somewhere where you can leave the extension extracted (i.e. mkdir ~/inspect-chrome)
  • Unzip the file there (i.e. cd ~/inspect-chrome; unzip ~/Downloads/fulcro-inspect-chrome-3.0.3.zip)
  • Open Chrome and go to about:extensions. UNINSTALL the store version.
  • Turn on Developer Mode (toggle in upper corner)
  • Press the Load Unpacked, and point it to your directory (i.e. ~/inspect-chrome)

The new version of inspect will not work with Fulcro versions prior to 3.4, so you may want to leave your chrome extension on the old version, and use the Electron inspect via websockets for newer apps.

Electron Binaries 3.0.2

28 Oct 01:57
Compare
Choose a tag to compare

Another patch for the UNSUPPORTED VALUES problem.

Electron Binaries

27 Oct 01:30
Compare
Choose a tag to compare

Bug fix for UNSUPPORTED VALUE error in various tabs.

Binaries for Chrome (Fulcro 3.4.2+)

12 Oct 21:02
Compare
Choose a tag to compare

Fixes regression with display in network tab.

Electron Binaries 3.0.0-RC2

27 Sep 03:41
Compare
Choose a tag to compare
Pre-release

***REQUIRES Fulcro 3.4.0-SNAPSHOT+ ***

The electron version of the re-vamped Fulcro Inspect

  • Improved (but incompatible with older versions) db sync protocol. Lower dev-time overhead, and should fix bugs where db goes blank
  • Improved EQL tab: mutations run correctly, and supports tagged readers for custom types
  • Custom type support (see custom types in book)
  • Added element picker tab