Commit Graph

  • cdf43ea742 Fixes #429 -- don't escape slash escapes in the body of interpolations... Jeremy Ashkenas 2012-01-23 17:33:48 -05:00
  • a8c956fe6a Fixes #436 -- document the second argument to _.flatten Jeremy Ashkenas 2012-01-23 17:03:19 -05:00
  • d959c019f8 clarify that sortBy is ascending. Jeremy Ashkenas 2012-01-23 16:10:49 -05:00
  • 5ed8b6e6ce using a cached reference to hasOwnProperty (again) Jeremy Ashkenas 2012-01-23 16:05:56 -05:00
  • f1ecedf64a Merge pull request #440 from arlolra/has Jeremy Ashkenas 2012-01-23 13:03:56 -08:00
  • f6a1b97426 Merge branch 'master' of github.com:documentcloud/underscore Jeremy Ashkenas 2012-01-23 15:48:53 -05:00
  • 99c17c4a0d reverting an old change -- _.extend should absolutely copy undefined values. Jeremy Ashkenas 2012-01-23 15:48:35 -05:00
  • 3898597b12 has Arlo Breault 2012-01-18 20:34:54 -08:00
  • 9c88b72362 Merge pull request #433 from petejkim/master Jeremy Ashkenas 2012-01-13 09:01:23 -08:00
  • 978255b778 added "collect" alias for "map" Peter Jihoon Kim 2012-01-13 20:09:50 +08:00
  • ef5a61567a Merge branch 'master' into gh-pages Jeremy Ashkenas 2012-01-11 11:41:26 -05:00
  • dd09162b8c Underscore.js 1.3.0 Jeremy Ashkenas 2012-01-11 11:41:14 -05:00
  • 0d4b1247c4 Removing AMD 'support' from Underscore. Jeremy Ashkenas 2012-01-11 11:17:40 -05:00
  • 0b74f2d665 Revert "Revert "New Underscore.js website (sans extra images)"" Jeremy Ashkenas 2012-01-09 15:40:43 -05:00
  • c1b62d7ea1 Revert "New Underscore.js website (sans extra images)" Jeremy Ashkenas 2012-01-09 15:39:10 -05:00
  • 8905ac64f9 Merge pull request #424 from tricknotes/package-format Jeremy Ashkenas 2012-01-09 09:21:50 -08:00
  • 38b78e4e52 fixing README for github Jeremy Ashkenas 2012-01-09 12:19:20 -05:00
  • ce01895ab1 remove dependencies from package.json Ryunosuke SATO 2012-01-07 13:30:24 +09:00
  • d85490fbbb adding CNAME for underscorejs.org Jeremy Ashkenas 2012-01-05 15:17:11 -05:00
  • 0ee09ff97f fixing an orphan in the first graf Jeremy Ashkenas 2012-01-04 18:04:00 -05:00
  • c84968ba6a New Underscore.js website (sans extra images) Jeremy Ashkenas 2012-01-04 17:59:14 -05:00
  • 2d5db78c86 New Underscore.js website Jeremy Ashkenas 2012-01-04 17:58:42 -05:00
  • 4946c549b2 Underscore.js 1.2.4 Jeremy Ashkenas 2012-01-04 16:17:00 -05:00
  • f79c5ab3e1 Merge branch 'master' of github.com:documentcloud/underscore Jeremy Ashkenas 2012-01-04 16:00:40 -05:00
  • 69ed6177ab Fixes #411. Partially adding _.templateSettings could break template strings containing the words 'null' or 'undefined'. Jeremy Ashkenas 2012-01-04 16:00:36 -05:00
  • f7292c1566 Merge pull request #414 from vovik/master Jeremy Ashkenas 2012-01-04 12:28:04 -08:00
  • 7157d0187f removing voluminous verbose verbiage Jeremy Ashkenas 2012-01-04 15:22:33 -05:00
  • ecef23c1cb Merge pull request #417 from alanhogan/patch-1 Jeremy Ashkenas 2012-01-04 12:10:56 -08:00
  • 62c814d9fe Fixes #408: _.chain(object) as well as _(object).chain() Jeremy Ashkenas 2011-12-30 15:07:22 -05:00
  • 3a225eada5 Typo Alan Hogan 2011-12-23 16:48:56 -08:00
  • 0d463de74a Extends definitions of throttle & debounce to make usage extra-clear. Alan Hogan 2011-12-22 18:03:03 -08:00
  • 66bb646be7 Merge pull request #415 from HSSC/master Jeremy Ashkenas 2011-12-22 11:43:52 -08:00
  • 2206092e25 Use _.isFunction so ClojureScript doesn't break underscore fredericksgary 2011-12-22 14:21:28 -05:00
  • 6baf8e877b doc for bind: currying -> partial application Vladimir Chernis 2011-12-22 11:26:44 -08:00
  • e58af52060 Merge pull request #410 from foobarfighter/wrap-bug-fix Jeremy Ashkenas 2011-12-20 04:47:29 -08:00
  • 5ca27ffed1 Fixes #409 - Unexpected arguments passed to wrapper function in _.wrap when the first argument of calling the wrapper function is an array Bob Remeika 2011-12-20 01:51:51 -08:00
  • b4a38439ce Merge pull request #401 from Stuk/template_js_fix Jeremy Ashkenas 2011-12-16 10:09:48 -08:00
  • b27ed66d77 Fixes #397 Jeremy Ashkenas 2011-12-16 12:47:32 -05:00
  • 3c5686f784 Fixes #403 Jeremy Ashkenas 2011-12-16 12:41:20 -05:00
  • eb42c856c4 Fixes #406 Jeremy Ashkenas 2011-12-16 10:05:32 -05:00
  • c8ecb47765 Templating fix for when an escaped character is used in Javascript Stuart Knightley 2011-12-08 11:36:20 -08:00
  • 81cb0d3a86 Add failing test for Javascript in templates Stuart Knightley 2011-12-08 11:33:31 -08:00
  • 813bb57bf0 Underscore.js 1.2.3 Jeremy Ashkenas 2011-12-07 10:12:08 -05:00
  • 770f0876b3 re-adding 649f62 Jeremy Ashkenas 2011-12-07 09:35:07 -05:00
  • cf1d69227b adding concat reference Jeremy Ashkenas 2011-12-07 09:30:55 -05:00
  • c67eaf672b adding back style and implementation tweaks from #385 Jeremy Ashkenas 2011-12-07 09:29:11 -05:00
  • 9e41927293 rolling back to the previous implementation of 'each' ... cancels out #385 Jeremy Ashkenas 2011-12-06 17:33:43 -05:00
  • b3290c127a style tweaks. Jeremy Ashkenas 2011-12-06 14:08:47 -05:00
  • e801de0e6c Merge pull request #390 from jdalton/unittests Jeremy Ashkenas 2011-12-06 04:30:35 -08:00
  • 2c5661ebb3 underscore: Avoid regression and cleanup comments. [jddalton] John-David Dalton 2011-12-06 01:16:56 -05:00
  • d8d1bd0259 Merge https://github.com/documentcloud/underscore into unittests John-David Dalton 2011-12-06 01:04:29 -05:00
  • 4aef322079 Merge branch 'master' of github.com:documentcloud/underscore Jeremy Ashkenas 2011-12-05 11:45:11 -05:00
  • 3df51e7004 fixing typo. Jeremy Ashkenas 2011-12-05 11:45:03 -05:00
  • 835f959d2d Merge pull request #391 from jdalton/reduce Jeremy Ashkenas 2011-12-05 08:26:43 -08:00
  • 649f629bb1 underscore: Allow _.reduce and _.reduceRight to have an explicitly undefined value. [jddalton] John-David Dalton 2011-12-03 22:06:54 -05:00
  • 4a5c2ac818 underscore: Add unit tests and cleanup code for for-in issues. [jddalton] John-David Dalton 2011-12-03 02:49:07 -05:00
  • ed4826ca19 merging in @jdalton's #385 Jeremy Ashkenas 2011-12-02 18:35:45 -05:00
  • 3c6a8ccd73 underscore: Fix cross-browser object enumeration issues. [jddalton] John-David Dalton 2011-12-01 13:51:10 -05:00
  • bfa4fe8a4f Merge pull request #343 from janraasch/indexOf Jeremy Ashkenas 2011-11-23 09:52:08 -08:00
  • 7653c5fe09 Issue #309, adding symmetric difference as _.symDifference, and making _.difference accept any number of arguments. Jeremy Ashkenas 2011-11-23 12:42:22 -05:00
  • 65ab040a7b resolving merge Jeremy Ashkenas 2011-11-23 10:42:10 -05:00
  • 65d5d60bfa Fixes #372 -- preserve dynamic scope for _.template functions. Jeremy Ashkenas 2011-11-23 10:40:08 -05:00
  • 866be70a7a Merge pull request #375 from zakj/patch-1 Jeremy Ashkenas 2011-11-18 20:05:23 -08:00
  • 55cddd9475 Add missing comma to index.html Zak Johnson 2011-11-18 19:52:35 -08:00
  • 7c9516321c Update underscore.js Jeremy Ashkenas 2011-11-18 11:19:15 -05:00
  • aafc832a77 Merge pull request #374 from azicchetti/master Jeremy Ashkenas 2011-11-18 08:18:51 -08:00
  • 5e7d75d6f6 Fixed a scope issue with the returned template function Andrea Zicchetti 2011-11-18 17:12:53 +01:00
  • bf7a351fd6 (Actually) Provided _.indexOf and _.lastIndexOf with proper sparse array support. Jan Raasch 2011-11-15 23:55:04 +01:00
  • 5c00abcf87 Provided _.indexOf and _.lastIndexOf with proper sparse array support. Jan Raasch 2011-11-15 22:46:18 +01:00
  • 8c346141dc Underscore.js 1.2.2 Jeremy Ashkenas 2011-11-14 15:28:19 -05:00
  • 2a697e4bf5 merging in #351, @kitcambridge's continued quest to implement _.isEqual Jeremy Ashkenas 2011-11-14 15:01:29 -05:00
  • 135f93e520 Fixes #360, documenting _.escape. Jeremy Ashkenas 2011-11-14 14:39:19 -05:00
  • e4c4d920a9 Merge pull request #363 from jeffasnome/master Jeremy Ashkenas 2011-11-14 11:29:14 -08:00
  • f29785a0b7 cleaning up _.last implementation. Jeremy Ashkenas 2011-11-14 14:27:44 -05:00
  • a7f14435b1 Merge pull request #365 from Wachunga/master Jeremy Ashkenas 2011-11-14 11:21:38 -08:00
  • 51b8293cee re-styling previous commit. Jeremy Ashkenas 2011-11-14 14:14:30 -05:00
  • a64cc1d979 Merge pull request #366 from tillberg/master Jeremy Ashkenas 2011-11-14 11:13:27 -08:00
  • 6804754cf4 Merge branch 'master' of github.com:documentcloud/underscore Jeremy Ashkenas 2011-11-14 14:04:33 -05:00
  • 0acab3dcd3 Fixes #369 -- adding extra semicolons to templtes in case you forget. Jeremy Ashkenas 2011-11-14 14:04:13 -05:00
  • f04c6bf779 _.after(0, callback) now fires callback immediately Dan Tillberg 2011-11-10 11:55:21 -05:00
  • 05c107576b Fix bug with _.last(a, n) incorrectly handling n > a.length David Hirtle 2011-11-08 01:13:08 -08:00
  • 5d21f2f601 changed implementation of any to short-circuit when result is truthy Jeff McGee 2011-11-03 23:16:47 -05:00
  • aedab9c7dd fixed any() for strings on IE8 Jeff McGee 2011-11-03 18:47:07 -05:00
  • 0535545038 Merge pull request #357 from kapooostin/master Jeremy Ashkenas 2011-10-31 12:30:51 -07:00
  • aa916b8cfe Added explicit definition of global context for compatibility with Adobe JS kapooostin 2011-10-31 23:14:17 +04:00
  • ba96d168ec Fixes Issue #350 -- Making _.escape dumber to allow double-escaping of HTML entities. Jeremy Ashkenas 2011-10-31 12:31:02 -04:00
  • 64b69c0cfa Merge branch 'master' of github.com:documentcloud/underscore Jeremy Ashkenas 2011-10-31 10:40:59 -04:00
  • 7f23d279a8 Fixes #335. Jeremy Ashkenas 2011-10-31 10:40:45 -04:00
  • efd29e12cd _.isEqual: Issue #355. Kit Cambridge 2011-10-30 20:45:56 -06:00
  • 75cda30f39 Merge pull request #353 from braddunbar/style Jeremy Ashkenas 2011-10-28 14:05:07 -07:00
  • 81bad47bc0 style, clarity Brad Dunbar 2011-10-28 17:02:20 -04:00
  • b5a058ba39 Merge pull request #348 from hx/master Jeremy Ashkenas 2011-10-27 14:33:57 -07:00
  • 3d1605f241 _.isEqual: Ensure that an egal comparison is performed for number objects and primitives. Kit Cambridge 2011-10-26 11:35:49 -06:00
  • ed3c05e74c _.isEqual: Fix an erroneous check for the constructor property. Kit Cambridge 2011-10-25 23:20:31 -06:00
  • a0b3feca85 _.isEqual: Use [[Class]] checking for consistency and performance. Kit Cambridge 2011-10-25 22:45:48 -06:00
  • ad65e8cb03 Fixed _.template() HTML escaping for when _ isn't in scope, due to noConflict() and minification. Neil E. Pearson 2011-10-25 16:40:50 +11:00
  • 29f4478a86 Fixing _.throttle() to only execute once if called once. #170 comments. Jeremy Ashkenas 2011-10-24 16:16:18 -04:00
  • e8ec62c894 Merge branch 'gh-pages' Jeremy Ashkenas 2011-10-24 14:46:50 -04:00
  • 9fcaac97b6 Removing a redundant finishThrottle check, renaming vars. Jeremy Ashkenas 2011-10-24 14:39:14 -04:00
  • b8322d2218 Merge branch 'master' into gh-pages Jeremy Ashkenas 2011-10-24 14:23:50 -04:00