Skip to content

Releases: Freyskeyd/gulp-prompt

Removed let dependency

20 Dec 01:16
e0bca2a
Compare
Choose a tag to compare

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

05 Dec 00:31
dbae82c
Compare
Choose a tag to compare

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

01 Dec 01:07
06655ac
Compare
Choose a tag to compare

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

12 Nov 19:34
f5a7b7b
Compare
Choose a tag to compare

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

12 Oct 00:08
Compare
Choose a tag to compare

Added Lodash templating #8 for messaging and an example gulp file for issue #22

v-0.3.0

27 Sep 18:59
Compare
Choose a tag to compare

This is the first release for version 0.3.0. This release includes some code maintenance fixes. The main issues addressed are as follows:

  1. Adding unit testing to the main project
  2. Adding eslint to monitor the code quality moving forward