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
v0.30.0
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 beawait
edplop()
returns a promise that must beawait
edpromptBypass()
returns a promise that must beawait
ed- TS types have been made much more accurate, let us know what's broken
v0.26.3
What's Changed
- Fixes for Issue #194 by @davidmwhynot in #196
- Include string in action type union by @tuliren in #191
- Inquirer function params by @RobinKnipe in #190
- feat: Prompt Bypass supports Object choice values by @knikolov-nuvolo in #209
- Fix load method params type definition by @Wander95 in #205
New Contributors
- @davidmwhynot made their first contribution in #196
- @tuliren made their first contribution in #191
- @RobinKnipe made their first contribution in #190
- @knikolov-nuvolo made their first contribution in #209
- @Wander95 made their first contribution in #205
v0.26.2
- Fix and improve various typing issues
v0.26.1
- Fixed an issue with exporting a typescript type
Type-o-poluza
- 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
- Fix issues with TypeScript typings
- Migrate from
co
library to nativeasync
/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
- updates to the
.d.ts
file - supported fixes for using TypeScript and ESM Modules with
node-plop
TypeScript Update
- updates to .d.ts file
v0.22.0
Infinite Knight
- fixes issue with
unique
behavior ofappend
action whenpattern
is a string