Skip to content

1.1.0: Optimization of entity lifecycle

Choose a tag to compare

@arnelenero arnelenero released this 20 Feb 17:02
· 31 commits to main since this release
73414e1

Changes:

  • Optimize entity lifecycle by making global store opt-in for testing [PR #20].
  • Breaking change is limited to testing only, i.e. usage of resetAll(), as affected by the above.
  • Introduces new function enableStore() to support the now opt-in global store.