Skip to content

v2.5.0

Choose a tag to compare

@dmmulroy dmmulroy released this 21 Jan 13:37
cc26df5

What's Changed

Internal Consistency

  • Replace throw new Error with panic() across error paths for consistent error handling
    • Err.unwrap() now uses panic() instead of throwing raw Error
    • Err[Symbol.iterator] unreachable path uses panic()
    • assertResult validation uses panic() for invalid generator returns

Code Quality

  • Apply oxfmt formatting throughout result.ts

Full Changelog: v2.4.0...v2.5.0