Skip to content

Re-establish IDB connection after an InvalidStateError

Compare
Choose a tag to compare
@thgreasi thgreasi released this 08 Oct 15:24
· 131 commits to master since this release

Highlights:
Try to re-establish IDB connection after an InvalidStateError (#694 by @stkao05). Really cool for long running apps.
Added Generics to iterate() TS Typings (#713 by @DaSchTour).
Define custom drivers syncronously when _support isn't a function (#692 by @gabrielmaldi).
Use the custom driver API for internal drivers, which makes possible to override parts of their implementation.

Thanks to everyone who made this release possible: @jesusbotella, @dmlzj, @morkro, @DaSchTour, @5aledmaged, @eppfel, @stkao05, @gabrielmaldi, @Toub, and of course @tofumatt.

Thanks all!

@thgreasi