Commit Graph

  • 1499bbeb18 0.0.20 v0.0.20 di-sukharev 2023-03-06 22:23:52 +08:00
  • ffd5d9967a * 📝 docs(README.md): remove commented out section on Git hook The section on Git hook was previously commented out, but it is now included in the README.md file. di-sukharev 2023-03-06 22:23:46 +08:00
  • 1a32bff538 0.0.19 v0.0.19 di-sukharev 2023-03-06 22:13:32 +08:00
  • 297ccac45b * 🐛 fix(package.json): change cli file extension from .cjs to .mjs * 🐛 fix(githook.ts): change cli file path to match new extension The cli file extension has been changed from .cjs to .mjs to improve compatibility with Node.js ESM modules. The file path in githook.ts has been updated to match the new extension. di-sukharev 2023-03-06 22:12:37 +08:00
  • 3859533eff * 🐛 fix(githook.ts): fix HOOK_PATH import URL The HOOK_PATH import URL was incorrect and has been fixed to point to the correct location. di-sukharev 2023-03-06 21:49:19 +08:00
  • 757faba0c4 0.0.18 v0.0.18 di-sukharev 2023-03-06 21:42:05 +08:00
  • 422d38d51e * 🐛 fix(githook.ts): update HOOK_PATH to point to the correct file path The HOOK_PATH variable was pointing to the wrong file path, which caused the hook to fail. The file path has been updated to point to the correct file path. di-sukharev 2023-03-06 21:41:58 +08:00
  • ee02be56b2 0.0.17 v0.0.17 di-sukharev 2023-03-06 21:40:49 +08:00
  • 1c762a6e8c * 🚀 feat(package.json): add deploy script The deploy script builds the application, increments the patch version, and publishes the package to the registry. This makes it easier to deploy new versions of the application. di-sukharev 2023-03-06 21:40:39 +08:00
  • 6126fad25c 0.0.16 v0.0.16 di-sukharev 2023-03-06 21:38:26 +08:00
  • 01cdd2f58d removed async iife di-sukharev 2023-03-06 21:36:37 +08:00
  • acdf464d2e 0.0.15 v0.0.15 di-sukharev 2023-03-06 21:34:03 +08:00
  • 3705a66ada 0.0.14 v0.0.14 di-sukharev 2023-03-06 21:33:06 +08:00
  • bdb8da49b7 * 🚀 chore(cli.ts): change file mode from 100644 to 100755 This commit changes the file mode of cli.ts from 100644 to 100755. This change allows the file to be executable. di-sukharev 2023-03-06 21:33:00 +08:00
  • 6e896ec428 * 🐛 fix(githook.ts): fix HOOK_PATH import path The import path for HOOK_PATH was incorrect, causing the file to not be found. The path has been updated to correctly reference the cli.cjs file. di-sukharev 2023-03-06 21:07:03 +08:00
  • 9ce961ccc0 0.0.13 v0.0.13 di-sukharev 2023-03-06 21:03:28 +08:00
  • 1a2f6416cc * 🐛 fix(githook.ts): fix file path in URL constructor The file path in the URL constructor was incorrect, causing the file to not be found. The file path has been corrected to point to the correct location. di-sukharev 2023-03-06 21:03:25 +08:00
  • 4fa438ab17 0.0.12 v0.0.12 di-sukharev 2023-03-06 21:00:50 +08:00
  • 4ad7a5f779 * 🐛 fix(githook.ts): fix HOOK_PATH import path * 📝 docs(TODO.md): add tasks for adding tests and making hook work The HOOK_PATH import path was incorrect and has been fixed. The TODO list has been updated to include tasks for adding tests and making the hook work. di-sukharev 2023-03-06 21:00:41 +08:00
  • 5c0b31600f 0.0.11 v0.0.11 di-sukharev 2023-03-06 19:27:34 +08:00
  • d785b821ea * 📝 docs(README.md): comment out Git hook section The Git hook section has been commented out as it is not currently relevant to the project. di-sukharev 2023-03-06 19:27:19 +08:00
  • c50c416dfc 0.0.10 v0.0.10 di-sukharev 2023-03-06 19:22:34 +08:00
  • f8720ff089 0.0.9 v0.0.9 di-sukharev 2023-03-06 19:22:14 +08:00
  • afa5949c06 * 📦 chore(package.json): rename prepublish script to patch The prepublish script has been renamed to patch to better reflect its purpose of incrementing the patch version of the package. di-sukharev 2023-03-06 19:22:11 +08:00
  • b1ec69e4dd * 🐛 fix(githook.ts): change cli file extension from .mjs to .cjs The file extension of the cli file was changed from .mjs to .cjs to ensure compatibility with Node.js versions that do not support ES modules. di-sukharev 2023-03-06 19:21:24 +08:00
  • 0061816b6a * 🐛 fix(TODO.md): add missing TODO item * 🐛 fix(TODO.md): update existing TODO item The first item is a fix for a missing TODO item. The second item is an update to an existing TODO item. The bundle size can be reduced by properly configuring esbuild. Additionally, small files can be batched together in a single request to further reduce the bundle size. di-sukharev 2023-03-06 19:20:42 +08:00
  • 352b81c6c6 * 🚀 chore(package.json): change 'publish' script to 'prepublish' The 'publish' script has been changed to 'prepublish' to ensure that the version is updated before publishing the package. This is a best practice to ensure that the published package has the correct version number. di-sukharev 2023-03-06 19:09:27 +08:00
  • 430776af29 0.0.8 v0.0.8 di-sukharev 2023-03-06 19:09:04 +08:00
  • c573edea97 0.0.7 v0.0.7 di-sukharev 2023-03-06 19:08:57 +08:00
  • 5282734583 * 🐛 fix(package.json): remove npm publish command from publish script The npm publish command has been removed from the publish script. This is because the command should be run manually after bumping the version number. di-sukharev 2023-03-06 19:08:37 +08:00
  • 9c67a3774f 0.0.6 v0.0.6 di-sukharev 2023-03-06 19:08:01 +08:00
  • deeb7cdf97 0.0.5 v0.0.5 di-sukharev 2023-03-06 19:07:58 +08:00
  • fe819f0814 0.0.4 v0.0.4 di-sukharev 2023-03-06 19:07:56 +08:00
  • 578a30c330 0.0.3 v0.0.3 di-sukharev 2023-03-06 19:07:54 +08:00
  • 973a4a2843 * 🐛 fix(package.json): change cli file extension from .mjs to .cjs * feat(package.json): add publish script The cli file extension has been changed from .mjs to .cjs to improve compatibility with Node.js. The publish script has been added to simplify the process of publishing a new version of the package to npm. di-sukharev 2023-03-06 19:07:48 +08:00
  • 144f6b4499 0.0.2 v0.0.2 di-sukharev 2023-03-06 18:52:08 +08:00
  • 4b7cb77ea4 * 📦 chore(package.json): add repository and author fields The repository field is added to specify the URL of the project's repository. The author field is updated to include the author's GitHub profile URL. di-sukharev 2023-03-06 18:47:22 +08:00
  • 58d2eb1b09 * 🎨 style(README.md): update OpenCommit logo filename The logo filename has been updated to match the new filename of the logo file. di-sukharev 2023-03-06 18:41:36 +08:00
  • 9897d2ff5f * 📝 docs(README.md): add examples section Added an examples section to the README.md file to showcase how OpenCommit works. The section includes a link to the relevant commit and a brief description of the configurable options. di-sukharev 2023-03-06 18:40:31 +08:00
  • 17a28d697b * 🐛 fix(generateCommitMessageFromGitDiff.ts): add length of initial messages prompt to check for maximum request tokens * feat(generateCommitMessageFromGitDiff.ts): add support for generating commit messages with chat completion The length of the initial messages prompt is now added to the check for maximum request tokens to ensure that the request does not exceed the maximum allowed tokens. Support for generating commit messages with chat completion has been added, which allows for more efficient and streamlined commit message generation. di-sukharev 2023-03-06 18:38:33 +08:00
  • 4795a69580 * 🆕 chore(.eslintrc.json): add ESLint configuration file The commit adds a new ESLint configuration file to the project. The configuration extends the recommended rules from ESLint, adds recommended rules from the @typescript-eslint plugin, and adds the prettier plugin to format code. The configuration also includes rules to enforce sorting of imports, disallow console statements, and disallow non-null assertions. di-sukharev 2023-03-06 18:35:41 +08:00