Commit Graph

146 Commits (d2d0703ef1897ab5e7e20d129613abd245fe395b)

Author SHA1 Message Date
Aaron Jensen efb669f017 Use lodash's forEach
It's a lot faster
2015-08-10 00:02:49 -07:00
Aaron Jensen 167760fb24 Do not use `update` in map if iteratee is a function
Performance bump, especially while curry is slow.
2015-08-10 00:02:49 -07:00
Aaron Jensen 5c64c7fbf6 Add ability to benchmark things 2015-08-10 00:02:49 -07:00
Aaron Jensen b1701b09bd Build the minified version in production mode
This is probably not the way to do this, I may want to just have
multiple versions, dev+production * full+min
2015-08-10 00:02:49 -07:00
Aaron Jensen 32f69339a5 Update README 2015-08-09 22:10:11 -07:00
Aaron Jensen 6511166806 Update README.md 2015-08-09 22:03:48 -07:00
Aaron Jensen e5836877a6 Merge pull request #18 from hedgerh/master
Updated README.md - examples
2015-08-09 22:01:09 -07:00
Harry Hedger 456283c622 Updated README.md - examples 2015-08-09 11:53:43 -04:00
Aaron Jensen 92ae098659 Make u.map return same instance if nothing changes 2015-08-09 00:21:24 -07:00
Aaron Jensen 8e82692be2 Refactor update.js and remove some lodash 2015-08-08 23:35:53 -07:00
Aaron Jensen f8ea61ede0 Update README 2015-08-07 14:58:49 -07:00
Aaron Jensen 070c367810 Update changelog 2015-08-06 21:41:55 -07:00
Aaron Jensen 4a66e8a389 0.5.0 2015-08-06 21:41:10 -07:00
Aaron Jensen b6b2daf824 Add u.update as alias to u 2015-08-06 21:40:57 -07:00
Aaron Jensen 339904aace Add note to readme 2015-08-06 21:30:55 -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 5c0855b9df Add u.is 2015-08-06 20:48:04 -07:00
Aaron Jensen 59ec770a88 Fix example in readme 2015-08-06 20:13:46 -07:00
Aaron Jensen 556ada11f3 Update changelog 2015-08-05 23:12:00 -07:00
Aaron Jensen defb643c05 0.4.0 2015-08-05 23:10:47 -07:00
Aaron Jensen ddd5c84d49 Add u.ifElse
Fixes #12
2015-08-05 23:10:16 -07:00
Aaron Jensen 6ee1e3346b Improve test watching 2015-08-05 23:09:43 -07:00
Aaron Jensen 90275489c4 Fix missing u in readme 2015-08-05 19:49:55 -07:00
Aaron Jensen a7156e29a1 Fix lint 2015-08-05 08:39:42 -07:00
Aaron Jensen b0328ab72d Fix spec for phantomjs 2015-08-05 08:32:02 -07:00
Aaron Jensen ad381207a9 Run karma during watch and use dots 2015-08-05 08:31:54 -07:00
Aaron Jensen 1e6fa4a18d Update badges to new repo location 2015-08-05 08:19:14 -07:00
Aaron Jensen 4bdb267b8b Revert "Use shield.io badges"
This reverts commit c7592a26b4.
The service is unstable at the moment.
2015-08-05 08:14:28 -07:00
Aaron Jensen b1e000b06d Freeze objects returned by helper methods 2015-08-05 04:44:14 -07:00
Aaron Jensen cc42bbb2a4 Replace object outright when updates are constant 2015-08-05 04:28:32 -07:00
Aaron Jensen 64b027ae81 Fix some grammar 2015-08-05 00:42:49 -07:00
Aaron Jensen 8d0f389106 Update full example in readme 2015-08-05 00:41:27 -07:00
Aaron Jensen 78c30e038a Rename obj to object 2015-08-05 00:31:10 -07:00
Aaron Jensen 1a1e2b313a Add u.map 2015-08-05 00:25:34 -07:00
Aaron Jensen 750200df76 Add u.if 2015-08-04 23:57:01 -07:00
Aaron Jensen c5ab11e176 Update copyright 2015-08-04 23:19:46 -07:00
Aaron Jensen 0600c10fed 0.3.1 2015-08-04 22:34:10 -07:00
Aaron Jensen 8013605e7b Actually expose u.in 2015-08-04 22:34:06 -07:00
Aaron Jensen c857b534c1 Update changelog 2015-08-04 22:30:41 -07:00
Aaron Jensen eeaf13212e 0.3.0 2015-08-04 22:30:04 -07:00
Aaron Jensen 2ae6f0a113 Add u.in and rework readme 2015-08-04 22:28:31 -07:00
Aaron Jensen f062562a64 Rename specs 2015-08-04 21:57:24 -07:00
Aaron Jensen 7a84944f99 Add u.freeze
Fixes #7
2015-08-04 21:56:01 -07:00
Aaron Jensen 731c43e507 Add release instructions 2015-08-04 21:46:52 -07:00
Aaron Jensen a443917335 Update changelog 2015-08-04 21:35:23 -07:00
Aaron Jensen 19cbc4c9c9 0.2.3 2015-08-04 21:35:14 -07:00
Aaron Jensen 08ebbf5c89 Allow updating to null
Fixes #8
2015-08-04 21:34:05 -07:00
Aaron Jensen c7592a26b4 Use shield.io badges 2015-08-04 11:39:53 -07:00
Aaron Jensen 0449c1c5e1 Add karma testing 2015-08-04 10:39:56 -07:00
Aaron Jensen 89d32316b6 Add umd distribution builds via webpack 2015-08-04 10:13:34 -07:00