{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":642566867,"defaultBranch":"main","name":"fetchwizard","ownerLogin":"nyxblabs","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-05-18T21:37:16.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/132846462?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1684451240.417523","currentOid":""},"activityList":{"items":[{"before":"bad781ba4e231d6887c4a9c2957f06d9bdecc21b","after":"1b4e067c18422d472159cbd00d2e1b39d1b2424f","ref":"refs/heads/main","pushedAt":"2023-05-18T23:07:33.592Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"chore(release): v0.0.4","shortMessageHtmlLink":"chore(release): v0.0.4"}},{"before":"f90d9b1614abd8bec26df605bb0453c0d7622e94","after":"bad781ba4e231d6887c4a9c2957f06d9bdecc21b","ref":"refs/heads/main","pushedAt":"2023-05-18T23:06:59.748Z","pushType":"push","commitsCount":2,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ†• chore(karium.config.ts): add build configuration file\nThis commit adds a new file named karium.config.ts which contains the build configuration for the project. The configuration specifies that the project should emit declaration files and use Rollup to bundle the code. The entries property specifies the entry points for the build process.","shortMessageHtmlLink":"πŸ†• chore(karium.config.ts): add build configuration file"}},{"before":"b5bf69aa76c3137e1a583ec33c8d8a4d14828d80","after":"f90d9b1614abd8bec26df605bb0453c0d7622e94","ref":"refs/heads/main","pushedAt":"2023-05-18T23:00:17.204Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"chore(release): v0.0.2","shortMessageHtmlLink":"chore(release): v0.0.2"}},{"before":"54f4d66d9c92cd004a40c802a33aeb6f8ba1330a","after":"b5bf69aa76c3137e1a583ec33c8d8a4d14828d80","ref":"refs/heads/main","pushedAt":"2023-05-18T22:59:37.079Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ› fix(.eslintignore): add README.md to ignored files\n✨ feat(README.md): add FAQ section to answer common questions about the package\nπŸ› fix(package.json): correct typo in homepage field\nThe .eslintignore file has been updated to include README.md, which was previously not ignored. The README.md file has been updated to include a FAQ section to answer common questions about the package. A typo in the homepage field of package.json has been corrected.","shortMessageHtmlLink":"πŸ› fix(.eslintignore): add README.md to ignored files"}},{"before":"fd5a575d1cad6336028b92ded2f0b4540c78b394","after":"54f4d66d9c92cd004a40c802a33aeb6f8ba1330a","ref":"refs/heads/main","pushedAt":"2023-05-18T22:58:04.992Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"🎨 style(cover-github-fetchwizard.png): add cover image for GitHub FetchWizard\nThe commit adds a new cover image for the GitHub FetchWizard project.","shortMessageHtmlLink":"🎨 style(cover-github-fetchwizard.png): add cover image for GitHub Fet…"}},{"before":"33c5db317436603cf7838b55dabe40b0ce86f930","after":"fd5a575d1cad6336028b92ded2f0b4540c78b394","ref":"refs/heads/main","pushedAt":"2023-05-18T22:27:27.160Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ”§ chore(.eslintrc): disable @next/next/no-html-link-for-pages rule and set React version to 18\nπŸ”§ chore(package.json): update earlist package to version 0.0.3\nπŸ”§ chore(package.json): remove nyxr build from prepack script\nπŸ”§ chore(test/index.test.ts): update dependencies and fix imports\nThe changes made in this commit are mostly related to updating dependencies and fixing some minor issues. The @next/next/no-html-link-for-pages rule was disabled in the .eslintrc file, and the React version was set to 18. The earlist package was updated to version 0.0.3. The nyxr build command was removed from the prepack script in package.json. In test/index.test.ts, dependencies were updated, and imports were fixed.","shortMessageHtmlLink":"πŸ”§ chore(.eslintrc): disable @next/next/no-html-link-for-pages rule an…"}},{"before":"710030b62fa4c1adfd3c9666bf32efac66d06878","after":"33c5db317436603cf7838b55dabe40b0ce86f930","ref":"refs/heads/main","pushedAt":"2023-05-18T21:43:20.458Z","pushType":"push","commitsCount":1,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"🚚 chore(package.json): fix typo in dependency name and update version\n✨ feat(base.ts): add fetch and error exports to base module\nπŸŽ‰ feat(error.ts): add FetchError and createFetchError functions\nπŸŽ‰ feat(fetch.ts): add createFetch function and related types\nπŸŽ‰ feat(index.ts): add fetchwizard and $fetch exports\nπŸŽ‰ feat(node.ts): add createNodeFetch function and related exports\nThe changes include fixing a typo in a dependency name in package.json and updating its version. In base.ts, fetch and error exports were added to the base module. In error.ts, FetchError and createFetchError functions were added. In fetch.ts, createFetch function and related types were added. In index.ts, fetchwizard and $fetch exports were added. In node.ts, createNodeFetch function and related exports were added.\n\nπŸŽ‰ feat(utils.ts): add utility functions for handling HTTP payloads and response types\nThe `isPayloadMethod` function checks if the HTTP method is one of the payload methods (PATCH, POST, PUT, DELETE). The `isJSONSerializable` function checks if a value is serializable to JSON. The `detectResponseType` function detects the response type based on the Content-Type header. These utility functions improve the code's readability and maintainability by abstracting away the implementation details of these common tasks.","shortMessageHtmlLink":"🚚 chore(package.json): fix typo in dependency name and update version"}},{"before":null,"after":"710030b62fa4c1adfd3c9666bf32efac66d06878","ref":"refs/heads/main","pushedAt":"2023-05-18T21:37:35.366Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"nyxb","name":"Dennis Ollhoff","path":"/nyxb","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/98586665?s=80&v=4"},"commit":{"message":"πŸ”°This is where it all begins...","shortMessageHtmlLink":"πŸ”°This is where it all begins..."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADL8XragA","startCursor":null,"endCursor":null}},"title":"Activity Β· nyxblabs/fetchwizard"}