- Fix node data processing errors leaking to client UI
- Fix situation where auto-complete stops working when ignores comes explicitly as nil
- Support Pathom 3 tracing of transient properties
- More resilient requests to remote clients, avoid UI locking on invalid responses
- Save entity data in query history
- Support lenient mode setting in query editor
- Support include stats setting in query editor
- Fix situation where Pathom 3 renders a Trace view with blank data
- Support report from strict errors in Pathom 3
- Resize panels now uses % instead of absolute sizes for a better app resize flow
- Render entity data in query history when available
- Support custom headers when adding parsers by URL
- Adding from URL now remembers the latest connections to reconnect
- Fix overflow size in query result panel
- Adjust indexes request to deal with Pathom 3 strict mode
- Support Pathom 3 Indexes directly
- Query History fix trash icon position
- Query History fix appending after overflow
- New entity editor 🎉
- Add from URL autofocus on input on dialog open
- Allow display of empty query history
- Display error indicators on query editor and entity editor
- Double-click on graph view to fit content
- Mac App Signed
- Auto updates
- Fix trace bug when all children disappear when the root children has over 20 items
- Ensure consistent background on CM6
- Show node details on snapshots
- Improve performance of snapshots rendering by lazy processing the elements
- Fix bug when sorting maps with irregular values
- Fix bug on trace that made tooltip stay on screen
- Remove node zoom on click on the graph view
- Use Tailwind JIT in the app
- Fix trace exceptions when trace is blank
- Error boundaries around each connection and log entries
- In the request tab, recent requests now show on top of the list
- Request tab items now have a border at the right to make easier to scroll the list
- Request tab max size increased to cover 5 lines of query
- Breaking change: messaging to log was modified
- View node details on graph log
- New feature to see full graph data (from any node details section)
- Many UI Tweeks
- Fix to auto-complete: attributes that depends on multiple inputs were missing
- Add bigger minimum size to avoid elements fully collapsing away
- Bump Pathom 3 to fix auto-complete case that freezes the app
- Support mutations in Pathom 3 trace
- Support ident in Pathom 3 trace
- Render attributes for nested traces
- Clear graph viz when trace updates
- Ability to remove queries from query history
- Fix trace not reloading on query editor
- Trace support for Pathom 3 🎉
- View plan from trace for Pathom 3 traces
- Graph View support fitting node and neighbors
- Show node details from Graph View
- Add Codemirror6 and NextJournal clojure-mode for clojure data view
- Sorted maps when rendering data in the new clojure reader
- Fix ident completions
- Add new logs tab to log things from the connector
- Add graph view support on log
- Use new auto-complete algorithm based on Pathom 3 code (also works on Pathom 2)
- Add Logs Tab
- Support graph render for Pathom 3
- Fix show history button
- Standalone app!
- Refactor all code to use Fulcro 3
From here up we will log things in terms of the standalone app
- Replace ghostwheel with guardrails
- Ensure index-io is present to compute completions
- Add flag to enable/disable trace support on query editor
- Query editor supports sync and async parsers
- Fix graph comm in attribute graph panel
- Remove interconnections toggle from graph view
- Fix attribute network depth from groups
- Add Index Explorer
- Improved fuzzy search algorithm
- Change style for batch resolver on trace
- Fixes for prod releases in tracer
- Improvements on error handlers
- Increase pathom-card default size
- Trace tooltip takes window scroll into account to position hint
- Update query editor to latest pathom, support custom trace initial size
- Add error boundary around trace component
- Auto index load is configurable on workspaces pathom card
- Support wrap-run-query on query editor to extend text
- Fix trace: don't log trace details when click to expand/contract groups
- Add codemirror editor with pathom settings (from old OgE)
- Add workspaces card helper to create a pathom editor card
- Add workspaces card helper for pathom explorer
- Show details of events on mouse when click with alt key
- Initial release, includes trace view