Skip to content

Releases: tyrchen/codebank

v0.4.5

29 Apr 06:32
882b855

Choose a tag to compare


0.4.5 - 2025-04-29

Bug Fixes

  • enum should contain fields (#8) - (882b855) - Tyr Chen

v0.4.4

29 Apr 06:13
25ed49a

Choose a tag to compare


0.4.4 - 2025-04-29

Other

  • Feature/improve formatter (#7)
  • feature: ignore directories

  • chore: make test pass

  • chore: bump version - (25ed49a) - Tyr Chen

v0.4.3

29 Apr 05:26
8ad12b5

Choose a tag to compare


0.4.3 - 2025-04-29

Other

  • Feature/bank config (#6)
  • feature: support BankConfig

  • feature: use serde for BankConfig - (8ad12b5) - Tyr Chen

v0.4.2

29 Apr 03:52
666f809

Choose a tag to compare


0.4.2 - 2025-04-29

Miscellaneous Chores

  • remove axum & only use serde for mcp - (666f809) - Tyr Chen

v0.4.1

29 Apr 03:48
85b3193

Choose a tag to compare


0.4.1 - 2025-04-29

Features

  • allow lib use to not include rmcp (#5) - (85b3193) - Tyr Chen

v0.4.0

28 Apr 07:21
f66cb4b

Choose a tag to compare


0.4.0 - 2025-04-28

Other

  • Feature/support go (#4)
  • feature: add package file (#3)

  • feature: add package file

  • Update specs/0006-package-file.md

Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com


Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com

  • feature: support golang

  • fix: fix test cases

  • chore: update parser example

  • chore: add go.mod for package file

  • fix: manually fixed struct formatter

  • fix: fixed failing test

  • chore: bump version


Co-authored-by: Copilot 175728472+Copilot@users.noreply.github.com - (f66cb4b) - Tyr Chen

v0.3.1

28 Apr 00:24
c1ee273

Choose a tag to compare


0.3.1 - 2025-04-28

Features

  • add package file (#3) - (c1ee273) - Tyr Chen

v0.3.0

27 Apr 23:23
a674d7c

Choose a tag to compare


0.3.0 - 2025-04-27

Features

  • prepare for cpp parser - (50c5e31) - Tyr Chen
  • make cpp parser work - (390b4ed) - Tyr Chen

Miscellaneous Chores

  • fix cargo category - (e801ebd) - Tyr Chen
  • udpate readme - (328e71f) - Tyr Chen
  • fix function parsing - (b4f9552) - Tyr Chen

Other

  • Merge pull request #1 from tyrchen/feature/support-cpp

Feature/support cpp - (4846704) - Tyr Chen

  • Fix/fix rust parser formatter (#2)
  • fix: trait methods should be public

  • feature: add FieldUnit

  • feature: parse fields for rust

  • feature: add similar logic to other languages

  • fix: improve formatter

  • feature: improve formatter

  • chore: update to rust 2024 (AI automatically switch it to 2021)

  • chore: use oncecell for regex - (a674d7c) - Tyr Chen

v0.2.1

27 Apr 18:09
e5c73b8

Choose a tag to compare


0.2.1 - 2025-04-27

Features

  • support typescript - (0e299ef) - Tyr Chen
  • update mcp functionality - (411959a) - Tyr Chen

Miscellaneous Chores

  • bump version - (e5c73b8) - Tyr Chen

v0.2.0

27 Apr 07:34
34ac744

Choose a tag to compare


0.2.0 - 2025-04-27

Features

  • support python parser - (8a49c7c) - Tyr Chen
  • refactor formatter - (e7d35b5) - Tyr Chen
  • use ignore rather than walk_dir - (ae7897a) - Tyr Chen

Miscellaneous Chores

  • fix all test cases - (34ac744) - Tyr Chen