Releases: dumbmatter/fakeIndexedDB
Releases · dumbmatter/fakeIndexedDB
v2.0.6
v2.0.5
v2.0.4
- Improved structured cloning, which fixes bugs when used with strange objects like dumbmatter/realistic-structured-clone#5
v2.0.3
v2.0.2
- Include core-js by default to make it work more easily in old environments like PhantomJS
v2.0.1
- Minor updates to README
v2.0.0
- Fully implements the IndexedDB 2.0 API (which technically still is a draft, but is probably not going to substantially change).
- Ported to TypeScript, which hopefully means less bugs.
- Dynamically runs the W3C web-platform-tests rather than using manually ported tests. This means it's easy to run new tests, and the tests written since the original release of fake-indexeddb turned up several minor bugs which have now been fixed. See
npm run test-w3c
.