- Improve coverage testing to 100%
- Support Array of Features to
.load()
method - Allow strict Typing when defining Tree (ex:
const tree = rbush<Polygon>()
) - Update documentation
- Add
equals
param to.remove()
method - Drop BBox from search/remove methods
- Add support for 6 position BBox
- Update Typescript definition
- Drop ES Modules in favor of Typescript
- Clean up Rollup build
- Added Rollup to build CommonJS (
main.js
)
Drop Rollup- Update Typescript definition
- Support ES modules
- Replaced
const
withvar
for pure ES5 compatibility
- Add
bbox
support as valid input - Drop rollup build (ES5 npm package is plenty)
- Initialize GeoJSON RBush from Turfjs/turf#609