- Update node.js to use v16
BREAKING CHANGES
Original this change was meant for v3, but it slipped into this release. See #50 and #21 for details.
The previous checkbox output produced this:
{
"laravel": true,
"svelte": true,
}
whereas the new checkbox output will be an array like this
{
"fav_frameworks": ["Laravel", "Svelte"]
}
Full Changelog: v2.0.5...v2.0.6