Releases: plopjs/plop
[email protected]
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
- @JanThiel made their first contribution in #378
- @blabute made their first contribution in #403
- @niandalu made their first contribution in #405
- @rznzippy made their first contribution in #408
Full Changelog: https://github.com/plopjs/plop/compare/[email protected]@4.0.1
[email protected]
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/[email protected]@4.0.0
[email protected]
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
- @jayalfredprufrock made their first contribution in #358
- @alarner made their first contribution in #366
- @bradgarropy made their first contribution in #354
- @trmnl-cmdr made their first contribution in #352
Full Changelog: https://github.com/plopjs/plop/compare/[email protected]@3.1.2
[email protected]
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
- @jayalfredprufrock made their first contribution in #358
- @alarner made their first contribution in #366
- @bradgarropy made their first contribution in #354
- @trmnl-cmdr made their first contribution in #352
Full Changelog: https://github.com/plopjs/plop/compare/[email protected]@0.31.1
[email protected]
What's Changed
- chore: replace Lerna with Turborepo by @crutchcorn in #338
- chore: Add README.zh.md Related with #257 by @CafuChino in #342
- doc: fix Readme.zh.md by @zhouhaoyiu in #343
- added PlopGeneratorConfig to exports in plop by @naiknareshh in #341
New Contributors
- @CafuChino made their first contribution in #342
- @zhouhaoyiu made their first contribution in #343
- @naiknareshh made their first contribution in #341
Full Changelog: https://github.com/plopjs/plop/compare/[email protected]@3.1.1
[email protected]
What's Changed
- Shorthand to load all plop assets by @RobinKnipe in #333
Full Changelog: https://github.com/plopjs/plop/compare/[email protected]@3.1.0
[email protected]
What's Changed
- Shorthand to load all plop assets by @RobinKnipe in #333
Full Changelog: https://github.com/plopjs/plop/compare/[email protected]@0.31.0
[email protected]
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
- Fixed the issue of 404 doc link. Now the link points to correct example by @atapas in #309
- Monorepo by @crutchcorn in #313
New Contributors
Full Changelog: https://github.com/plopjs/plop/compare/[email protected]
[email protected]
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.