Skip to content

Releases: plopjs/plop

plop@4.0.1

22 Dec 22:40
Compare
Choose a tag to compare

What's Changed

  • feat: Adds --no-progress flag that disables the progress bar by @rznzippy in #408
  • fix(engines): update engines to match top level package by @blabute in #403
  • fix(node-plop): type assertion is not working for vm array by @niandalu in #405
  • Update All Deps Dec 2023 by @crutchcorn in #411

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/plop@4.0.0...plop@4.0.1

plop@4.0.0

05 Sep 08:48
Compare
Choose a tag to compare

The next major release of plop since 2021 is here!

We've got a massive feature in this release: TypeScript Configuration File Support. Read further to find out more!

Breaking Changes

  • Node 12, 14, and 16 support has been dropped

Features

TypeScript Configuration Support

The major feature of this release is support for TypeScript plopfile.ts files out-of-the-box (#297). This is a long-standing feature request and it's now live!

While we have an E2E test to validate that this feature works, please let us know if there's any issues with it.

It's clear to us now that this feature wasn't in the oven quite long enough. Please check #297 for status updates. Apologies for the miscommunication.

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/plop@3.1.2...plop@4.0.0

plop@3.1.2

08 Feb 00:20
8e302df
Compare
Choose a tag to compare

What's Changed

  • Use type alias for inquirer module to avoid typescript error. Closes #357 by @jayalfredprufrock in #358
  • Ensure addMany actions strip extensions correctly on dot files by @alarner in #366
  • Empty checkbox bypass by @bradgarropy in #354
  • fix: Append action's templateFile string not processed by handlebars by @trmnl-cmdr in #352

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/plop@3.1.1...plop@3.1.2

node-plop@0.31.1

08 Feb 00:20
8e302df
Compare
Choose a tag to compare

What's Changed

  • Use type alias for inquirer module to avoid typescript error. Closes #357 by @jayalfredprufrock in #358
  • Ensure addMany actions strip extensions correctly on dot files by @alarner in #366
  • Empty checkbox bypass by @bradgarropy in #354
  • fix: Append action's templateFile string not processed by handlebars by @trmnl-cmdr in #352

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/node-plop@0.31.0...node-plop@0.31.1

plop@3.1.1

15 Jun 13:55
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/node-plop@0.31.0...plop@3.1.1

plop@3.1.0

27 Apr 04:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/plopjs/plop/compare/plop@3.0.6...plop@3.1.0

node-plop@0.31.0

27 Apr 04:35
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/plopjs/plop/compare/node-plop@0.30.1...node-plop@0.31.0

plop@3.0.6

27 Apr 04:33
Compare
Choose a tag to compare

This repo is now a monorepo, which is housed alongside the code for node-plop. All previous releases refer to only plop itself, and not node-plop.

What's Changed

New Contributors

Full Changelog: https://github.com/plopjs/plop/compare/v3.0.5...plop@3.0.6

node-plop@0.30.1

27 Apr 04:34
Compare
Choose a tag to compare

This is the first release under the plop monorepo instead of having node-plop in a dedicated repo.

No code changes outside of merging into the monorepo were made.

v3.0.5

14 Dec 15:49
cd9b1aa
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.0.5