Skip to content

Releases: fulcrologic/fulcro-inspect

4.0.2 Electron

22 Dec 00:53
Compare
Choose a tag to compare

Requires Fulcro 3.8.0-alpha2 or above.

4.0.2 Chrome

22 Dec 00:00
Compare
Choose a tag to compare

Chrome extension version of Fulcro Inspect. Requires Fulcro 3.8.0-alpha2 or above.

To manually install, unzip the dist file, then go to chrome://extensions and enable developer mode and "Load Unpacked".

Binaries for Chrome (Fulcro 3.4.2+ through 3.7.x)

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.