v2.5.0
What's Changed
Internal Consistency
- Replace
throw new Errorwithpanic()across error paths for consistent error handlingErr.unwrap()now usespanic()instead of throwing rawErrorErr[Symbol.iterator]unreachable path usespanic()assertResultvalidation usespanic()for invalid generator returns
Code Quality
- Apply oxfmt formatting throughout
result.ts
Full Changelog: v2.4.0...v2.5.0