Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Releases: plopjs/node-plop

Release Defect Cleanup

21 Nov 14:46
Compare
Choose a tag to compare
  • fixes a defect with path resolution on Windows
  • fixes syntax error on older versions of node

Fixes For Load

17 Nov 22:07
Compare
Choose a tag to compare

fixed issue with loading helpers and partials

Fully Loaded

17 Nov 20:43
Compare
Choose a tag to compare

Added plop.load functionality that allows a plopfile to import generators, helpers, and partials from another plopfile or plop-pack. A plop-pack is a plopfile and templates that has been published to npm for use across multiple projects. Full documentation will be available on the plop repo once this feature is implemented into the plop-cli.

🎉

One Last Thing

04 Nov 19:15
Compare
Choose a tag to compare
  • fixed a defect where setGenerator would error if a generator name was not specified (or blank)

Ready to Rock for Realz

04 Nov 15:47
Compare
Choose a tag to compare
  • Fixed defect in getGeneratorList

Ready to Rock

04 Nov 15:36
Compare
Choose a tag to compare
  • changed plop.setGenerator to return the generator api object for the generator that was set
  • more tests 🚀
  • more es6 refactoring

Stability And Better Errors

01 Nov 17:45
Compare
Choose a tag to compare
  • Lots more unit test coverage
  • Better error state handling
  • Cleaner code (refactored into es6 with generators)

The Beginning

24 Oct 13:45
Compare
Choose a tag to compare
  • basic support for the entire plop api
  • support for running prompts and actions independently
  • unit tests around plop functionality
  • ability to use plop without the use of a plopfile (setGenerator, addHelper, etc)