Commit Graph

  • 98942c5e1a lodash: Simplify reUnescaped. [jddalton] John-David Dalton 2012-05-07 00:47:27 -04:00
  • 9c54df2de5 lodash: Add unit tests for buggy shift and splice in IE. [jddalton] John-David Dalton 2012-05-06 22:40:58 -04:00
  • f31c2d24f9 lodash: Add the JScript [[DontEnum]] and Firefox, Opera, and Safari "prototype" property iteration fixes to iterationFactory. [jddalton] John-David Dalton 2012-05-06 22:16:03 -04:00
  • 52cf17b24a lodash: Ensure max and min do not error when computing the result of massive arrays. [cederberg, jddalton, jeeyoungk] John-David Dalton 2012-05-06 19:38:15 -04:00
  • d26fc7154c lodash: Add partial. [closes #5] [gf3, jddalton] John-David Dalton 2012-05-06 19:17:13 -04:00
  • 14c8863657 lodash: Add native method overwrite detection and optimize bind for native bind. [jddalton] John-David Dalton 2012-05-06 17:55:23 -04:00
  • 6d3d5f77bc lodash: Add comments explaining the iterationFactory options object. [jddalton] John-David Dalton 2012-05-06 00:05:04 -04:00
  • 293fc695a4 lodash: Update documentation and submodules. [jddalton] John-David Dalton 2012-05-03 14:28:13 -04:00
  • a317d2471f lodash: Add whitespace to strings. [jddalton] John-David Dalton 2012-05-03 10:49:28 -04:00
  • afe7ff6d2c lodash: Tweak comment. [jddalton] John-David Dalton 2012-05-03 10:40:57 -04:00
  • 2f908870e7 lodash: Cleanup template. [jddalton] John-David Dalton 2012-05-03 10:01:53 -04:00
  • 312f0310dc lodash: Update the minified build, README.md, and Benchmark.js submodule. [jddalton] John-David Dalton 2012-05-03 00:46:41 -04:00
  • 1a1bd5322c lodash: No longer have escape translate the ">" character. [jddalton, mathiasbynens] John-David Dalton 2012-05-03 00:45:21 -04:00
  • 04ca0ae309 lodash: Cleanup code. [jddalton, mathiasbynens] John-David Dalton 2012-05-03 00:31:25 -04:00
  • 221f70e609 lodash: Optimize template. [jddalton] John-David Dalton 2012-05-03 00:23:57 -04:00
  • a426109c1c lodash: Update minified build, documentation, and Underscore submodule. [jddalton] John-David Dalton 2012-05-01 21:14:08 -04:00
  • d5e2489cad lodash: Make deb ounce match throttle's return value behavior. [jddalton] John-David Dalton 2012-05-01 21:13:02 -04:00
  • 367f0bd6a9 lodash: Optimize and simplify throttle. [cowboy, jddalton] John-David Dalton 2012-05-01 21:11:40 -04:00
  • 8396ed3167 lodash: Simplify first argument checks in "Collections" methods. [jddalton] John-David Dalton 2012-05-01 10:47:15 -04:00
  • 6cc360d613 lodash: Add @mathiasbynens as a contributor. [jddalton] John-David Dalton 2012-05-01 00:37:25 -04:00
  • e86eef5905 lodash: Update documentation and lodash.min.js. [jddalton] John-David Dalton 2012-05-01 00:35:50 -04:00
  • 24d5fbb595 lodash: Add support for "lazy" bind. [jddalton] John-David Dalton 2012-05-01 00:34:40 -04:00
  • 6fb7681a2d lodash: Reduce functions created in debounce and throttle and make each work when called recursively. [int3, jddalton] John-David Dalton 2012-05-01 00:05:26 -04:00
  • 0b404d4bb1 lodash: Avoid extraneous empty array in pick. [jddalton] John-David Dalton 2012-04-30 23:26:12 -04:00
  • 464826e81d lodash: Move sortedIndex to the "Arrays" category. [jddalton] John-David Dalton 2012-04-30 23:22:49 -04:00
  • e871ffeff0 lodash: Cleanup flatten avoiding the use of an extraneous empty array. [jddalton] John-David Dalton 2012-04-30 22:51:14 -04:00
  • 2847b1f08e lodash: Move shuffle to the "Arrays" category and optimize. [jddalton] John-David Dalton 2012-04-30 22:49:29 -04:00
  • d702e00446 lodash: Optimize intersection. [jddalton] John-David Dalton 2012-04-30 22:32:07 -04:00
  • 142ee20bca lodash: Fix post-compile.js VERSION detection to allow newlines. [jddalton] John-David Dalton 2012-04-30 22:16:21 -04:00
  • e3f03fa2ce lodash: Update Underscore submodule. [jddalton] John-David Dalton 2012-04-30 22:15:28 -04:00
  • 8dc3fb86db lodash: Tweak map's result assignment. [jddalton] John-David Dalton 2012-04-27 01:11:48 -04:00
  • 358ec3fb39 lodash: Inline isFunction calls. [jddalton] John-David Dalton 2012-04-27 00:43:42 -04:00
  • f4a38a25c8 lodash: Minor build.js cleanup. [jddalton] John-David Dalton 2012-04-26 23:38:42 -04:00
  • dcb62a3df5 Merge branch 'master' of github.com:bestiejs/lodash John-David Dalton 2012-04-26 23:34:10 -04:00
  • 59c26957bb lodash: Optimize uniq and union, and inflate methods in the "Arrays" category. [jddalton] John-David Dalton 2012-04-26 23:33:53 -04:00
  • 09d8561b3c build.js: Merge invoke() into closureCompile(). Kit Cambridge 2012-04-26 20:06:47 -06:00
  • 6246e71c87 Use the Node zlib module instead of shelling out to gzip. Kit Cambridge 2012-04-26 19:56:31 -06:00
  • adcc2dd8d2 lodash: Simplify _.keys fallback. [jddalton] John-David Dalton 2012-04-26 15:46:47 -04:00
  • 947fc9ce97 lodash: Fix syntax error in IE < 9 related to return throw …. [jddalton] John-David Dalton 2012-04-26 11:29:13 -04:00
  • 5caca9175d lodash: Update doc line numbers. [jddalton] John-David Dalton 2012-04-26 09:18:11 -04:00
  • 520d09e81e lodash: Avoid an extra callback call in the sortedIndex while loop. [jddalton, spadgos] John-David Dalton 2012-04-26 09:05:45 -04:00
  • 7fa4304097 lodash: Change invoke's category to "Arrays". [jddalton] John-David Dalton 2012-04-26 01:27:50 -04:00
  • ceed641730 lodash: Update doc line numbers. [jddalton] John-David Dalton 2012-04-26 01:12:27 -04:00
  • 1d4ce28b62 lodash: Remove unused afterLoop iterationFactory option, optimize sortedIndex, and optimize exiting early from compiled functions. [jddalton] John-David Dalton 2012-04-26 01:10:45 -04:00
  • a551992c3f lodash: Remove unneeded slice call in pick. [jddalton, sindresorhus] John-David Dalton 2012-04-25 14:22:32 -04:00
  • 23b8d083a4 lodash: Add spaces to compiled / template strings. [jddalton] John-David Dalton 2012-04-25 14:19:44 -04:00
  • b3d249f2ef lodash: Tweak bug fix link in README.md. [jddalton] John-David Dalton 2012-04-25 14:05:47 -04:00
  • 647633a1a0 lodash: Update doc line numbers. [jddalton] John-David Dalton 2012-04-25 00:09:08 -04:00
  • 313ffb8821 lodash: Add thisArg to groupBy and optimize invoke. [jddalton] John-David Dalton 2012-04-25 00:08:46 -04:00
  • 774f159e67 lodash: Optimize groupBy, union, and pick. [jddalton] John-David Dalton 2012-04-24 23:12:08 -04:00
  • f9358531ad lodash: Add support for more AMD build optimizers and allow aliasing as the "underscore" module. [jddalton] John-David Dalton 2012-04-24 18:15:47 -04:00
  • bb09d77eb5 lodash: Fix typo in build.js. [jddalton] John-David Dalton 2012-04-24 12:26:32 -04:00
  • ba8cc970d0 lodash: Move Underscore's unit tests to a submodule. [fat, jddalton] John-David Dalton 2012-04-24 09:03:03 -04:00
  • 89c986d50f lodash: Move the screencast note higher in the README.md. [jddalton] John-David Dalton 2012-04-24 03:13:28 -04:00
  • e0971cd02c lodash: Cleanup build.js. [jddalton] 0.1.0 John-David Dalton 2012-04-24 02:27:18 -04:00
  • 2d6b90f476 lodash: Cleanup comments. [jddalton] John-David Dalton 2012-04-23 23:54:54 -04:00
  • f1c9b622ba lodash: Add comments to iterationFactory. [jddalton] John-David Dalton 2012-04-23 23:47:46 -04:00
  • a56a7e82bd lodash: Sync with Underscore.js. [jddalton] John-David Dalton 2012-04-23 23:40:14 -04:00
  • aebc8bda4d Merge pull request #2 from bestiejs/autominification John-David Dalton 2012-04-23 20:18:46 -07:00
  • efff2a63c3 lodash: Fix clearTimeout typo. [closes #3] [jddalton, pdokas] John-David Dalton 2012-04-23 19:10:00 -04:00
  • 0d77d292e5 Comment style consistency. Kit Cambridge 2012-04-23 16:47:00 -06:00
  • 2f91764f80 Clean up build.js. The build process now delays writing the compressed and gzip-ped versions to disk until all build stages have finished successfully. Kit Cambridge 2012-04-23 16:41:04 -06:00
  • 7838ad5eb7 lodash: Small README.md tweak. [jddalton] John-David Dalton 2012-04-23 17:13:22 -04:00
  • 807bd08352 lodash: Add a link to the screencast. [jddalton] John-David Dalton 2012-04-23 15:45:03 -04:00
  • bd70d31a72 build.js: Print compression status messages to the console. Kit Cambridge 2012-04-23 13:34:38 -06:00
  • 292b0bbe49 build.js: Automatically save the smallest minified distribution as lodash.min.js. Kit Cambridge 2012-04-23 13:29:43 -06:00
  • 2438210187 lodash: Update .npmignore. [jddalton] John-David Dalton 2012-04-23 12:38:04 -04:00
  • 1f9e66016d lodash: Add sections to README.md. [jddalton] John-David Dalton 2012-04-23 12:23:57 -04:00
  • f58386b391 lodash: Cleanup compiled code and check for a toArray method on objects before others in _.toArray. [jddalton] John-David Dalton 2012-04-23 10:48:08 -04:00
  • 9169039974 lodash: Cleanup build scripts and add @kitcambridge as a contributor. [jddalton] John-David Dalton 2012-04-23 00:47:55 -04:00
  • 588c6b978b Merge pull request #1 from kitcambridge/master John-David Dalton 2012-04-22 20:34:50 -07:00
  • 4c7989743a build.js: s/Lodash/Lo-Dash. Kit Cambridge 2012-04-22 21:28:38 -06:00
  • 786c434a29 Extract the preprocess and postprocess functions into build/pre-compile.js and build/post-compile.js, respectively. Clean up build.js. Kit Cambridge 2012-04-22 21:21:32 -06:00
  • e5520e356e Replace the Makefile with a JavaScript-based build system (requires Node). Kit Cambridge 2012-04-22 20:48:21 -06:00
  • faf9168851 lodash: Update isNaN to pass IE unit test. [jddalton] John-David Dalton 2012-04-22 21:50:14 -04:00
  • 48add6a486 lodash: Update README and submodules. [jddalton] John-David Dalton 2012-04-22 20:38:37 -04:00
  • 216c105170 lodash: Update the minified build. [jddalton] John-David Dalton 2012-04-22 20:23:18 -04:00
  • 18fa8acdc3 lodash: Update README.md and package.json. [jddalton] John-David Dalton 2012-04-22 18:29:26 -04:00
  • 38c0b375ec lodash: Add comment about opt-in AMD support. [jddalton] John-David Dalton 2012-04-22 18:27:52 -04:00
  • 9af078eb3a lodash: Sync with Underscore.js commits. [jddalton] John-David Dalton 2012-04-22 18:00:02 -04:00
  • 56b2d76eec lodash: Add unit tests. [jddalton] John-David Dalton 2012-04-22 17:00:14 -04:00
  • 89f82359c1 lodash: Cleanup documentation. [jddalton] John-David Dalton 2012-04-22 16:26:30 -04:00
  • 3f6b2d6e75 lodash: Fix build. [jddalton] John-David Dalton 2012-04-22 14:16:27 -04:00
  • c3b124660e lodash: Add minified source. [jddalton] John-David Dalton 2012-04-22 13:52:53 -04:00
  • 26744a202b lodash: Optimize iterationFactory and cleanup code. [jddalton] John-David Dalton 2012-04-22 13:52:37 -04:00
  • 4de87fe766 lodash: Add a Makefile and pre/post compiling scripts. [jddalton] John-David Dalton 2012-04-22 13:51:05 -04:00
  • 10fc7aa83c lodash: Add UglifyJS and Closure Compiler submodules. [jddalton] John-David Dalton 2012-04-22 13:49:53 -04:00
  • 78cc8f8b6e lodash: Use native Object.keys and Array.isArray. [jddalton] John-David Dalton 2012-04-18 15:10:46 -04:00
  • 9fc5044cf9 lodash: Add first pass at compiling iterators. [jddalton] John-David Dalton 2012-04-18 14:44:23 -04:00
  • 37cdb762f9 lodash: Cleanup source. [jddalton] John-David Dalton 2012-04-17 23:47:27 -04:00
  • 27f3729508 lodash: Fix README.md documentation link. [jddalton] John-David Dalton 2012-04-17 20:09:06 -04:00
  • 8e65243edf lodash: Rename to lodash and update support files. [jddalton] John-David Dalton 2012-04-17 20:05:59 -04:00
  • c499d81633 lodash: Update submodules. [jddalton] John-David Dalton 2012-04-17 20:05:14 -04:00
  • a7667902f3 lowdash: Remove temp underscore tests and update test paths. [jddalton] John-David Dalton 2012-04-17 01:46:51 -04:00
  • 3619b04b06 low dash: Cleanup repo and add submodules. [jddalton] John-David Dalton 2012-04-16 23:48:53 -04:00
  • 9a65fa200d Merge https://github.com/documentcloud/underscore John-David Dalton 2012-04-14 15:49:00 -04:00
  • 599d31101b Underscore.js 1.3.3 (tiny bugfix release) Jeremy Ashkenas 2012-04-10 10:43:26 -04:00
  • d17834aeb0 Fix #547 - _.templateSettings is unchanged by custom settings. Brad Dunbar 2012-04-09 22:49:12 -04:00
  • e80bbe6d03 Underscore.js 1.3.2 Jeremy Ashkenas 2012-04-09 14:37:49 -04:00
  • 2f4e926e34 resolving merge Jeremy Ashkenas 2012-04-09 14:11:35 -04:00