We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Scott!
some lodash methods are depricated, e.g. you used _.extends in base-document.js see https://github.com/lodash/lodash/wiki/Roadmap
"Remove aliases all, any, backflow, collect, compose, contains, detect, extend, fold, foldr, head, include, inject, iteratee, methods, object, select, tail, & unique"
kind regards gabriel
The text was updated successfully, but these errors were encountered:
Fixed bugs #1, #3, and undocumented bugs. Added getClient, and added …
0a5c7e3
…fromData() functionality to create()
Thanks, Gabriel!
Sorry, something went wrong.
No branches or pull requests
Hi Scott!
some lodash methods are depricated, e.g. you used _.extends in base-document.js
see https://github.com/lodash/lodash/wiki/Roadmap
"Remove aliases all, any, backflow, collect, compose, contains, detect, extend, fold, foldr, head, include, inject, iteratee, methods, object, select, tail, & unique"
kind regards
gabriel
The text was updated successfully, but these errors were encountered: