Skip to content

Releases: baabouj/create-a-new-app

v0.2.4 🌈

11 Oct 15:01
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • chore(templates/server/typescript/express): add input validation and authentication to handleAsync helper @baabouj (#23)

Full Changelog: v0.2.3...v0.2.4

v0.2.3 🌈

10 Oct 11:49
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • fix: remove meta file from the generated template @baabouj (#21)
  • chore(deps): update dependencies @baabouj (#22)

Full Changelog: v0.2.2...v0.2.3

v0.2.2 🌈

17 Mar 16:49
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix: uncomment dependencies install command @baabouj (#20)

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

v0.2.1 🌈

17 Mar 16:38
Compare
Choose a tag to compare

What's Changed

🧰 Maintenance

  • chore: migrate prompts to @clack/prompts @baabouj (#19)

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

v0.2.0 🌈

16 Mar 16:01
Compare
Choose a tag to compare

What's Changed

🚀 Features

Full Changelog: v0.1.2...v0.1.3

v0.1.2 🌈

14 Mar 12:26
Compare
Choose a tag to compare

What's Changed

✨ Other Changes

  • fix: add repository to package.json @baabouj (#17)
  • feat: add option to add github actions to libraries @baabouj (#16)
  • fix(templates/server/typescript/express): remove unused dependencies @baabouj (#15)

Full Changelog: v0.1.1...v0.1.2

v0.1.1 🌈

27 Jan 15:11
Compare
Choose a tag to compare

What's Changed

🐛 Bug Fixes

  • fix(src/bin.ts): start script with the node executable @baabouj (#14)

Full Changelog: v0.1.0...v0.1.1

v0.1.0 🌈

27 Jan 10:40
Compare
Choose a tag to compare

What's Changed

🚀 Features

  • feat: add option to add commitlint to the app @baabouj (#3)
  • feat: add option to add list-staged to the app @baabouj (#2)
  • feat: add library option @baabouj (#1)

🐛 Bug Fixes

  • fix: use templates in src directory on development @baabouj (#13)
  • fix(package.json): add prepare and postversion scripts @baabouj (#12)
  • fix(.github/workflows/release.yml): remove extra hyphens @baabouj (#11)
  • fix(src/shared): remove jest from eslint config @baabouj (#5)

🧰 Maintenance

Full Changelog: ...v0.1.0