Commit Graph

  • fab0b91a79 Update es5.github.com to es5.github.io. John-David Dalton 2013-07-16 20:08:23 -07:00
  • 88974d552d Add jsDelivr can link to the README.txt. [ci skip] [closes #318] John-David Dalton 2013-07-16 19:35:34 -07:00
  • b90a38ce8b Rebuild dist/. John-David Dalton 2013-07-16 09:17:40 -07:00
  • b3df27c362 Add note about NaN to _.isNumber docs. [closes #320] John-David Dalton 2013-07-16 09:17:12 -07:00
  • 854ea26ab7 Make matchFunction and matchProp ignore leading comments by default, make removeProp remove variable assignments too, and ensure inline require calls have the correct dependency paths. John-David Dalton 2013-07-16 09:07:42 -07:00
  • e385b3499b Remove dependencyObject. John-David Dalton 2013-07-15 08:20:16 -07:00
  • 77d323b38c Fix build. John-David Dalton 2013-07-14 19:16:53 -07:00
  • 64eeb091b8 Dynamically create absolute path in test runners. John-David Dalton 2013-07-14 16:47:17 -07:00
  • 65f5f8e8e2 use absolute paths for test files Blaine Bublitz 2013-07-14 16:15:51 -07:00
  • 6b3ee1aaaf Simplify AMD loader config options. John-David Dalton 2013-07-14 15:38:16 -07:00
  • 27ca48c6bb use packages instead of path for modularize option Blaine Bublitz 2013-07-14 13:51:01 -07:00
  • 2786c776e3 Merge branch 'master' of github.com:bestiejs/lodash Blaine Bublitz 2013-07-14 13:40:43 -07:00
  • 23cd5b906b Minify dependencyObject properties correctly. John-David Dalton 2013-07-14 13:40:17 -07:00
  • 0f9d20129d Ensure category modules reference dependencies with relative paths. John-David Dalton 2013-07-14 13:10:46 -07:00
  • 4649bd3906 Ensure category modules reference dependencies with relative paths. John-David Dalton 2013-07-14 13:10:46 -07:00
  • 3048ac2f6d Avoid circular dependency in createCallback and get Curl modularize tests working. John-David Dalton 2013-07-14 12:39:50 -07:00
  • 8679377fcf Allow getDependencies and getDependants to be used with Array#map and cleanup expand in build.js. John-David Dalton 2013-07-14 11:44:47 -07:00
  • db5264af3c Recursively add props and vars to include in the build in build.js. John-David Dalton 2013-07-14 11:20:59 -07:00
  • 059fbb9e5d Remove _.unzip use from underscore build tests. John-David Dalton 2013-07-14 09:14:55 -07:00
  • 01303c1e31 Cleanup argument juggling comments. John-David Dalton 2013-07-14 09:14:34 -07:00
  • a8aaa793a0 Remove unzip from underscore build. John-David Dalton 2013-07-14 08:05:54 -07:00
  • c5698e82da Track function dependencies of variables in build.js. John-David Dalton 2013-07-14 01:12:18 -07:00
  • ec12f7a5e7 Use curl's js! plugin to load test.js since it doesn't have a define in the file. (cherry picked from commit 078d78a70e664bb92d129791d99b97f48c6ccafc) Blaine Bublitz 2013-07-13 23:50:06 -07:00
  • b87fec554f Ensure underscore builds use basicFlatten. John-David Dalton 2013-07-13 23:24:57 -07:00
  • 740981376d Fix asyncTests when using an AMD loader. John-David Dalton 2013-07-13 20:22:32 -07:00
  • 8694364aa3 Remove overloadWrapper and ensure Arrays methods work with arguments objects as secondary arguments. John-David Dalton 2013-07-13 18:22:31 -07:00
  • f1b1fee6e4 Remove overloadWrapper and keep basicFlatten and basicUniq in various builds. John-David Dalton 2013-07-13 18:21:20 -07:00
  • 915596b23e Revert to QUnit v1.10.0 to avoid asyncTest issues. John-David Dalton 2013-07-13 18:06:27 -07:00
  • 6d65cb77ec Make perf-ui.js and test-ui.js more aligned, remove unzip perf test, and handle comparing to files of the same name in perf.js. John-David Dalton 2013-07-13 16:39:18 -07:00
  • 51e2f8e49b Add unit tests to ensure methods accept falsey arguments and arguments objects. John-David Dalton 2013-07-13 11:26:44 -07:00
  • 0a7fc356b6 Ensure underscore build versions of _.where and _.findWhere align with Underscore 1.5. John-David Dalton 2013-07-13 10:35:48 -07:00
  • ff0f05a1c1 Ensure more Arrays methods accept arguments objects and allow falsey arguments. John-David Dalton 2013-07-13 10:35:05 -07:00
  • 0ea9362d06 Update vendor/underscore to v1.5.1 and update copyrights and tested environments. John-David Dalton 2013-07-09 23:57:54 -07:00
  • 9d3932bd82 Cleanup getVars, matchFunction, and matchVar. John-David Dalton 2013-07-09 22:38:31 -07:00
  • 8c787fa7f7 Fix failing build tests. John-David Dalton 2013-07-09 09:10:42 -07:00
  • 2508e71324 Avoid maintaining the html escape/unescape regexes independently of the entity maps. John-David Dalton 2013-07-09 09:04:44 -07:00
  • b2f4f96ef9 Make split regexes in matchVar and matchFunction into multiples, correct typo in getDependants, and remove a lot of edge case build code. John-David Dalton 2013-07-09 09:00:53 -07:00
  • fdae297fca Rename isLodashFunc to isLodash in build.js. John-David Dalton 2013-07-08 08:34:15 -07:00
  • 36488fd836 Simplify _.zip for the underscore build. John-David Dalton 2013-07-08 08:29:18 -07:00
  • ee01c944b4 Move phantom checks in test.'s to the document variable assignment. John-David Dalton 2013-07-08 08:07:40 -07:00
  • d7f4f392d2 Fix avoid hang in web worker unit test for phantomjs. John-David Dalton 2013-07-08 01:16:01 -07:00
  • 1756093618 Fix minified builds. John-David Dalton 2013-07-08 01:11:05 -07:00
  • 1734c6e6bf Make test/underscore.html support the modularize option and cleanup test/index.html. John-David Dalton 2013-07-08 00:05:00 -07:00
  • 839f345fa3 Cleanup web worker unit test. John-David Dalton 2013-07-08 00:03:53 -07:00
  • d69b5385e4 Cleanup test/test-ui.js and perf/perf-ui.js. John-David Dalton 2013-07-08 00:03:13 -07:00
  • eb6b5755e7 Add web worker unit test. [closes #313] John-David Dalton 2013-07-07 23:22:56 -07:00
  • 9c65d9f957 Remove buggy Node .js v0.8 from .travis.yml. John-David Dalton 2013-07-07 18:37:22 -07:00
  • cfa187f7d9 Create a /lodash.js module when using modularize. John-David Dalton 2013-07-07 17:29:54 -07:00
  • 30d0fbeae6 Make modularized builds work in the unit test. John-David Dalton 2013-07-07 17:09:47 -07:00
  • 9b21656314 Allow switching the module loader in the unit tests. John-David Dalton 2013-07-07 16:24:26 -07:00
  • b1b06a38af Rebuild docs and dist. John-David Dalton 2013-07-07 15:18:26 -07:00
  • d2fffe5b88 Make _.unzip and alias of _.zip. John-David Dalton 2013-07-07 15:11:19 -07:00
  • 09d560888e Update tested browsers and add a note about the Node.js REPL to the README.md. [closes #312] John-David Dalton 2013-07-07 14:12:58 -07:00
  • fa28326ed6 Fix build. John-David Dalton 2013-07-07 14:01:28 -07:00
  • 9ea4a6b7b6 Ensure compiled templates work with exports=node. John-David Dalton 2013-07-07 01:31:19 -07:00
  • ffa6fafcc1 Fix typo of matchProp to matchVar in build.js. John-David Dalton 2013-07-06 20:17:48 -07:00
  • 4be5b80ff6 Quote Node.js versions in travis.yml John-David Dalton 2013-07-06 20:10:46 -07:00
  • 5028b07aaa Update builds and docs. John-David Dalton 2013-07-06 20:08:41 -07:00
  • 7ce5dcdead Cleanup matchProp and removeProp in build.js. John-David Dalton 2013-07-06 20:06:14 -07:00
  • 7d8571b0e1 Update vendor/underscore to v1.5.0. John-David Dalton 2013-07-06 18:33:44 -07:00
  • fca2fe2c8a Update dependencies and make the underscore build pass more Underscore v1.5.0 unit tests. John-David Dalton 2013-07-06 18:33:02 -07:00
  • 75576577e0 Update _.after to be in sync with Underscore v1.5.0. John-David Dalton 2013-07-06 14:48:24 -07:00
  • eafc46f6c4 Update underscore build _.defaults and _.result to match Underscore v1.5.0. John-David Dalton 2013-07-06 14:43:38 -07:00
  • c0c36d3338 Adjust method dependencies for _.flatten, _.uniq, and _.union. John-David Dalton 2013-07-06 14:40:14 -07:00
  • 6a73b0820e Ensure _.flatten will flatten arguments objects. John-David Dalton 2013-07-06 13:48:27 -07:00
  • bcb5eda7d8 Optimize _.isArguments and cleanup _.isArray and _.isRegExp. John-David Dalton 2013-07-06 13:47:11 -07:00
  • 2c833b5028 Bump tested Node.js version to 0.10.12 in README.md. [ci skip] John-David Dalton 2013-07-04 01:56:00 -07:00
  • 6821603980 Add vendor/curl and vendor/dojo to .npmignore. John-David Dalton 2013-07-04 01:55:02 -07:00
  • 8bec45cd58 Use QUnit v1.11.0 instead of v1.12.0 for non-browser support. John-David Dalton 2013-07-04 01:51:28 -07:00
  • ce0f44fb47 Add templateSettings to funcDependencyMap, add reNative to varDependencyMap, and simplify support property cleanup. John-David Dalton 2013-07-04 01:18:05 -07:00
  • c740562dd8 Make modularized paths relative and always include a dependency array, even if it's empty. John-David Dalton 2013-07-03 23:53:16 -07:00
  • 63a1c8b63e Update vendors, builds, and docs. John-David Dalton 2013-07-03 23:14:06 -07:00
  • 112cdb4842 Use # instead of @ for sourceURLs and sourceMappingURLs. John-David Dalton 2013-07-03 00:13:17 -07:00
  • 2d5f045c29 Add build tests for build command checks. John-David Dalton 2013-07-02 23:39:51 -07:00
  • c43ff29f5d Make node path match in build.js and build/minify.js case-insensitive. [closes #310] John-David Dalton 2013-07-02 22:06:37 -07:00
  • 4c0e3c4db9 Remove trailing comma from varDependencyMap. John-David Dalton 2013-07-02 06:08:56 -07:00
  • 7995a57f77 Move support object cleanup after unused variable cleanup in build.js. John-David Dalton 2013-07-01 23:17:17 -07:00
  • 0a47378f7f Simplify dependency map modifications, and fix typos in getIndexOf replacements. John-David Dalton 2013-07-01 22:45:56 -07:00
  • 8e9a244cdd Simplify createCache bailout. John-David Dalton 2013-07-01 22:44:21 -07:00
  • 5f1a4ea08d Fix build. John-David Dalton 2013-07-01 08:46:44 -07:00
  • 034b19d85d Add .html and .md to .gitattributes. John-David Dalton 2013-07-01 08:35:24 -07:00
  • 68cb7ea471 Add createCallback to more method dependencies in build.js. John-David Dalton 2013-07-01 00:58:43 -07:00
  • d9a3ba0dd1 Add objectTypes to varDependencyMap.defer in build.js. John-David Dalton 2013-07-01 00:13:13 -07:00
  • 663e1d8336 Add buildModule to build.js. John-David Dalton 2013-07-01 00:10:55 -07:00
  • 31332f4f53 Add "modularize" to .ignore files. John-David Dalton 2013-06-30 23:56:44 -07:00
  • cb7163dd19 Move snippets and adjust code to make modularize work. John-David Dalton 2013-06-30 22:02:39 -07:00
  • 946029a3f7 Cleanup getCategory, add removeProp, remove removeTemplateSettings, rename getMethodsByCategory to getNamesByCategory. John-David Dalton 2013-06-30 21:58:01 -07:00
  • 69cbb6e109 Add templateSettings to the Chaining category and cleanup _.difference use. John-David Dalton 2013-06-30 21:39:50 -07:00
  • 6054f6bfe1 Add includeProps and includeVars to build.js. John-David Dalton 2013-06-30 14:52:33 -07:00
  • ae7b9f5fcb Fix incorrectly changed methodName vars in build.js. John-David Dalton 2013-06-30 14:51:57 -07:00
  • 68dc6b9527 Make the build warn if attempting to combine template with other commands. John-David Dalton 2013-06-30 14:33:36 -07:00
  • 292cdfd5a0 Rename addChainFuncs to addUnderscoreChaining in build.js. John-David Dalton 2013-06-30 14:32:46 -07:00
  • 28e2dee605 Fix legacy build. John-David Dalton 2013-06-30 14:31:27 -07:00
  • 6d79ab2552 Correct use of function and method terms in build/tests. John-David Dalton 2013-06-30 14:08:55 -07:00
  • da17e424ea Reduce nested code where possible in build.js. John-David Dalton 2013-06-30 13:17:57 -07:00
  • 028c25afd3 Ensure iteratorObject.keys is minified. John-David Dalton 2013-06-30 11:03:26 -07:00
  • 9c2151dc37 Update builds and docs. John-David Dalton 2013-06-30 11:03:07 -07:00
  • 9e9bd16b18 Remove varMethodDependencyMap from build.js. John-David Dalton 2013-06-30 10:54:09 -07:00
  • 3f138aec22 Add getTemplateSettings, removeTemplateSettings, and removeGetIndexOf to build.js. John-David Dalton 2013-06-30 10:53:26 -07:00
  • e9f66e7c89 Remove getIteratorTemplate from build.js. John-David Dalton 2013-06-30 10:52:00 -07:00