@@ -7,6 +7,7 @@ We intend to keep making breaking changes before 7.0.0 is fully released. If you
7
7
- Move distribution JS to target ES2017 (#2237 )
8
8
- [ ` @turf/helpers ` ] ( helpers ) Correct the conversion factor for degrees (#2177 )
9
9
- [ ` @turf/helpers ` ] ( helpers ) polygon() will now throw if the first and last coordinates are not the same (#2173 )
10
+ - [ ` @turf/helpers ` ] ( helpers ) Separate AreaUnits into its own type (#2393 )
10
11
- [ ` @turf/area ` ] ( area ) Fix earth radius to use WGS84 median earth radius (#2166 )
11
12
- [ ` @turf/turf ` ] ( turf ) Remove re-exports for turf 4.x compatability (#2183 )
12
13
- [ ` @turf/rectangle-grid ` ] ( rectangle-grid ) Fix correctness for large areas (#2106 )
@@ -22,6 +23,7 @@ We intend to keep making breaking changes before 7.0.0 is fully released. If you
22
23
- [ ` @turf/boolean-point-in-polygon ` ] ( boolean-point-in-polygon ) Move to point-in-polygon-hao library for performance and correctness (#1893 )
23
24
- [ ` @turf/line-intersect ` ] [ line-intersect ] Move to sweepline-intersections library for performance (#2033 )
24
25
- [ ` @turf/boolean-contains ` ] ( boolean-contains ) Add multipolygon support (#2338 )
26
+ - [ ` @turf/nearest-point ` ] ( nearest-point ) Add unit option (#2415 )
25
27
26
28
## 🐛 Bug Fixes
27
29
- [ ` @turf/polygon-smooth ` ] ( polygon-smooth ) Options argument is now actually optional (#2149 )
@@ -52,6 +54,9 @@ We intend to keep making breaking changes before 7.0.0 is fully released. If you
52
54
- [ ` @turf/buffer ` ] ( buffer ) Clean up Typescript types (#2188 )
53
55
- [ ` @turf/polygon-smooth ` ] ( polygon-smooth ) Clean up a typo (#2293 )
54
56
- [ ` @turf/nearest-point-on-line ` ] ( nearest-point-on-line ) Clean up typescript types (#2296 )
57
+ - [ ` @turf/boolean-touches ` ] ( boolean-touches ) Add boolean-touches to docs (#2431 )
58
+ - [ ` @turf/boolean-equals ` ] ( boolean-equals ) Improve docs (#2412 )
59
+
55
60
- Remove Bower references (#2146 )
56
61
- Fix typo in README (#2313 )
57
62
- Lots of cleanup for CONTRIBUTING, README, and RELEASING (#2186 )
@@ -63,6 +68,7 @@ We intend to keep making breaking changes before 7.0.0 is fully released. If you
63
68
- [ `@turf/turf] ( turf ) Add booleanTouches export (#2170 )
64
69
- [ `@turf/turf] ( turf ) Add booleanConcave export (#2265 )
65
70
- [ `@turf/helpers] ( helpers ) Make isObject a little more accurate (#2176 )
71
+ - Add custom types entry point to exports, required by Typescript for node16, nodenext and bundler module resolution strategies (#2400 , #2452 )
66
72
- types.ts tests are now run in strict mode (#2363 )
67
73
- Uses tslib now for smaller bundles (#2165 )
68
74
- Remove object-assign dependency from all packages (#2241 )
0 commit comments