Skip to content

Releases: modernice/jotbot

v0.1.5

14 May 12:39
e9f7e8d
Compare
Choose a tag to compare

Changelog

  • b57f8ec chore(deps): remove linked dependency
  • f278af6 chore(go.mod): update dependencies for better compatibility and bug fixes
  • 3129f51 chore(jotbot-ts): v0.1.0
  • c95d2fc docs(README.md): update model recommendation for documentation generation
  • 81baf64 docs(jotbot-ts): rengenerate with gpt-4-turbo
  • 8f60267 feat: update dependencies to latest versions for better compatibility and performance feat(openai.go): add GPT4o model with max token support to enhance AI capabilities
  • e9f7e8d refactor(openai.go, tokens.go): streamline comments and function descriptions

v0.1.4

13 Nov 19:49
93e196f
Compare
Choose a tag to compare

Changelog

  • 93e196f feat: add GPT-4 Turbo support

v0.1.3

14 Sep 15:55
5b133fa
Compare
Choose a tag to compare

Changelog

  • 9f0f212 docs(README.md): update project description and OpenAI model recommendations
  • 5b133fa refactor(prompt.go): remove code example instructions from GoDoc and TSDoc prompts to simplify user instructions

v0.1.2

14 Sep 15:34
29357bf
Compare
Choose a tag to compare

Changelog

  • c6a2695 Update README.md
  • f4c8877 Update README.md
  • 9b09280 chore(jotbot): replace @dqbd/tiktoken dependency with tiktoken
  • ee50374 chore(jotbot-ts): v0.0.8
  • 93a43da chore(jotbot-ts): v0.0.9
  • 29357bf feat(cli.go): add default TypeScript symbols for ts.Finder when no symbols are provided
  • 8305ef1 refactor(generate): replace Input with PromptInput to include filename context
  • 214b600 test(minify.test.ts): fix import

v0.1.1

07 Jul 21:56
5fa21d0
Compare
Choose a tag to compare

Changelog

  • 5fa21d0 feat(tokenizer): add OpenAITokenizer function to internal package

v0.1.0

07 Jul 21:40
2bfba66
Compare
Choose a tag to compare

Changelog

  • 2bfba66 fix(cli.go): fix logHandler initialization

v0.0.12

15 May 14:20
1df8a1a
Compare
Choose a tag to compare

Changelog

  • 317254c Update README.md
  • a931705 chore(jotbot-ts): v0.0.7
  • 98e62c6 chore(prompt.go): replace 'symbol references' with 'external references' to improve semantics and clarity of the comment prompt
  • 7b7c79f chore: add new files and directories to .gitignore
  • 3f21ed0 chore: update Go screenshot in .github folder to reflect latest changes
  • 0a94544 fix(jotbot-ts): pass model from CLI to minify (closes #6)
  • 1df8a1a refactor(cli.go): simplify root path check and remove unnecessary condition feat(cli.go): add logger info to display root path for better debugging
  • df4e053 refactor(finder.ts): remove unnecessary comments and simplify code by removing unused interfaces and functions

v0.0.11

08 May 19:19
b87a087
Compare
Choose a tag to compare

Changelog

v0.0.10

08 May 18:02
b465e19
Compare
Choose a tag to compare

Changelog

  • 2258cb7 feat(cli): add clear flag to force-clear comments in generation prompt (Go-specific) feat(langs/golang): add ClearComments option to clear comments in generation prompt (Go-specific)
  • ec58fc5 refactor(service.go): change normalizeGeneratedComment function name to NormalizeGeneratedComment to follow Go naming conventions refactor(service.go): remove unused import refactor(service.go): remove internal.RemoveColumns call from NormalizeGeneratedComment function refactor(service.go): filter out lines starting with '@' in NormalizeGeneratedComment function test(service_test.go): add unit test for NormalizeGeneratedComment function

v0.0.9

08 May 17:04
9d962e5
Compare
Choose a tag to compare

Changelog

  • 6602667 chore(README.md): update README.md to reflect changes in JotBot's features and usage
  • da5f46d docs(README.md): move features section
  • 9d962e5 refactor(comment.go): extract RemoveColumns function to remove column formatting from a string refactor(golang/service.go): use RemoveColumns function to remove column formatting from generated comments refactor(ts/service.go): use RemoveColumns function to remove column formatting from generated comments