This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
Releases: plopjs/node-plop
Releases · plopjs/node-plop
Critical Stardust
v0.20.0 Merge pull request #131 from plopjs/greenkeeper/eslint-plugin-node-10…
No Leaky Data
- fixes issue where
action.data
values would leak into future actions
Types and Fixes
0.17.4
Fun With Fixes and Features
add
andaddMany
actions now support handlebar templates for the templateFile property- added code to support
bypass
feature - fixed but with
addMany
on Windows machines
addMany action bugfix
addMany was choking on a globby array, now it does not.
Hierarchical Prompts
Custom Actions Support
- Added support for custom (3rd party) actions
- Added a built-in
addMany
action
This release will be used in the plop CLI once documentation is updated on the plopjs
Fix Resolve for plop.load
v0.5.5
Node 4 Compatibility
changed babel preset so that node 4 compatibility is always used when compiling the source for distribution to npm.
resolves #29
Defective Package
- fixed
pkg
helper functionality - explicitly set
plopfilePath
to process.cwd() if it's not provided