Skip to content

Commit

Permalink
v8.0.0 (#272)
Browse files Browse the repository at this point in the history
* fix(datastore.ts): ensure entities with id based keys are correcly loaded from cache

All entities which have id based keys now return those ids and their paths as numbers. If you rely
on the id being a string you will need to update your code.

BREAKING CHANGE: Entity keys return ids as Number

fix #243

* "chore(release): 8.0.0"

* docs(changelog): add known Date caching issue
  • Loading branch information
carnun authored Apr 7, 2022
1 parent 6e4901f commit d8aefd3
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 157 deletions.
Loading

0 comments on commit d8aefd3

Please sign in to comment.