All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- To reflect Astro 4 changes, changed the default assets path from
./public/assets/
to./src/assets/
. - Frontmatter tag
postSlug
changed toslug
. - Under the hood: Dependency version bump.
- Only create content directory, if user so choosed. Previously it was created regardless.
- Under the hood: Upgraded dependency
inquirer
to@inquirer/prompts
.
- Option to change the content directory format. Values
date
(default) andslug
are valid. - Improved CLI messages.
- Added
CHANGELOG.md
to project.
package.json
now contains links to GitHub.
- Initial release.