A complete record of everything that's shipped — new features, improvements, and bug fixes.
v1.0.0
March 1, 2026
expr is now generally available. All expression types, the REST API, and the web evaluator are stable and production-ready.
Pro, Ultra, and Mega plans are live. API keys can be generated, rotated, and revoked from the new account dashboard.
Full documentation for every supported operator — unary, binary, and ternary — with truth tables, descriptions, and examples is now live at /operators.
Instead of crashing the evaluator, x / 0 now correctly returns Infinity and 0 / 0 returns NaN, matching JavaScript semantics.
Infrastructure upgrades reduced p99 API latency by 60% compared to the beta. Expression caching now operates at the edge.