Skip to content

v2.4.0

Latest

Choose a tag to compare

@petruki petruki released this 07 Oct 04:14
· 1 commit to master since this release
5c58255

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