-
Notifications
You must be signed in to change notification settings - Fork 75
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
2.0.0 #150
Comments
Another suggestion would be to have a require('101/delete')
require('101/mut/delete') |
On the README, it'd be nice to have pointers to what is not implemented (eg, deprecations). So something like:
|
Re: ES6 transpilation (#42): I'd like to avoid build steps if it's avoidable. 101 is about small micro-utilities. Writing in ES6 syntax isn't going to give any significant productivity boost, nor will it make 101 more useful in any way. If you do decide on writing in es6, just avoid using (Just my personal opinion, of course!) |
es6 utils removal or deprecations?
rename mutable methods to
mutable-
rename
put
andomit
toset
anddelete/del
The text was updated successfully, but these errors were encountered: