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

Releases: plopjs/node-plop

v0.30.0

27 Nov 20:15

Choose a tag to compare

This PR rewrites the entirety of node-plop to ESM in preparation for plop@3. This means the implications from this Gist apply:

https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c

This means that we only support the following versions of Node:

^12.20.0 || ^14.13.1 || >=16.0.0

A few APIs have changed outside of that:

  • plop.load returns a promise that must be awaited
  • plop() returns a promise that must be awaited
  • promptBypass() returns a promise that must be awaited
  • TS types have been made much more accurate, let us know what's broken

v0.26.3

18 Oct 05:57

Choose a tag to compare

What's Changed

New Contributors

v0.26.2

31 Jul 20:31

Choose a tag to compare

  • Fix and improve various typing issues

v0.26.1

19 Jul 22:00

Choose a tag to compare

  • Fixed an issue with exporting a typescript type

Type-o-poluza

19 May 19:17

Choose a tag to compare

  • Fixed various issues with typings
  • (Internal) Added type tests to make typings more consistent in future
  • Removed packages with stub types
  • Fixed bug with skip feature

v0.25.0

03 Mar 02:50
f911f02

Choose a tag to compare

  • Fix issues with TypeScript typings
  • Migrate from co library to native async/await in internal codebase*
  • Add transform and when functions to actions. These new features are documented in plop through the following pull request: plopjs/plop#199

*This should not impact users outside of reducing the bundle size

v0.24.0

17 Feb 19:53
a3c7b8c

Choose a tag to compare

  • updates to the .d.ts file
  • supported fixes for using TypeScript and ESM Modules with node-plop

TypeScript Update

04 Nov 19:20

Choose a tag to compare

  • updates to .d.ts file

v0.22.0

18 Oct 17:24

Choose a tag to compare

additional minor fix for append

Infinite Knight

18 Oct 17:06

Choose a tag to compare

  • fixes issue with unique behavior of append action when pattern is a string