v1.9.0
What's Changed
- feat: removed data attribute from snapshot (#365) by @petruki in #366
- Closes #368 - allow diff Switcher Key constant name (#369) by @petruki in #370
Breaking change #366
Snapshot content before:
{
"data": {
"domain": {
"name": "switcher-domain",
"activated": true,
"group": [...]
}
}
}Snapshot content now:
{
"domain": {
"name": "switcher-domain",
"activated": true,
"group": [...]
}
}Full Changelog: v1.8.1...v1.9.0