Skip to content

Releases: honojs/create-hono

v0.3.0

15 Oct 22:59
Compare
Choose a tag to compare

What's Changed

  • chore: git ignore pnpm-lock.yaml by @yusukebe in #6
  • feat: use basepath name for project name and add on-create hook by @sor4chi in #4
  • ci: setup CI by @yusukebe in #8
  • refactor: refactored the code by @yusukebe in #9
  • ci: test node 18.x, 19.x, 20.x by @yusukebe in #10
  • feat: regexp for project name & array template name for addHook by @yusukebe in #11

New Contributors

Full Changelog: v0.2.6...v0.3.0

v0.2.6

24 May 12:42
Compare
Choose a tag to compare

v0.2.5...v0.2.6

Full Changelog: v0.2.5...v0.2.6

v0.2.2

25 Apr 08:07
Compare
Choose a tag to compare

What's Changed

  • docs(readme): fixed the command 126679d

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Apr 23:01
Compare
Choose a tag to compare

What's Changed

  • Fix bug where 'undefined' directory created when no arguments provided by @jculvey in #2

Full Changelog: v0.2.0...v0.2.1

v0.2.0

06 Apr 23:58
Compare
Choose a tag to compare

What's Changed

  • Accept template name as positional argument from command line by @jculvey in #1

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

12 Jan 14:17
Compare
Choose a tag to compare

This is a patch release.

v0.1.0

12 Jan 14:05
Compare
Choose a tag to compare

Released! You can start to build a Hono app with this command:

npm create hono@latest

Enjoy!