harehare
mq
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge pull request #1697 from harehare/refactor/add-descriptive-messages ♻️ Adding descriptive messages to unreachable!() calls
main
20 hours ago
♻️ Adding descriptive messages to unreachable!() calls
refactor/add-descriptive-messages
21 hours ago
Merge pull request #1695 from harehare/feat/quoted-only-property-selector ✨ feat(selector)!: require quoted form for dict property access
main
22 hours ago
✨ feat(selector)!: require quoted form for dict property access Unquoted `.key` selectors are no longer silently treated as property access on dicts. Any `.name` token that does not match a known built-in selector now returns an UnknownSelector parse error, making typos like `.hedaing` immediately visible instead of silently returning no results. Dict keys must now use the explicit quoted form `."key"`. The quoted form was already supported and is the only unambiguous syntax. BREAKING CHANGE: bare `.key` property selectors are no longer valid; use `."key"` instead.
feat/quoted-only-property-selector
22 hours ago
Merge pull request #1687 from harehare/feat/property-selector ✨ feat(selector): add property selector for dict key access
main
23 hours ago
✨ feat(cst): support chained property selector access .a.b syntax
feat/property-selector
2 days ago
✨ feat(selector): support chained property selector access .a.b syntax Parse consecutive Property selectors (e.g. .a.b.c) as a Block pipeline, enabling nested dict access without explicit pipes.
feat/property-selector
2 days ago
📝 docs(selector): add property selector documentation Document .key and ."key" syntax for dict key access, including bare form, quoted form, array mapping behavior, and missing key handling.
feat/property-selector
2 days ago
Latest Branches
CodSpeed Performance Gauge
0%
♻️ Adding descriptive messages to unreachable!() calls
#1697
21 hours ago
fe3e0a3
refactor/add-descriptive-messages
CodSpeed Performance Gauge
0%
✨ feat(selector)!: require quoted form for dict property access
#1695
22 hours ago
8da9404
feat/quoted-only-property-selector
CodSpeed Performance Gauge
-1%
✨ feat(selector): add property selector for dict key access
#1687
2 days ago
f32bc90
feat/property-selector
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs