Skip to content

0.4.2

Compare
Choose a tag to compare
@JeroenBakker JeroenBakker released this 25 Aug 12:18
· 3 commits to main since this release
3c7d4fa

Fixed

  • Clear log no longer sets null but it actually removes the storage item.
    Because the localStorage stores strings, and "null" is a string and valid JSON it was passing all checks
    and it was being returned instead of an empty array.