{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":13301038,"defaultBranch":"master","name":"turf","ownerLogin":"Turfjs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2013-10-03T14:50:25.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7736769?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1727155764.0","currentOid":""},"activityList":{"items":[{"before":"4ae71dd31259d6bd4192b9c8ffeb19227121e087","after":"aabc39aacfb734c9f92f82ea5e547959485b6169","ref":"refs/heads/dependabot/npm_and_yarn/rollup-3.29.5","pushedAt":"2024-09-25T15:48:00.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Fix issues from rollup 2->3 upgrade","shortMessageHtmlLink":"Fix issues from rollup 2->3 upgrade"}},{"before":"7ee0ed219d94344598f8ebb10cfa610e628fb81a","after":"4ae71dd31259d6bd4192b9c8ffeb19227121e087","ref":"refs/heads/dependabot/npm_and_yarn/rollup-3.29.5","pushedAt":"2024-09-25T14:43:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Fix issues from rollup 2->3 upgrade","shortMessageHtmlLink":"Fix issues from rollup 2->3 upgrade"}},{"before":"3d18e4a8dd71cdb04f41c4c1739582eb12688dba","after":"7ee0ed219d94344598f8ebb10cfa610e628fb81a","ref":"refs/heads/dependabot/npm_and_yarn/rollup-3.29.5","pushedAt":"2024-09-25T13:44:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rollup from 2.79.1 to 3.29.5\n\nBumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.29.5.\n- [Release notes](https://github.com/rollup/rollup/releases)\n- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v3.29.5)\n\n---\nupdated-dependencies:\n- dependency-name: rollup\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rollup from 2.79.1 to 3.29.5"}},{"before":"68a5bb271db104d8d1e2596bc65b3e41e3663993","after":"569284133492d73dfdb7e627def7eca1d4fceb94","ref":"refs/heads/master","pushedAt":"2024-09-25T13:42:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"smallsaucepan","name":"James Beard","path":"/smallsaucepan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5403628?s=80&v=4"},"commit":{"message":"Fixed multiple modules that were performing scalar instead of spherical calculations (#2717)\n\nFixes to multiple modules that were performing scalar (2D) calculations when they should have been doing spherical (3D). Most changes were to nearestPointOnLine. pointToLineDistance now uses nearestPointOnLine for spherical calculations. Flow on corrections impacted lineSlice and nearestPointToLine as well.\r\n\r\nTidied up some tests - fixed module name in test definitions, added a benchmark overall time in a few places for easier comparisons.","shortMessageHtmlLink":"Fixed multiple modules that were performing scalar instead of spheric…"}},{"before":null,"after":"3d18e4a8dd71cdb04f41c4c1739582eb12688dba","ref":"refs/heads/dependabot/npm_and_yarn/rollup-3.29.5","pushedAt":"2024-09-24T05:29:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump rollup from 2.79.1 to 3.29.5\n\nBumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 3.29.5.\n- [Release notes](https://github.com/rollup/rollup/releases)\n- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rollup/rollup/compare/v2.79.1...v3.29.5)\n\n---\nupdated-dependencies:\n- dependency-name: rollup\n dependency-type: direct:development\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump rollup from 2.79.1 to 3.29.5"}},{"before":"f4a00b265dbb2f18266a78528d9a6ee3dd2389ba","after":"68a5bb271db104d8d1e2596bc65b3e41e3663993","ref":"refs/heads/master","pushedAt":"2024-09-24T04:51:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"smallsaucepan","name":"James Beard","path":"/smallsaucepan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5403628?s=80&v=4"},"commit":{"message":"Created a security policy\n\nAdding a security policy - SECURITY.md\r\n\r\nResolves #2426","shortMessageHtmlLink":"Created a security policy"}},{"before":"2907628516d8dba6676b8ded25812539c2e1ae5f","after":"f4a00b265dbb2f18266a78528d9a6ee3dd2389ba","ref":"refs/heads/master","pushedAt":"2024-09-21T11:16:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"smallsaucepan","name":"James Beard","path":"/smallsaucepan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5403628?s=80&v=4"},"commit":{"message":"Reversed the order in which random polygon points are generated to satisfy the right hand rule (#2715)\n\nReversed the order in which random polygon points are generated to satisfy to the right hand rule for polygons. Added a simple benchmark test for turf-random.","shortMessageHtmlLink":"Reversed the order in which random polygon points are generated to sa…"}},{"before":"6889237200a088fa5539f92f361fc96135e09ac1","after":"2907628516d8dba6676b8ded25812539c2e1ae5f","ref":"refs/heads/master","pushedAt":"2024-09-17T01:55:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"smallsaucepan","name":"James Beard","path":"/smallsaucepan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5403628?s=80&v=4"},"commit":{"message":"Fixed #2703. turf-angle was not doing what was described in the docs\n\nReviewed the implementations of azimuthToBearing, radiansToDegrees, and degreesToRadians to be easier to follow. Small discrepancies in the angle() geojson test fixtures caused by the bearing be taken from the wrong end of each line needed to be fixed. These tests included additional illustrative info meaning they were overly fragile though, so retired those in favour of vanilla unit tests which should be sufficient for a simple function like angle. (#2714)","shortMessageHtmlLink":"Fixed #2703. turf-angle was not doing what was described in the docs"}},{"before":"099bf3cb15e95b2f144e01add28083c77c9886d2","after":"6889237200a088fa5539f92f361fc96135e09ac1","ref":"refs/heads/master","pushedAt":"2024-08-22T04:10:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"smallsaucepan","name":"James Beard","path":"/smallsaucepan","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5403628?s=80&v=4"},"commit":{"message":"Upgraded typescript to 5.5.4 (#2684)\n\nCo-authored-by: Tim Welch ","shortMessageHtmlLink":"Upgraded typescript to 5.5.4 (#2684)"}},{"before":"445159f64c8c0fee560ef002082236fab2e4733d","after":"f1fc333fc5d9ccca8677b8ae8b349b289f04b553","ref":"refs/heads/mf/upgrade-typescript","pushedAt":"2024-08-22T00:26:36.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Merge branch 'master' into mf/upgrade-typescript","shortMessageHtmlLink":"Merge branch 'master' into mf/upgrade-typescript"}},{"before":"a9920e1502dbd629a6c6c2fa20378341c28e730b","after":null,"ref":"refs/heads/contrib-update","pushedAt":"2024-08-12T13:53:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"}},{"before":"68915eeebc9278bb40dec3f1034499698a0561ef","after":null,"ref":"refs/heads/tw/release-7.1.0","pushedAt":"2024-08-09T20:47:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"}},{"before":"991415d1fc3bfafb31688a4826d48f965da3abfe","after":"099bf3cb15e95b2f144e01add28083c77c9886d2","ref":"refs/heads/master","pushedAt":"2024-08-09T20:09:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"Update release instructions (#2698)\n\n* update release steps\r\n\r\n* release doc bits\r\n\r\n* update release notes step","shortMessageHtmlLink":"Update release instructions (#2698)"}},{"before":"e0968bd725bfbd5aaa74c0bdf171a2b37bc9d36c","after":"a9920e1502dbd629a6c6c2fa20378341c28e730b","ref":"refs/heads/contrib-update","pushedAt":"2024-08-09T19:47:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"update release notes step","shortMessageHtmlLink":"update release notes step"}},{"before":"5cf4c00a97a38194d17b290ac39c9321790a0744","after":"e0968bd725bfbd5aaa74c0bdf171a2b37bc9d36c","ref":"refs/heads/contrib-update","pushedAt":"2024-08-09T19:37:00.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"Merge branch 'master' into contrib-update","shortMessageHtmlLink":"Merge branch 'master' into contrib-update"}},{"before":"b86db2c57737931812531212bdb1c45b7bd94def","after":"5cf4c00a97a38194d17b290ac39c9321790a0744","ref":"refs/heads/contrib-update","pushedAt":"2024-08-09T19:35:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"release doc bits","shortMessageHtmlLink":"release doc bits"}},{"before":"33cd153cc0b74cdc782c103b2f85c44b77125b9e","after":"5eab8b4efa05227c117620f31da95b4121cd9455","ref":"refs/heads/mf/ci-task-selection","pushedAt":"2024-08-09T19:22:07.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Rework actions for faster PR CI\n\n- Whitespace change in @turf/difference should rebuild/test difference and @turf/turf","shortMessageHtmlLink":"Rework actions for faster PR CI"}},{"before":"1dfbe6474b24454f41819e2490a5c27e0fe5b430","after":"33cd153cc0b74cdc782c103b2f85c44b77125b9e","ref":"refs/heads/mf/ci-task-selection","pushedAt":"2024-08-09T19:19:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Actually linting is cursed","shortMessageHtmlLink":"Actually linting is cursed"}},{"before":"d1d4167c90f1be2d134e3274e07402c5295b02bd","after":"1dfbe6474b24454f41819e2490a5c27e0fe5b430","ref":"refs/heads/mf/ci-task-selection","pushedAt":"2024-08-09T19:17:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Actually run lint for timing purposes","shortMessageHtmlLink":"Actually run lint for timing purposes"}},{"before":"1d09d0678c0a71d2d838f4b1febd7abcabcbd1a5","after":"d1d4167c90f1be2d134e3274e07402c5295b02bd","ref":"refs/heads/mf/ci-task-selection","pushedAt":"2024-08-09T19:14:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"more tweaks","shortMessageHtmlLink":"more tweaks"}},{"before":"948cdafaf70606d2e27fcc79973fa48ee1182067","after":"991415d1fc3bfafb31688a4826d48f965da3abfe","ref":"refs/heads/master","pushedAt":"2024-08-09T18:41:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"v7.1.0 (#2697)","shortMessageHtmlLink":"v7.1.0 (#2697)"}},{"before":null,"after":"b86db2c57737931812531212bdb1c45b7bd94def","ref":"refs/heads/contrib-update","pushedAt":"2024-08-09T18:39:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"update release steps","shortMessageHtmlLink":"update release steps"}},{"before":null,"after":"68915eeebc9278bb40dec3f1034499698a0561ef","ref":"refs/heads/tw/release-7.1.0","pushedAt":"2024-08-09T18:12:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"v7.1.0","shortMessageHtmlLink":"v7.1.0"}},{"before":"5a942c24e868583b6fb6afa08dc4b6b24a079a53","after":null,"ref":"refs/heads/tw/release-7.1.0","pushedAt":"2024-08-09T18:06:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"}},{"before":"168da34792ecb6d984143a5e2a53bf4efd0d78ef","after":null,"ref":"refs/heads/mf/pnpm-action-update","pushedAt":"2024-08-09T17:53:06.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"}},{"before":"5f0d4050d495d48a00dd580f9ea0696ea99fe7a2","after":"948cdafaf70606d2e27fcc79973fa48ee1182067","ref":"refs/heads/master","pushedAt":"2024-08-09T17:52:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Upgrade pnpm/action-setup in github actions (#2696)","shortMessageHtmlLink":"Upgrade pnpm/action-setup in github actions (#2696)"}},{"before":"04ddccae77c67b6db8501c131a1da7129a95d6ec","after":null,"ref":"refs/tags/v7.1.0","pushedAt":"2024-08-09T17:47:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"}},{"before":null,"after":"168da34792ecb6d984143a5e2a53bf4efd0d78ef","ref":"refs/heads/mf/pnpm-action-update","pushedAt":"2024-08-09T17:41:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"Upgrade pnpm/action-setup in github actions","shortMessageHtmlLink":"Upgrade pnpm/action-setup in github actions"}},{"before":null,"after":"5a942c24e868583b6fb6afa08dc4b6b24a079a53","ref":"refs/heads/tw/release-7.1.0","pushedAt":"2024-08-09T17:33:14.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"twelch","name":"Tim Welch","path":"/twelch","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/81816?s=80&v=4"},"commit":{"message":"v7.1.0","shortMessageHtmlLink":"v7.1.0"}},{"before":"c7fc3a8084e31111c94b1389ceacd6882074da12","after":"1d09d0678c0a71d2d838f4b1febd7abcabcbd1a5","ref":"refs/heads/mf/ci-task-selection","pushedAt":"2024-08-09T17:31:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mfedderly","name":null,"path":"/mfedderly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/24275386?s=80&v=4"},"commit":{"message":"test and build don't have to depend on their dependencies' build step","shortMessageHtmlLink":"test and build don't have to depend on their dependencies' build step"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNVQxNTo0ODowMC4wMDAwMDBazwAAAATAhifq","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wOVQxNzozMToxMS4wMDAwMDBazwAAAASWf_OL"}},"title":"Activity · Turfjs/turf"}