Commit Graph

  • c8b37e868f 40% faster turf-area (#2520) AminoffZ 2023-11-15 00:12:17 +02:00
  • a5f149529c Bump axios from 1.5.1 to 1.6.1 (#2536) dependabot[bot] 2023-11-10 14:27:36 +00:00
  • 948f57e8c6 Upgrading all project dependencies (except monorepolint - troublesome) to latest versions. Some code changes required though only to utility and test scripts, and then only function name changes e.g. load.sync() is now loadJsonFileSync() in the latest version. Removing chroma-js as a turf-isobands devDependency as it doesn't seem to be used. (#2532) James Beard 2023-11-11 01:09:26 +11:00
  • ef8b90435a Use marchingsquares lib for turf-isoband and turf-isoline, fixes "first break" bug (#2527) James Beard 2023-11-09 17:19:34 +11:00
  • 6cb60c951d Update generate-readmes script to typescript, update content wording, and regenerate all readmes (#2528) James Beard 2023-11-03 20:22:53 +11:00
  • c11f76b8ba Relocate geojson-rbush module into turf monorepo for easier maintenance (#2523) James Beard 2023-11-03 12:53:47 +11:00
  • f17fc88ec9 Add fix for short linestrings (#2432) Rowan Winsemius 2023-11-02 18:54:06 +11:00
  • dd39d0f786 Merge branch 'master' into fix-cleancoords fix-cleancoords James Beard 2023-11-02 18:25:58 +11:00
  • a8de40ddb4 Fix turf-line-arc to generate the correct number of steps in the generated arc (#2525) James Beard 2023-11-02 15:22:20 +11:00
  • e5afd5c38b Upgrade typescript, prettier, et al to continue to modernise build environment (#2519) James Beard 2023-10-24 21:51:43 +11:00
  • 14a2ac5ead Bump @babel/traverse from 7.14.7 to 7.23.2 (#2515) dependabot[bot] 2023-10-18 22:03:48 +00:00
  • 6c897a766c Bump postcss from 8.3.5 to 8.4.31 (#2508) dependabot[bot] 2023-10-06 19:09:04 -04:00
  • f6e64ff826 Upgrade lerna, et al to address security vulnerabilities, modernise build environment (#2507) James Beard 2023-10-07 07:48:20 +11:00
  • 7c62021479 @turf/unkink-polygon - Fix a potentially unbounded array.push.apply (#2506) mfedderly 2023-10-06 10:54:03 -04:00
  • dd35b52725 Release 7.0.0-alpha.2 (#2503) mfedderly 2023-10-02 09:52:37 -04:00
  • 418bec30e8 v7.0.0-alpha.2 v7.0.0-alpha.2 Matthew Fedderly 2023-10-01 16:10:39 -04:00
  • f7ba2fe501 Update changelog for next prerelease Matthew Fedderly 2023-10-01 16:09:14 -04:00
  • 1a155dfc2e update github actions to latest versions (#2502) James Milner 2023-09-30 17:15:00 +01:00
  • 910f62ddb7 update github actions to latest versions github-actions-update James Milner 2023-09-30 09:44:24 +01:00
  • b0fc70c9a9 resolve bundling issues relating to @turf/jsts in buffer module (#2501) James Milner 2023-09-28 20:05:38 +01:00
  • 945142f92c resolve bundling issues relating to @turf/jsts in buffer module jsts-buffer-bundle-issue James Milner 2023-09-27 23:09:32 +01:00
  • cc6689a5a8 Lines with a 180 degree angle between them should be considered parallel (turf-boolean-parallel) (#2475) Mark Racette 2023-09-18 19:53:47 -05:00
  • cf7a0c507b Do the 7.0.0-alpha.1 release (#2493) mfedderly 2023-09-18 19:41:14 -04:00
  • a3956faf8b v7.0.0-alpha.1 v7.0.0-alpha.1 Matthew Fedderly 2023-09-18 19:01:23 -04:00
  • e51ec7e924 update changelog Matthew Fedderly 2023-09-18 19:01:01 -04:00
  • 4469661e09 Replace ts-node with tsx in doc and test related build scripts (#2489) James Beard 2023-09-11 10:15:59 +10:00
  • 9129ff29d3 Fix typings exports definitions (#2452) mfedderly 2023-08-22 19:16:20 -04:00
  • d96f88612d Bump word-wrap from 1.2.3 to 1.2.4 (#2459) dependabot[bot] 2023-07-21 21:35:41 +00:00
  • e9400e1c1d Update supported node-versions based on node EOL (#2451) mfedderly 2023-07-12 11:43:01 -04:00
  • 56fd2cfc11 Bump semver from 5.7.1 to 5.7.2 (#2450) dependabot[bot] 2023-07-12 00:47:51 +00:00
  • 88dfdbb261 feature: add unit option to nearest-point (#2415) Moritz Wenko 2023-05-08 14:16:13 +02:00
  • ab2456fc66 Fix boolean-equal docs and added new tests (#2401) (#2412) J-Guenther 2023-05-08 13:37:13 +02:00
  • fa673871a7 Add booleanTouches to docs (#2431) Rowan Winsemius 2023-05-08 21:36:22 +10:00
  • 9821561223 Add fix for short linestrings Rowan Winsemius 2023-05-02 20:05:51 +10:00
  • 44d2ca26e1 remove node 12 and add in node 18 and 20 (#2430) James Milner 2023-05-01 00:36:10 +01:00
  • 2875729087 Merge branch 'master' into mask-enhancement mask-enhancement Rowan Winsemius 2023-04-30 19:14:41 +10:00
  • 5516e56410 Set minimum permissions for turf.yml (#2416) Gabriela Gutierrez 2023-03-18 19:07:49 +00:00
  • 625b4205df Support TS node16, nodenext and bundler module resolutions (#2400) Evgeny 2023-03-07 23:16:05 +04:00
  • 4eebe7a1c4 Fix typo in @turf/boolean-intersects README (#2382) Robert Martin 2023-02-26 15:59:19 -06:00
  • 286a81c16a Bump http-cache-semantics from 4.1.0 to 4.1.1 (#2396) dependabot[bot] 2023-02-03 13:17:16 +00:00
  • 3e7b4eac20 TypeScript types: Separate out length units from area units (#2393) James Milner 2023-01-28 21:39:02 +00:00
  • f98598b193 Bump json5 from 1.0.1 to 1.0.2 (#2386) dependabot[bot] 2023-01-07 16:45:15 +00:00
  • 6505576d21 Bump minimatch from 3.0.4 to 3.1.2 (#2381) dependabot[bot] 2022-12-08 16:08:31 +00:00
  • 8f4bf6a25c Bump qs from 6.5.2 to 6.5.3 (#2380) dependabot[bot] 2022-12-08 15:04:39 +00:00
  • d909cc1578 Bump decode-uri-component from 0.2.0 to 0.2.2 (#2375) dependabot[bot] 2022-12-03 02:35:47 +00:00
  • a4eb377045 radiansToDegrees -> degreesToRadians (#2372) Randy_rs 2022-11-28 06:59:05 +08:00
  • abf61cf179 Bump loader-utils from 1.4.0 to 1.4.2 (#2371) dependabot[bot] 2022-11-23 13:49:11 +00:00
  • 0edc4c491b Changelog + Release for 7.0.0-alpha.0 (#2364) mfedderly 2022-11-09 10:09:15 -05:00
  • 51e078212d v7.0.0-alpha.0 v7.0.0-alpha.0 Matt Fedderly 2022-11-07 14:48:59 -05:00
  • 8d0729aa66 (huge) changelog Matt Fedderly 2022-11-07 14:46:43 -05:00
  • 05fafef0ea Strict type tests (#2363) mfedderly 2022-11-07 13:06:21 -05:00
  • e70a2ffd0a add missing dependency on @turf/dissolve (#2345) SeulGi Choi(Chase) 2022-10-12 09:55:10 +09:00
  • 5c52955b66 Update kinks to use sweepline-intersections library (#1896) Rowan Winsemius 2022-10-12 11:11:36 +11:00
  • 8eed36106b fix up no mask argument handling Rowan Winsemius 2022-10-09 15:24:19 +11:00
  • c6070840a0 Add handling for someone providing options but no mask Rowan Winsemius 2022-10-09 14:42:25 +11:00
  • 94a15c2c95 Add support for holes Rowan Winsemius 2022-10-09 14:08:17 +11:00
  • efb393e30d Fix a typo in README.md (#2313) yardenfi 2022-10-06 12:18:45 +03:00
  • b3582c2ba9 Fix cloning of features with null geometries (#2314) (#2316) Christoph Pahmeyer 2022-10-06 11:15:13 +02:00
  • abdb114bf9 Provide proper coord index meta-coordEach Rowan Winsemius 2022-10-06 20:05:14 +11:00
  • 9e20dd5ee9 polygon-smooth: fix crash with MultiPolygons (#2323) (#2324) Pitouli 2022-10-06 10:27:59 +02:00
  • 81bb4573cc feat(@turf/boolean-contains): Add MultiPolygon support (#2338) Moritz Duchêne 2022-10-06 08:35:34 +02:00
  • 2dd2ef88c4 Bump terser from 5.5.1 to 5.14.2 (#2312) dependabot[bot] 2022-07-20 13:29:00 +00:00
  • b9b338f4f0 Set NearestPointOnLine type to always include dist, index, location (#2296) James Milner 2022-06-24 10:12:21 +01:00
  • c079bc2817 Bump shell-quote from 1.7.2 to 1.7.3 (#2304) dependabot[bot] 2022-06-23 13:44:41 +00:00
  • f2023aee26 Add Turf for Dart (#2286) Lukas Himsel 2022-06-07 12:55:20 +02:00
  • 630a684ff0 fix minor typo in polygon-smooth docs (THe -> The) (#2293) David Calhoun 2022-05-30 04:57:56 -04:00
  • f62ba326cb Fix docs generation (#2279) mfedderly 2022-04-02 12:52:52 -04:00
  • b3076e71e0 Rewrite line-intersect module (#2033) Rowan Winsemius 2022-04-03 02:37:38 +10:00
  • 469e677968 use robust-predicates for point-on-line robust-point-on-line Rowan Winsemius 2022-04-02 17:34:34 +11:00
  • c7b589c020 clarify Intersection type twelch/line-intersect-update Tim Welch 2022-03-19 20:12:48 -07:00
  • 0e0332c936 some cleanup Tim Welch 2022-03-19 20:00:13 -07:00
  • bb1ab42924 fix prettier Rowan Winsemius 2022-03-18 11:11:00 +11:00
  • 8b6821b91f update the turf-line-split outputs Rowan Winsemius 2022-03-18 10:40:52 +11:00
  • 5bf86413e4 run prettier Rowan Winsemius 2022-03-18 10:09:55 +11:00
  • 4005391031 add extra option to line-intersect re self-intersections Rowan Winsemius 2022-03-18 09:59:42 +11:00
  • 7e78442f2d Merge branch 'master' into line-intersect-update Rowan Winsemius 2022-03-17 22:05:20 +11:00
  • fcdaa939c9 Add booleanConcave to index.d.ts (#2265) James Milner 2022-03-17 08:19:03 +00:00
  • 7b43038a9c Remove objectAssign from all packages (#2241) James Milner 2022-03-02 21:09:55 +00:00
  • dba8f4affb Bump nanoid from 3.1.23 to 3.2.0 (#2254) dependabot[bot] 2022-01-27 18:53:09 +00:00
  • 4de7b5d6dd Bump node-fetch from 2.6.1 to 2.6.7 (#2256) dependabot[bot] 2022-01-27 18:32:45 +00:00
  • b790c690f4 Bump trim-off-newlines from 1.0.1 to 1.0.3 (#2255) dependabot[bot] 2022-01-27 18:14:42 +00:00
  • 8f1ea4266d Bump cached-path-relative from 1.0.2 to 1.1.0 (#2253) dependabot[bot] 2022-01-27 17:46:35 +00:00
  • 8493699703 Merge branch 'master' into line-intersect-update Rowan Winsemius 2022-01-18 21:14:49 +11:00
  • c5f3dde345 update yarn lock Rowan Winsemius 2022-01-18 20:47:53 +11:00
  • 45282eb105 Update boolean-point-in-polygon to use point-in-polygon-hao library (#1893) Rowan Winsemius 2022-01-18 09:01:18 +11:00
  • 15268af737 FeatureCollection args for @turf/difference @turf/intersect @turf/union (#2247) mfedderly 2022-01-17 16:37:14 -05:00
  • eb6939d8e7 rejig ts config Rowan Winsemius 2022-01-17 22:22:06 +11:00
  • 9a5c3bf316 Fix imports after merge Rowan Winsemius 2022-01-17 21:08:26 +11:00
  • cf497efdaf Merge branch 'master' into line-intersect-update Rowan Winsemius 2022-01-17 20:50:04 +11:00
  • 6bc5fbe927 @turf/random throws error when passed an invalid bbox (#2172) mfedderly 2022-01-16 17:41:36 -05:00
  • 4848e7d25f @turf/buffer - Update typescript definitions (#2188) mfedderly 2022-01-16 16:36:45 -05:00
  • 52f54494a3 Target ES2017 (#2237) mfedderly 2022-01-15 07:30:28 -05:00
  • 2a6f3d24dc Bump shelljs from 0.8.4 to 0.8.5 (#2246) dependabot[bot] 2022-01-15 11:59:29 +00:00
  • 1a88c1f3f3 Fix multipoint dropping properties. (#2227) dpmcmlxxvi 2022-01-11 19:42:28 -05:00
  • ed0a1b1292 Merge branch 'master' into line-intersect-update Rowan Winsemius 2022-01-11 22:13:49 +11:00
  • 0849c61cd1 Update centroid doc (#2213) Steve Bennett 2022-01-11 22:10:18 +11:00
  • ebab58efa6 Add precision option to booleanEqual (#2231) tunnelpuzzle 2022-01-11 03:51:00 -07:00
  • 52a4419bfc @turf/clone Add return type to function (#2239) tunnelpuzzle 2021-12-28 10:28:49 -07:00
  • cd719cde90 Use @turf/jsts, reduce bundle size (#2217) James Milner 2021-10-26 09:32:03 +01:00
  • d72985ce1a Migrate to @types/geojson package (#2158) Tim Welch 2021-10-24 23:07:07 -07:00