Skip to content

Roadmap to v1.0.0 #254

@lumirlumir

Description

@lumirlumir

✨ Features

  • bananass
    • Add --dry option to bananass run
    • Add bananass solved (alias: solvedac) cli command
    • Add bananass add command for easy template making
    • If no arguments are provided to the open command, open the default Baekjoon homepage.
    • --no CLI option
    • Complete migration to Zod v4: fix(bananass)!: remove SolutionWithTestcases type #724
    • extract error handling:
      const message = err instanceof Error ? err.message : String(err);
      const message = extractErrorMessage(err);

🐛 Bug Fixes

🧰 Chores

🔄 Continuous Integrations

📝 Documentation

Only korean versions will be available on bananass.lumir.page in v0.1.0

♻️ Code Refactoring

🧪 Tests

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions