What's Changed
- chore: replaced stmt with snapshotVersion (bump Deno v.2.4.5) by @petruki in #94
- chore: fixes code smells by @petruki in #95
- feat: removed data attribute from snapshot by @petruki in #96
Breaking change
Snapshot content before:
{
"data": {
"domain": {
"name": "switcher-domain",
"activated": true,
"group": [...]
}
}
}Snapshot content now:
{
"domain": {
"name": "switcher-domain",
"activated": true,
"group": [...]
}
}Full Changelog: v2.3.1...v2.4.0