Commit Graph

7 Commits (1f559b52c7fee8db7ef2e77901db9f74db939e31)

Author SHA1 Message Date
Aaron Jensen eb4868775a
Build on node 8, 10 and latest and install latest yarn (#79)
* Update packages to fix build

* Remove nsp, it is deprecated
2018-11-27 09:32:22 -08:00
Aaron Jensen dcee2038b6
Format code with prettier 2017-04-18 17:55:46 -07:00
Aaron Jensen 2dfa674124 Add support for wildcards to u.updateIn
Fixes #27
2015-09-11 22:48:10 -07:00
Aaron Jensen 3ce001a4f6 Replace lodash curry with our own
lodash's curry is great and does a lot, but we don't need it all. This
is quite a bit faster.

Currently, it does away with placeholder support.

updeep curry partial call x 9,951,410 ops/sec ±1.61% (62 runs sampled)
lodash curry partial call x 988,949 ops/sec ±1.36% (62 runs sampled)
2015-08-11 23:58:54 -07:00
Aaron Jensen 333ca47cfd Rename u.in to u.updateIn
With u.if and u.is, it was too confusing. Originally I thought that because
u stood for update, it would make sense, but as I add more functions,
I think that was wrong.
2015-08-06 20:52:06 -07:00
Aaron Jensen 750200df76 Add u.if 2015-08-04 23:57:01 -07:00
Aaron Jensen 2ae6f0a113 Add u.in and rework readme 2015-08-04 22:28:31 -07:00