Skip to content
Compare
Choose a tag to compare
@stefanbuck stefanbuck released this 20 Oct 21:46
f75ef5f
  • 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