Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Lower deprecations for
Skeleton.fromDB/toDB
(#1345)
Remove fromDB() and toDB() deprecation warnings for now? I think it's still too early, especially because there are API changes that may lead to unwanted errors and breaking. Pros: - fromDB() and toDB() already use read() and write() internally - API remains compatible Cons: - Projects may not be willing to change their API calls.
- Loading branch information