-
-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WritableTable in 2.0 #343
Comments
I'm removing WriteableTable and WriteableCollection and incorporating them into Table and Collection in version 2.0 beta. |
Is there any documentation on what's new or what are the breaking changes in dexie 2.0 ? |
Breaking changes are listed in the release notes for 2.0.0-beta.2. Unfortunaly, this particular change was not listed. I fix ;) |
Edited last comment... It's listed in the relase notes of 2.0.0-beta.2, which is the first published 2.0 release. |
Hey, I'm trying to update dexie-mongoify for 2.0, and I found that
WritableTable
does not seem to exist there, and methods moved to justTable
.Am I getting it right that from 2.x there would be only
Table
and I should use it instead?Edit: tried in
v2.0.0-beta.2
The text was updated successfully, but these errors were encountered: