Skip to content

v0.4.0

Choose a tag to compare

@GuzekAlan GuzekAlan released this 28 Aug 14:07
· 23 commits to v0.4 since this release

What's Changed

New Features

Fixes

Refactor

  • Refactor: Switch to debug module by @hhubert6 in #496
  • Refactor: Simplified pubsub routing by @kraleppa in #529
  • Task: Add link in global traces view to preview given node by @hhubert6 in #528
  • Refactor: Create LiveDebugger.API.System.Module by @hhubert6 in #565
  • Refactor: Create LiveDebugger.API.System.Process by @hhubert6 in #568
  • Refactor: added event behaviour by @kraleppa in #567
  • Task: Add api for :dbg module by @GuzekAlan in #566
  • Refactor: implement event bus by @kraleppa in #572
  • Refactor: create SettingsStorage api by @GuzekAlan in #574
  • Refactor: Create LiveDebuggerRefactor.API.LiveViewDebug by @hhubert6 in #573
  • Refactor: Create LiveDebuggerRefactor.API.TracesStorage by @hhubert6 in #576
  • Refactor: create base for each service by @kraleppa in #578
  • Refactor: Create LiveDebuggerRefactor.API.LiveViewDiscovery by @hhubert6 in #581
  • Refactor: Create API for StatesStorage by @GuzekAlan in #579
  • Refactor: Create tests for TracesStorage by @hhubert6 in #587
  • Refactor: add tracing manager genserver by @kraleppa in #588
  • Refactor: Create ProcessMonitor genserver by @hhubert6 in #603
  • Refactor: Create StateManager GenServer by @GuzekAlan in #604
  • Refactor: Move general UI modules and lay foundation for UI by @GuzekAlan in #591
  • Refactor: Create TableWatcher GenServer by @hhubert6 in #607
  • Refactor: Prepare api for GarbageCollector by @hhubert6 in #609
  • Refactor: Add action for StateManager by @GuzekAlan in #610
  • Refactor: Create TraceHandler GenServer by @kraleppa in #611
  • Refactor: Create GarbageCollector GenServer by @hhubert6 in #612
  • Refactor: send event after state save by @GuzekAlan in #615
  • Refactor Create settings context for UI by @GuzekAlan in #613
  • Refactor: Create nested_live_view_links context by @hhubert6 in #617
  • Refactor: Create Discovery context by @hhubert6 in #616
  • Refactor: Create node_state context (part I) by @hhubert6 in #621
  • Refactor: Add ComponentsTree UI context by @GuzekAlan in #618
  • Refactor: Create node_state context (part II) by @hhubert6 in #624
  • Refactor: switch debug ws connection based on refactor flag by @kraleppa in #629
  • Refactor: Add hooks and HooksComponents functionalities by @GuzekAlan in #632
  • Refactor: Create actions and queries for settings context by @hhubert6 in #626
  • Refactor: better structure in assets by @kraleppa in #638
  • Refactor: Add data loading for discovery context by @hhubert6 in #636
  • Refactor: discovery context async assigning by @hhubert6 in #646
  • Refactor: Add HookComponents for callback_tracing by @GuzekAlan in #637
  • Refactor: Add data loading and handlers for node_state context by @hhubert6 in #645
  • Refactor: data loading and handlers for nested_live_view_links by @hhubert6 in #648
  • Refactor: Move filters to callback_tracing context by @GuzekAlan in #649
  • Refactor: data loading and handlers for components_tree context by @hhubert6 in #652
  • Refactor: Add nested LiveViews and missing components by @GuzekAlan in #653
  • Refactor: Add ExistingTraces hook by @hhubert6 in #656
  • Refactor: Add FilterNewTraces hook by @hhubert6 in #662
  • Refactor: Add TracingFuse hook by @hhubert6 in #664
  • Refactor: Add DisplayNewTraces hook by @hhubert6 in #670
  • Refactor: Add DebuggerLive, small fixes, add missing modules by @GuzekAlan in #665
  • Refactor: Move config component by @GuzekAlan in #676
  • Refactor: Add SocketDiscoveryController by @hhubert6 in #677
  • Refactor: Add behaviour for callback_tracing HookComponents by @hhubert6 in #673
  • Refactor: Add DeadViewMode handling by @GuzekAlan in #674
  • Refactor: validate with e2e tests, remove old code by @GuzekAlan in #680
  • Refactor: rename modules to remove "refactor" suffix by @GuzekAlan in #683
  • Refactor: Connect successor finding service to debugger_live by @GuzekAlan in #687
  • Refactor: Don't reload in iframe, remove Window Discovery by @GuzekAlan in #690
  • Refactor: Use DebugSocket in components highlighting by @hhubert6 in #697

Other

New Contributors

Full Changelog: v0.3.0...v0.4.0