Skip to content

v0.9.0

Choose a tag to compare

@arthurfiorette arthurfiorette released this 21 Feb 17:56
· 1035 commits to main since this release

Important Changes

  • Web storage handles Quota and DOMException errors (#148)

    If you were using buldWebStorage, when upgrading to v0.9.0, most likely all previous data saved will be lost.
    But this is not a problem, as in the next request it will be fetched again.
    (That's because the default prefix was changed from '' to '__ACI' to avoid conflicts by default)

Merged

  • feat: handle web storage DOMExceptions #148
  • chore(deps-dev): bump eslint-config-prettier from 8.3.0 to 8.4.0 #149
  • chore(deps-dev): bump webpack from 5.69.0 to 5.69.1 #147

Commits

  • deps: updated object-code 9f4b400
  • docs: updated docs and runkit playground 89066df
  • docs: updated download urls 683fdb2
  • style: formatted code 71fbfab

New Contributors

Full Changelog: v0.8.10...v0.9.0