Skip to content

Latest commit

 

History

History
43 lines (21 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

43 lines (21 loc) · 1.93 KB

Changelog

0.3.1 (2024-11-18)

Bug Fixes

  • npm publish not build package before run it (44d6117)

0.3.0 (2024-11-18)

Features

  • replace embed tsyringe middleware to @hono/tsyringe (e59090d)

0.2.0 (2024-11-14)

Features

  • add renderTempalte to process dotfiles in template (c0d0bb6)

Bug Fixes

  • remove unnecessary package-lock.json in template (afa1782)

0.1.0 (2024-11-14)

Features

  • add LINE Bot testing template (0cc0a63)
  • add prompts to ask for options (704dd9c)
  • allow command options and support auto install dependency (53f7dea)
  • auto configure package.json name (24bc5b8)
  • basic template with minimal copy implemented (dfd446c)

Continuous Integration