2021-06-08 15:23:33 +00:00
# create-astro
2022-03-25 22:00:49 +00:00
## 0.8.0
### Minor Changes
- [#2843 ](https://github.com/withastro/astro/pull/2843 ) [`1fdb63b5` ](https://github.com/withastro/astro/commit/1fdb63b5d000d17edca77e870ce721e616a9c64a ) Thanks [@JuanM04 ](https://github.com/JuanM04 )! - Automatically add integration `peerDependencies` to scaffolded `package.json` files
2022-03-22 03:27:46 +00:00
## 0.8.0-next.0
### Minor Changes
- [#2843 ](https://github.com/withastro/astro/pull/2843 ) [`1fdb63b5` ](https://github.com/withastro/astro/commit/1fdb63b5d000d17edca77e870ce721e616a9c64a ) Thanks [@JuanM04 ](https://github.com/JuanM04 )! - Automatically add integration `peerDependencies` to scaffolded `package.json` files
2022-01-21 00:23:30 +00:00
## 0.7.1
### Patch Changes
- [#2429 ](https://github.com/withastro/astro/pull/2429 ) [`fda857eb` ](https://github.com/withastro/astro/commit/fda857eb22508f55233e297a887b356ea7b87398 ) Thanks [@Mikkel-T ](https://github.com/Mikkel-T )! - Added an option to create-astro to use verbose logging which should help debug degit issues
2021-12-23 16:49:30 +00:00
## 0.7.0
### Minor Changes
- [#2202 ](https://github.com/withastro/astro/pull/2202 ) [`45cea6ae` ](https://github.com/withastro/astro/commit/45cea6aec5a310fed4cb8da0d96670d6b99a2539 ) Thanks [@jonathantneal ](https://github.com/jonathantneal )! - Officially drop support for Node v12. The minimum supported version is now Node v14.15+,
2021-12-09 12:57:08 +00:00
## 0.6.10
### Patch Changes
- [#2150 ](https://github.com/withastro/astro/pull/2150 ) [`d5ebd9d1` ](https://github.com/withastro/astro/commit/d5ebd9d178ed4e5d15ef43f32217c16d44f19151 ) Thanks [@FredKSchott ](https://github.com/FredKSchott )! - Fix create-astro export map entry
2021-12-06 21:15:14 +00:00
## 0.6.9
### Patch Changes
- [#2124 ](https://github.com/withastro/astro/pull/2124 ) [`c0f29bcf` ](https://github.com/withastro/astro/commit/c0f29bcf8c2b943e4a8101cae4f893b13a4b832c ) Thanks [@leosvelperez ](https://github.com/leosvelperez )! - Parse --renderers flag correctly when passed to the create-astro cli
2021-11-23 23:12:00 +00:00
## 0.6.8
### Patch Changes
- 3e1bdb1a: Add a helpful message for the "could not find commit hash for ..." error
2021-11-19 21:01:50 +00:00
## 0.6.7
2021-11-18 00:25:02 +00:00
## 0.6.7-next.1
### Patch Changes
- 6c66d483: Fix issue with v7.x+ versions of npm init, which changed default flag handling
2021-11-18 00:05:54 +00:00
## 0.6.7-next.0
### Patch Changes
- 6c66d483: Fix issue with v7.x+ versions of npm init, which changed default flag handling
2021-10-22 22:03:09 +00:00
## 0.6.6
### Patch Changes
- d5fdeefe: Changes create-astro to pull examples from the latest branch
2021-10-22 20:20:22 +00:00
## 0.6.5
### Patch Changes
- 025f5e3f: Fix to revert change pointing create-astro at the latest branch
2021-10-22 20:04:12 +00:00
## 0.6.4
### Patch Changes
- 28f00566: Updates create-astro to use the latest branch
2021-10-01 17:36:02 +00:00
## 0.6.3
### Patch Changes
- 0eeb2534: change rm to unlink for node 12 compatability
2021-09-01 19:58:14 +00:00
## 0.6.2
### Patch Changes
- 11a6f884: Added a check to see if the renderers array is empty and only show the message about using the templates default renderers if it isn't
2021-08-27 14:46:14 +00:00
## 0.6.1
### Patch Changes
- 24dce41c: Adds a new template 'minimal' which does not include a framework
2021-08-03 14:49:20 +00:00
## 0.6.0
### Minor Changes
- cf4c97cf: forced degit template extraction in case of non empty installation directory
2021-07-27 20:10:47 +00:00
## 0.5.2
### Patch Changes
- 6c52c92: Add warning when encountering 'zlib: unexpected end of file' error
2021-07-27 16:41:42 +00:00
## 0.5.1
### Patch Changes
- a7e6666: compile javascript to target Node v12.x
- bd18e14: Add support for [Solid ](https://www.solidjs.com/ )
- d45431d: create-astro does not fail when removing subdirectories
2021-07-21 23:12:11 +00:00
## 0.5.1-next.1
### Patch Changes
- bd18e14: Add support for [Solid ](https://www.solidjs.com/ )
2021-07-21 15:18:13 +00:00
## 0.5.1-next.0
### Patch Changes
- a7e6666: compile javascript to target Node v12.x
- d45431d: create-astro does not fail when removing subdirectories
2021-07-08 18:40:42 +00:00
## 0.5.0
### Minor Changes
- 36e104b: Use new client: prefix for component exmaples
2021-07-07 21:36:13 +00:00
## 0.4.0
### Minor Changes
- 5d5d67c: Update `create-astro` to handle framework-specific logic based on user preference
2021-07-06 19:31:12 +00:00
## 0.3.5
### Patch Changes
- d8ceff5: Allows using an external repo as a template
You can do this with the `--template` flag:
```bash
npm init astro my-shopify --template cassidoo/shopify-react-astro
```
2021-06-22 19:01:33 +00:00
## 0.3.4
### Patch Changes
- b0e41ea: fix small output bugs
2021-06-16 18:12:05 +00:00
## 0.3.3
### Patch Changes
- f9f2da4: Add repository key to package.json for create-astro
2021-06-14 12:43:03 +00:00
## 0.3.2
### Patch Changes
- ab2972b: Update package.json engines for esm support
2021-06-08 16:58:50 +00:00
## 0.3.1
### Patch Changes
- d6a7349: fix issue with empty prompt
2021-06-08 15:23:33 +00:00
## 0.3.0
2021-06-08 15:24:57 +00:00
2021-06-08 15:23:33 +00:00
### Minor Changes
- 6bca7c8: Redesigned create-astro internals
- 6bca7c8: New UI