Changelog
- 0bbedb1 Merge PR #60: feat(collections): add bookmark and shareable URL support
- 9a5bf8c Merge pull request #61 from mr-karan/develop
- 6aadee5 Update changelogs for v1.0.0 release
- ec6b26f chore(deps): add participle/v2 for LogChefQL grammar
- 58d050a chore(frontend): migrate to Bun + rolldown-vite
- a94d7d9 chore: release v1.1.0
- eb43cb8 chore: remove dead code and simplify backend
- 47d1e51 chore: upgrade deps, migrate golangci-lint to v2, update changelog
- 7f0f41a feat(collections): add bookmark and shareable URL support
- 7707613 fix(ci): update tests for async LogchefQL translation and use Bun in release workflow
- eb36e7e fix(frontend): display saved query content when editing from Collections
- 7895ca2 fix(frontend): resolve team/source context switching race conditions
- 0d0191a fix(lint): add context propagation for contextcheck compliance
- 5c7b3e7 fix: saved query navigation, validation, and responsive toolbar
- af29356 refactor(frontend): centralize context management with single source of truth
- 8a25dc0 refactor(frontend): establish single source of truth for context state
- 1a62285 refactor(frontend): extract histogram and AI stores from explore store
- 45a0d40 refactor(frontend): fix remaining state management issues in stores
- 33f6f17 refactor(frontend): improve state management and URL sync
- da40376 refactor(frontend): remove dead code from api, utils, and composables
- ea43022 refactor(frontend): remove dead query utility code
- 4e99ba3 refactor(logchefql): rewrite parser with grammar-based approach
- 3672f3f refactor: reduce cyclomatic complexity by extracting helper functions