Release 0.1.0-beta.8
Pre-release
Pre-release
tobyzerner
released this
05 Jun 02:29
·
12 commits
to master
since this release
Added
- Support model type inference:
const store = new Store({ users: User });
store.find('users', '1') // User
Removed
- Remove the
Store.model
method. Models must now be defined when the Store is constructed.