Skip to content

Releases: fulcrologic/fulcro-inspect

Chrome Binaries (for use with Fulcro 3.4.3+)

04 Oct 18:16
Compare
Choose a tag to compare

Patch to get tempids looking right.

3.0.0 Chrome

27 Sep 03:28
Compare
Choose a tag to compare
3.0.0 Chrome Pre-release
Pre-release

Chrome extension that can be installed in developer mode.


This version of inspect is required for Fulcro 3.4.0 and above, but has not been released to the store as of 9/26.


This version of inspect improves the db sync protocol, the EQL tab, adds support for arbitrary transit types (as long as your client can encode them).

To install this in Chrome:

  1. Make an empty folder somewhere where you can leave the extension extracted (i.e. mkdir ~/inspect-chrome)
  2. Unzip the file there (i.e. cd ~/inspect-chrome; unzip ~/Downloads/fulcro-inspect-chrome-3.0.0.zip)
  3. Open Chrome and go to about:extensions. UNINSTALL the store version.
  4. Turn on Developer Mode (toggle in upper corner)
  5. 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 2.3.5

31 May 00:17
Compare
Choose a tag to compare

fixed a bug that was crashing db viewer

Chrome Binaries (Pre Fulcro 3.4)

27 Sep 03:55
Compare
Choose a tag to compare

This is a legacy binary for the old version of Chrome Inspect that supports Fulcro versions prior to 3.4. To Install it:

  • Unzip the file into a new folder
  • Go to chrome's about:extensions URL and REMOVE the Inspect that is installed
  • Turn on developer mode (a toggle in the corner of about:extensions)
  • Click on Load Unpacked and point at the extracted directory

CSS Fix

19 May 18:48
Compare
Choose a tag to compare

Bugfix release fixes problem with missing css

Console logging transmission

22 Apr 23:55
Compare
Choose a tag to compare

This release includes the ability for inspect to communicate logged messages through to Inspect Electron, so that debugging on a real device (where it is hard to access the logs) is easier.

Electron Binaries

02 Apr 22:41
6d2e831
Compare
Choose a tag to compare

Adds support for transit bigdecimals in the query tab. See 2.3.3. Binaries from this release were mis-marked.

Electron Binaries

28 Jan 19:18
Compare
Choose a tag to compare

Mainly some UI cleanups and css changes.

Electron Client Binaries

24 Jan 06:28
Compare
Choose a tag to compare

These binaries require you use Fulcro 3.1.5 with the websocket-preload.

Several improvements:

  • Proper tracking of client connect/disconnect
  • Watch button on db-explorer takes you to db tab with watch added
  • keyword sorting fixed
  • db update failures send an update request to try to recover

Electron Binaries

26 Jan 22:46
Compare
Choose a tag to compare

This release cleans up the UI and functionality, and finally includes a way to consistently set the websocket port from the UI (even if no app is connected).

The client connect/disconnect logic is better, and there is no longer an exponential backoff on client connecting to inspect tool, since that is silly for that application.

These should be used with Fulcro 3.1.6 or better.