1.1.0: Optimization of entity lifecycle
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.