Skip to content

Release v0.7.0: Added Search & Filter System

Choose a tag to compare

@liorcodev liorcodev released this 15 Mar 02:02
· 8 commits to main since this release

[0.7.0] - 2026-03-15

Added

  • Search & Filter System - Find endpoints quickly with powerful filtering capabilities:
    • Real-time Search - Instantly filter endpoints by name, path, description, or tags as you
      type (300ms debounce)
    • Type Filter - Filter by procedure type (All Types / Queries / Mutations)
    • Auth Filter - Show only public or protected endpoints
    • Tag Filter - Filter by custom tags from route metadata
    • Active Filter Highlighting - Selected filters are highlighted in blue for clear visual
      feedback
    • Filter Persistence - All filter states are automatically saved to localStorage and restored
      on page reload
    • Clear Filters Button - One-click reset with red highlighting when filters are active
    • Dynamic Results Counter - Shows "Showing X of Y endpoints" based on active filters
    • Smart UI Updates - Automatically hides empty route groups and sidebar sections when filtered