Skip to content

v3.0.0

Choose a tag to compare

@mourner mourner released this 07 May 17:08
· 121 commits to main since this release
  • Improved internal storage format, making it ~10-15% smaller.
  • Made it much easier to reconstruct an index from a raw array buffer: Flatbush.from(index.data).
  • More resilient construction: Flatbush will catch more errors when given bad arguments or data.

Thanks to @tyrasd for the help!