All notable changes to this library will be documented in this file.
The format is based on Keep a Changelog and this library adheres to Semantic Versioning.
Legend:
- 🎉 Special release
- ✨ New feature
- 📃 Documentation
- 🔧 Fix/Change
Append GitHub @usernames to all bullet points.
- 🔧 Fixed all package versions to match the ones of react-scripts 2.1.0 @PatrickSachs.
- ✨ Added new
--dependency tgz
option for the init command @PatrickSachs. - ✨ Added new
--dependency npm@...
option for the init command, where...
is any possible version of create-react-prototype @PatrickSachs. - ✨ Added a
--debug
option for all commands @PatrickSachs. - 🔧 Updated the example to use react-scripts 2 @PatrickSachs.
- 🔧 Fixed banner containing a JSON object pointing to the repo instead of a string @PatrickSachs.
- 🔧 (Probably!) Fixed potential build error when using yarn @PatrickSachs.
- 🔧 Fix
publish
command when using yarn as package manager @PatrickSachs.
- ✨ Added
--packageManager
to theinit
command, allowing the use of yarn as package manager @PatrickSachs. - 🔧 Changed Jest version to 22.4.3, which is required by the react-scripts for the example project, even when not using unit tests @PatrickSachs.
- 🔧 Added missing keywords to package.json for the NPM registry @PatrickSachs.
- 🎉 Initial release @PatrickSachs.