Skip to content

Releases: tinyplex/tinybase

v1.3.6

09 Aug 14:17

Choose a tag to compare

Fixes #27 and updates devDependencies.

v1.3.5

12 Jun 15:24

Choose a tag to compare

devDependencies updates, since tags in docs. No change to compiled module.

v1.3.4

16 May 15:35

Choose a tag to compare

devDependencies updates, including Puppeteer 14. No change to compiled module.

v1.3.3

07 May 21:16

Choose a tag to compare

devDependencies updates, including Jest 28. No change to compiled module.

v1.3.2

15 Apr 07:10

Choose a tag to compare

Works around facebook/metro#670 so that TinyBase can be used in React Native. See #17 (comment) for details.

v1.3.1

14 Apr 06:06

Choose a tag to compare

Updates most NPM dependencies and fixes some broken links in the guides.

v1.3.0

19 Mar 23:32

Choose a tag to compare

Adds support for explicit transaction start and finish methods, as well as listeners for transactions finishing. This allows stores to couple their transactions together, which we need for the query engine.

v1.2.3

19 Mar 05:14

Choose a tag to compare

Small improvements as per #11

v1.2.2

08 Mar 06:24

Choose a tag to compare

Only create default values for mapEnsure when needed. Saves memory, time, and bundle size!

v1.2.1

08 Mar 05:28

Choose a tag to compare

Updated build-time dependencies, including TypeScript 4.6