Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-05-14 | 477 Bytes | |
v3.0.0.tar.gz | 2019-05-14 | 54.4 kB | |
v3.0.0.zip | 2019-05-14 | 59.4 kB | |
Totals: 3 Items | 114.3 kB | 0 |
⚠️ Breaking changes
- Changed the API from
rbush(...)
tonew RBush(...)
. [#93] - RBush is now published as a ES module with a modern syntax, while still providing a ES5-compatible UMD build for browsers and Node. [#89]
- Removed the
format
constructor argument, eliminatingeval
-like code and making RBush fully compliant with strict CSP environments. The new way to define custom formats is described here.