Releases: yeoman/generator-generator
Releases · yeoman/generator-generator
5.2.0
What's Changed
- Update "Getting started" in README by @dkacperski97 in #245
- feat: aligned CI with Nodejs LTS versions by @UlisesGascon in #252
- fix: remove use strict by @karlotimmerman in #250
- chore: migrate to
assert.strictEqual()in tests by @jozefizso in #263 - ci: add build workflow by @jozefizso in #261
- chore: code linting by @jozefizso in #262
- ci: apply security best practices by @step-security-bot in #266
- ci: remove legacy travis files by @UlisesGascon in #267
- ci: pin dependencies by @step-security-bot in #268
- chore: bumped ESLint and Prettier devDeps to latest (flat config) by @JoshuaKGoldberg in #271
- docs: improve alt text for README.md image by @JoshuaKGoldberg in #272
- ci: add support for Node@24 and Node@25 by @UlisesGascon in #277
New Contributors
- @dkacperski97 made their first contribution in #245
- @karlotimmerman made their first contribution in #250
- @jozefizso made their first contribution in #263
- @step-security-bot made their first contribution in #266
- @JoshuaKGoldberg made their first contribution in #271
Full Changelog: v5.1.0...v5.2.0
v5.1.0
v5.0.0
v4.0.2
v4.0.1
v4.0.0
v3.2.0
v3.1.0
v3.0.0
🔈 Major Release 🔈
Using generator-node which replaces replaces Gulp/Mocha/Mockery/Istanbul with npm scripts and Jest.
Therefore these changes are adapted to generator-generator to make sure build match and update remains easy to handle.