2021-06-08 10:23:33 -05:00
|
|
|
# create-astro
|
|
|
|
|
2021-11-17 19:25:02 -05: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-17 19:05:54 -05: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 17:03:09 -05:00
|
|
|
## 0.6.6
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- d5fdeefe: Changes create-astro to pull examples from the latest branch
|
|
|
|
|
2021-10-22 15:20:22 -05:00
|
|
|
## 0.6.5
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 025f5e3f: Fix to revert change pointing create-astro at the latest branch
|
|
|
|
|
2021-10-22 15:04:12 -05:00
|
|
|
## 0.6.4
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 28f00566: Updates create-astro to use the latest branch
|
|
|
|
|
2021-10-01 12:36:02 -05:00
|
|
|
## 0.6.3
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 0eeb2534: change rm to unlink for node 12 compatability
|
|
|
|
|
2021-09-01 14:58:14 -05: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 09:46:14 -05:00
|
|
|
## 0.6.1
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 24dce41c: Adds a new template 'minimal' which does not include a framework
|
|
|
|
|
2021-08-03 09:49:20 -05:00
|
|
|
## 0.6.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- cf4c97cf: forced degit template extraction in case of non empty installation directory
|
|
|
|
|
2021-07-27 15:10:47 -05:00
|
|
|
## 0.5.2
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- 6c52c92: Add warning when encountering 'zlib: unexpected end of file' error
|
|
|
|
|
2021-07-27 11:41:42 -05: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 18:12:11 -05:00
|
|
|
## 0.5.1-next.1
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- bd18e14: Add support for [Solid](https://www.solidjs.com/)
|
|
|
|
|
2021-07-21 10:18:13 -05: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 13:40:42 -05:00
|
|
|
## 0.5.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 36e104b: Use new client: prefix for component exmaples
|
|
|
|
|
2021-07-07 16:36:13 -05:00
|
|
|
## 0.4.0
|
|
|
|
|
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 5d5d67c: Update `create-astro` to handle framework-specific logic based on user preference
|
|
|
|
|
2021-07-06 14:31:12 -05: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 14:01:33 -05:00
|
|
|
## 0.3.4
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- b0e41ea: fix small output bugs
|
|
|
|
|
2021-06-16 13:12:05 -05:00
|
|
|
## 0.3.3
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- f9f2da4: Add repository key to package.json for create-astro
|
|
|
|
|
2021-06-14 07:43:03 -05:00
|
|
|
## 0.3.2
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- ab2972b: Update package.json engines for esm support
|
|
|
|
|
2021-06-08 11:58:50 -05:00
|
|
|
## 0.3.1
|
|
|
|
|
|
|
|
### Patch Changes
|
|
|
|
|
|
|
|
- d6a7349: fix issue with empty prompt
|
|
|
|
|
2021-06-08 10:23:33 -05:00
|
|
|
## 0.3.0
|
2021-06-08 10:24:57 -05:00
|
|
|
|
2021-06-08 10:23:33 -05:00
|
|
|
### Minor Changes
|
|
|
|
|
|
|
|
- 6bca7c8: Redesigned create-astro internals
|
|
|
|
- 6bca7c8: New UI
|