Releases: omdxp/react-help-create
2.3.0
In this version you can create and delete redux reducers and actions. So it can give your more room to handle all that redux stuff of creating reducers and updating necessary files again and again. With just a simple command line you can do that more easily and intuitive way!
For more details you can check the documentation.
What's Changed
- Chore: Add test script to GitHub Actions by @Omar-Belghaouti in #12
- Feature: Redux Enhancement by @Omar-Belghaouti in #13
- Docs: Add docs for new features for redux by @Omar-Belghaouti in #14
Full Changelog: 2.2.0...2.3.0
2.2.0
In this version you can start using a config file where you can customize the usage for the command line and make more freedom for creating your files. It's also contains a good feature when creating your templates there is a naming convention for your template components (__COMPONENT__
) so when you use them it'll be changed to the actual name for your components or pages.
For more details you can check the documentation.
What's Changed
- Feature: Using Config File by @Omar-Belghaouti in #7
- Feature: Create Config File by @Omar-Belghaouti in #8
- Feature: Specified Name in Templates by @Omar-Belghaouti in #9
- Docs: Updating Docs for 2.2.0 by @Omar-Belghaouti in #10
Full Changelog: 2.0.1...2.2.0
2.0.1
2.0.0
In this release files will be created in even more structured and ergonomic way that will help you develop your React projects with ease of use and even faster in development.
For more details check documentations.
What's Changed
- Chore: new project structure by @Omar-Belghaouti in #3
- Feature: npm publish workflow by @Omar-Belghaouti in #4
- Docs: updating docs for 2.0.0 by @Omar-Belghaouti in #5
Full Changelog: 1.1.0...2.0.0
Creating components and pages with user defined templates
This version is dedicated for the suggestion #1 .
In this version you can create components and pages with your own templates!
Creating, deleting and combining files and folders
This is the first release that have the basic functionalities to make your react project created in a very structured manner.