Releases: Freyskeyd/gulp-prompt
Removed let dependency
Issue #55 identified an issue with not enforcing strict mode. As the let keyword was only used in two locations I decided to revert this back to var so it was consistent with the rest of the code. I have also published a new version on npm
Production Release
Moving the version up to 1.0 since it has been in production for several years now and has no open issues. We will keep maintain the project and will do our best to fix issues as they come up.
Pre-Production Release
Note: This release did not follow the correct naming convention so I generated a new release
Moving the version up to 1.0 since it has been in production for several years now and has no open issues. We will keep maintain the project and will do our best to fix issues as they come up.
Chain Prompts
Added in the ability to chain prompts together so that the developers can do more complex prompts. Have a look at the Readme file and examples directory for detailed examples
v-0.4.1
v-0.3.0
This is the first release for version 0.3.0. This release includes some code maintenance fixes. The main issues addressed are as follows:
- Adding unit testing to the main project
- Adding eslint to monitor the code quality moving forward