Skip to content

v0.19.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 02:08
6e4aae8

v0.19.4

Breaking Changes

  • Simplified iterable interface
    • for (const [e, [a, b]] of q(world)) becomes for (const [e, a, b] of q)

Features

Bug Fixes

  • N/A