nitrite_spatial 3.1.0
nitrite_spatial: ^3.1.0 copied to clipboard
Nitrite Spatial module provides support for spatial queries. The module uses JTS port of the dart package dart_jts for spatial operations.
3.1.0 #
- Maintenance release: raised
nitritedependency to^3.1.0.
3.0.0 #
- Maintenance release: raised
nitritedependency to^3.0.0, which drops the no-opdistinctfind option.
2.1.0 #
- Maintenance release: raised
nitritedependency to^2.1.0.
2.0.4 #
- Maintenance release: raised
nitritedependency to^2.0.4.
2.0.3 #
- Maintenance release: raised
nitritedependency to^2.0.3.
2.0.1 #
- Spatial queries (intersects/within/nearest) now run on a packed R-tree provided by
nitriteandnitrite_hive_adapter2.0.1, replacing the per-query linear scan withO(log n + result)lookups. Query results are unchanged. - Raised
nitrite,nitrite_hive_adapterandnitrite_generatordependencies to^2.0.1.
2.0.0 #
- BREAKING CHANGE: Upgraded minimum Dart SDK to 3.5.0 and migrated to Dart Workspaces to support Melos 8.
1.1.3 #
- Added the
testdev dependency so the package test suite compiles and runs in CI.
1.1.2 #
- Reformatted the source with the latest Dart formatter.
1.1.1 #
- Added
geoNearandkNearestspatial filters. - Fixed false positives in the
intersectsfilter by adding post-index validation. - Updated Nitrite to 1.1.1.
1.1.0 #
- Updated Nitrite to 1.1.0.
1.0.3 #
- Updated Nitrite to 1.0.3.
- Updated some dependencies.
1.0.2 #
- Updated Nitrite to 1.0.2.
1.0.1 #
- Minor documentation updates.
- Example code added.
geometryEqualsmethod is public now.
1.0.0 #
- Initial version.