v3.0.0
- 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!