[Pkg-javascript-commits] [node-async] annotated tag upstream/0.2.5 created (now af6c7bf)

Jonas Smedegaard js at moszumanska.debian.org
Fri May 2 08:59:13 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a change to annotated tag upstream/0.2.5
in repository node-async.

        at  af6c7bf   (tag)
   tagging  6f0b2299fc7185e7d859f1ffe95c9865452ae4dd (commit)
  replaces  upstream/0.1.22
 tagged by  Jonas Smedegaard
        on  Thu Aug 15 11:32:34 2013 +0200

- Log -----------------------------------------------------------------
Upstream version 0.2.5
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQEcBAABCgAGBQJSDKAyAAoJEE7BtyI3T5vWw2gH+wUHAm03jX0IeEq69LuhQF2k
lMn9qUE2+8SMzVxDweodgmDYy1HDcLDWrGFMi8iBz6Omw1iAtjd46E6UMQQqe5Lk
p4PtOPlY+8M53hUF/w1zPKEGbU5xpYWV+UKgUUq96lIRZgq/FPr+iOIUgjgbw+GH
MAFht1x1WARD+LZr8otWthc+mtLS8WY9zIWlw3LWvjTRCpzX0LCzen0/zp7RFgqH
h3usUudgywnWzVkzsxn71H7xU4plaTQKPCF6tlSuhBIHct/oRaYZyBbkTfxHpirD
w+FZAtyva+O/ZCqK5yI+91gm2dwZ+Xvjv5RJ6FvETSjD1AtJblRY6waPaw8BQTw=
=QjIG
-----END PGP SIGNATURE-----

Aleksander Adamowski (1):
      Issue 122: specify arguments to callbacks in the documentation

Aleksey V Zapparov (1):
      Resolves #88

Alex Gorbatchev (1):
      `waterfall` now passes all arguments to callback even if there was an error.

Allan Carroll (6):
      In Auto function, save results from functions and pass them forward to dependents.
      Fix bug in auto. Results wern't being passed to functions that were immediately ready to run.
      Merge branch 'master' of https://github.com/caolan/async
      Avoid double calling tasks in auto when one or more tasks are synchronous.
      Add minified version for auto double invoke fix.
      Add test for auto double invoke fix.

Andrew Kelley (1):
      fix running in --use-strict mode. closes #189

Balint Erdi (3):
      Add unmemoize function
      Add unmemoize documentation to README
      Unmemoize can be called with a not memoized function, too.

Brian Maissy (1):
      corrected the documentation of forEachLimit and mapLimit: the items are not processed in batches. Addresses issue #203

Bruno Bigras (1):
      Fixed a typo in the queue sample

Calvin French-Owen (3):
      Adding mapLimit
      Renaming forEachLimit to _forEachLimit, adding mapLimit tests
      Adding built file

Caolan McMahon (175):
      added nodeunit and test script
      added existing code and tests
      added index.js for convenience
      fix sync calling of callbacks in waterfall
      don't pass callback to last function in waterfall chain
      call next function in waterfall asynchronously
      added test for running waterfall callbacks async, and using callbacks multiple times
      added parallel and series methods
      updated nodeunit
      added iterator method
      updated auto api, removed requires function
      make callbacks optional
      added error handling to parallel, series and auto functions
      added forEach, map, reduce, filter, some, and every functions
      refactoring and unit test improvements
      added README.md
      added docs to README.md for forEach and forEachSeries
      renamed reduceSeries to reduce
      updated README.md
      minor tweaks to README.md
      updated README.md
      added closing square brackets to auto example in README
      ensure map and filter results stay in the same order when processing in parallel
      Merge branch 'master' of git at github.com:caolan/async
      better support empty objects and arrays as arguments
      Added detect, reject, reduceRight and sortBy functions and added a few common aliases
      Updated README to include detect, reject, reduceRight and sortBy functions, as well as alias information
      added license and package.json
      added npm install command to README
      added apply function
      added browser support
      updated README
      added log and dir functions
      exposed browser-compatible nextTick function
      added noConflict
      added noConflict to README
      Release 0.1.3
      return value from functions in async.apply
      release v0.1.4
      added the concat function
      added concatSeries
      bump version
      add whilst and until
      update README to include anchors for each function
      remove short descriptions from function list in README
      add horizontal rules between function descriptions in README
      move whilst and until into flow control section of README
      allow parallel and series functions to accept and object instead of an array
      bump version
      added async.queue
      update async.queue information in README
      fix lint errors
      added makefile with lint, test and build targets
      add links to async.js and async.min.js in README
      add line break between development and production links in README
      allow queue.push without a callback
      show queue.push callback as optional in README
      added browser tests
      updated test suite to work in the browser
      updated nodeunit
      load working copy of async module after nodeunit in browser tests
      added memoize
      added memoize to README
      updated minified version
      add commas to waterfall example in REAMDE - thanks dbro
      skip nextTick in the browser unit test in node
      updated nodeunit deps
      remove extra function call from async.nextTick in node
      updated minified version
      bump version
      added test for issue 10, make sure series and parallel return original falsy values instead of null
      Merge branch 'master' of git at github.com:caolan/async
      bump version
      updated unit tests for node 0.3.8
      fix bug in order of queue events and improve tests - thanks Kami
      fix browser unit tests by removing some node-specific code
      fix parallel implementation of detect when multiple matches occur, closes #28
      update minfied version
      replace 'flow control' with 'control flow' in README to shut marak up
      Merge pull request #32 from reustle/master
      replace stupid tasks splice call with shift
      Merge pull request #50 from brunoqc/master
      Merge pull request #39 from indexzero/master
      bump version
      Merge branch 'unmemoize' of https://github.com/balinterdi/async into balinterdi-unmemoize
      update minified build
      bump version
      Merge branch 'master' of https://github.com/braddunbar/async into braddunbar-master
      update minified version
      bump version
      Merge pull request #63 from jesusabdullah/master
      change bugs['web'] to bugs['url'] in package.json
      Merge https://github.com/allanca/async into allanca
      bump version
      expose tasks array for queues
      bump version
      Merge pull request #65 from alFReD-NSH/patch-1
      Merge pull request #91 from zaphod1984/scriptFix
      Merge branch 'issue-88' of https://github.com/ixti/async
      Merge pull request #80 from Sheile/2fc3ab83d79cd660d39355a4ad51897d6f8c3b70
      Merge https://github.com/pistolero/async into pistolero
      Merge pull request #86 from pierrec/master
      Merge pull request #79 from clutchski/patch-1
      Merge pull request #77 from insin/auto-docs
      update tests for IE6 compatibility
      update minifed build
      bump version
      Merge pull request #93 from jstewmon/make_devDependencies
      Merge pull request #99 from mmalecki/refactor-tests
      Merge pull request #102 from sergi/master
      Merge pull request #103 from jstewmon/master
      Merge pull request #100 from mmalecki/foreach-no-callback
      bump version
      Merge pull request #48 from onirame/master
      add .gitignore
      use uglify, nodeunit and nodelint directly from node_modules
      update minified build
      make uglify a dev dependency and remove make targets from npm scripts, #105
      bump version
      Merge pull request #113 from amco/doc_fix
      Merge pull request #126 from pgherveou/patch-1
      bump version
      Merge pull request #124 from yawnt/master
      bump version
      fix occasional synchronous use of forEachLimit
      update indentation on forEachSeries
      bump version
      update minified build
      bump version
      Merge pull request #149 from aadamowski/master
      Merge pull request #150 from langpavel/patch-readme-highlighting
      add AMD support
      Merge branch 'master' of github.com:caolan/async
      Merge pull request #221 from ashnur/patch-1
      Merge pull request #216 from rhyzx/cargo
      Revert "Merge pull request #221 from ashnur/patch-1"
      Merge pull request #211 from vojtajina/small-fixes
      Merge pull request #205 from danbell/limit
      remove minfied version from repository
      Merge remote branch 'jkroso/master'
      Merge pull request #201 from ccare/patch-1
      Merge pull request #200 from coreyjewett/master
      Merge pull request #194 from superjoe30/fix-use-strict
      Merge pull request #188 from ceedubs/master
      Merge pull request #141 from alexgorbatchev/master
      Merge pull request #175 from parshap/feature/expose-memo
      increase timeouts for testing in IE
      Merge pull request #171 from feross/patch-1
      Merge remote branch 'dpatti/auto-fix'
      force nextTick on auto calls to prevent double task execution when synchronous
      Merge branch 'master' of github.com:caolan/async
      Merge remote branch 'dougwilson/feature/setImmediate-support'
      replace process.nextTick call with async.nextTick and increase timeouts for some tests
      automatically call nextTick on some synchronous function calls
      skip stack overflow test in the browser - it takes ages when using settimeout fallback
      fix stackoverflows in queue when using synchronous tasks - WARNING, this slightly changes order of events when queue processing using sync tasks
      Merge remote branch 'timoxley/master'
      use a more liberal check for completed number of tasks - closes #121
      Merge pull request #224 from gramakri/master
      bump version
      Merge branch 'master' of github.com:caolan/async
      bump minor version
      remove module id for requirejs define call
      bump version
      add jam info to package.json
      Merge pull request #164 from raszi/master
      bump version
      Merge pull request #229 from zaphod1984/queueHotfix
      remove test-strict.js
      bump version
      Merge pull request #227 from brianmaissy/master
      added async.compose
      bump version
      rename forEach functions to each and add aliases for old names
      bump version

Charles Care (1):
      Correct minor typo

Cody Allen (2):
      Add missing 'err' parameter to example of async.parallel in README
      Delete trailing commas in lists of README examples

Corey Jewett (1):
      In #forEach and queue's worker calling the callback more than once causes bad behavior. Throw an Error when this happens.

Daniel Bell (1):
      Added parallelLimit().

Doug Patti (1):
      Altered prevention to avoid repeat auto tasks

Douglas Christopher Wilson (1):
      Add async.nextTick browser fallback to setImmediate

Enrico Marino (1):
      fixed waterfall

Feross Aboukhadijeh (1):
      Fix typo in documentation

Girish Ramakrishnan (1):
      docs: Fix formatting of times example

Ian Young (1):
      Update example to reflect current behavior

Jonas Smedegaard (1):
      Imported Upstream version 0.2.5

Jonathan Buchanan (1):
      Updated docs about async.auto results - it does a bit more than the current docs let on.

Jonathan Stewmon (2):
      updated package.json to specify devDependencies. updated Makefile to use cli versions of dev dependencies in node_modules
      deployment fix for issue caused by isaacs/npm#2195

Joshua Holbrook (1):
      Docs for `forEachLimit`

KARASZI István (2):
      reimplementing queue unshift
      README updated for unshift

MaZderMind (1):
      callback methods w/ test & docs

Maciej Małecki (2):
      Refactor and DRY tests a bit
      Allow `forEach*` functions to be called with no callback

Matt Perpick (1):
      Waterfall docs now show final result passing.

PG Herveou (1):
      without this ';' uglify throw errors when trying to build with strict_semicolons option

Parsha Pourkhomami (3):
      Expose memoized function's memos
      Add documentation for exposed memoized memos (3405799)
      Add test for exposed memoized memos (3405799)

Pavel Lang (1):
      README.md: Enable GitHub syntax highlighting in example code

Peter (1):
      add running() which allows a task-callback to check if the queue has drained.

Pierre Curto (1):
      #queue(): allow unspecified callbacks

Sergey Kirillov (3):
      Fixed bug when listeners were not called in parallel.
      Fixed bug with calling callback several times when some functions were executed in parallel.
      Merge github.com:pistolero/async

Sergi Mansilla (1):
      The function `_indexOf` is never used

Shane Reustle (1):
      grammar nazi

Sheile (1):
      Add test for auto problem about task sequence

Tim Oxley (1):
      Add times and timesSeries functions for asynchronously executing a function n times

U0 (3):
      cargo can process multitasks(upto payload) each time
      add cargo doc to README
      add cargo api

Vojta Jina (1):
      Don't ship dot files with the npm package

alFReD-NSH (1):
      Fix extra curly brace in whilst example

ashnur (1):
      because globals suck :(

braddunbar (1):
      memoize - handle multiple calls before completion

indexzero (2):
      [api test] Added `async.forEachLimit()` and associated tests
      [test] Add more tests for edge cases to forEachLimit

jkroso (2):
      added doWhilst and doUntil
      added post loop docs

kpozin (1):
      Changed async.nextTick to be defined once based on whether process.nextTick is available.

yawn (2):
      fix issue #98
      moar fixes for #98

zaphod1984 (4):
      fixed noConflict test
      too small timeout provides unrelieable results
      added possibility to push taskbulks, added test
      fixed queue bug, added test

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-async.git



More information about the Pkg-javascript-commits mailing list