Releases: modernice/jotbot
Releases · modernice/jotbot
v0.1.5
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
v0.1.3
v0.1.2
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
v0.1.0
v0.0.12
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
Changelog
v0.0.10
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
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