Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [wip] initial async generator support (#1560) | Alex Early | 2018-08-05 | 1 | -9/+5 |
| | | | feat: initial async generator support | ||||
* | ES6-ify codebase (#1553) | Alex Early | 2018-07-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests | ||||
* | clean up debugging | Alexander Early | 2018-06-03 | 1 | -5/+1 |
| | |||||
* | more debug | Alexander Early | 2018-06-03 | 1 | -0/+4 |
| | |||||
* | makefile debugging | Alexander Early | 2018-06-03 | 1 | -2/+8 |
| | |||||
* | refactor makefile, avoid using node in evaled targets | Alexander Early | 2018-06-03 | 1 | -16/+19 |
| | |||||
* | optimize makefile, fix tests | Alexander Early | 2018-06-02 | 1 | -11/+11 |
| | |||||
* | move mocha_tests/ to test/ | Alexander Early | 2018-06-02 | 1 | -1/+1 |
| | |||||
* | Build: restore COPY_ES | Federico Brigante | 2018-04-20 | 1 | -0/+2 |
| | |||||
* | Drop lodash transform in makefile | Federico Brigante | 2018-04-19 | 1 | -3/+0 |
| | |||||
* | Typo in makefile | Quinn Blenkinsop | 2018-04-14 | 1 | -1/+1 |
| | |||||
* | Optimize the library for webpack users (#1517) | Ivan Akulov | 2018-03-23 | 1 | -0/+4 |
| | | | | | | | | * Add the `sideEffects: false` flag into the ES package.json * Add a different Readme for async-es and link across the packages * Fix the wrong method name | ||||
* | include individual module files for aliasesgenerate-index | Alexander Early | 2017-10-20 | 1 | -8/+24 |
| | |||||
* | generate lib/index.js from a template and a list of aliases | Alexander Early | 2017-10-15 | 1 | -2/+7 |
| | |||||
* | update Makefile to include source map in build dir [fixes #1452] (#1453) | Hubert Argasinski | 2017-07-24 | 1 | -2/+8 |
| | |||||
* | enable Make parallelizaionbuild-refactor | Alexander Early | 2017-04-16 | 1 | -1/+1 |
| | |||||
* | rename compile->compile-module.js | Alexander Early | 2017-04-16 | 1 | -1/+1 |
| | |||||
* | use make to manage compiling individual files | Alexander Early | 2017-04-16 | 1 | -3/+7 |
| | |||||
* | remove unused CJS index.js file | Alexander Early | 2017-04-16 | 1 | -5/+1 |
| | |||||
* | refactor to use ES module output to make umd bundle | Alexander Early | 2017-04-16 | 1 | -1/+1 |
| | |||||
* | refactor to not need babel, require node 6+ | Alexander Early | 2017-04-16 | 1 | -4/+3 |
| | |||||
* | Clean other built files | Graeme Yeates | 2016-07-25 | 1 | -1/+2 |
| | |||||
* | add doc generation to makefile | Alexander Early | 2016-07-07 | 1 | -2/+6 |
| | |||||
* | exclude jsdoc scripts from linting | Alexander Early | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | make docs publishing fail if there are uncommitted changes | Alexander Early | 2016-06-30 | 1 | -0/+2 |
| | |||||
* | add docs publishing script. Related to #1202 | Alexander Early | 2016-06-30 | 1 | -0/+6 |
| | |||||
* | add eslint, remove jscs/jshint | Alexander Early | 2016-06-07 | 1 | -2/+1 |
| | |||||
* | remove component.json | Alexander Early | 2016-06-07 | 1 | -1/+1 |
| | |||||
* | Reduce package manager scaffolding. | John-David Dalton | 2016-05-31 | 1 | -6/+0 |
| | |||||
* | Fix Makefile build on OS X | Johan Nordberg | 2016-05-29 | 1 | -1/+2 |
| | |||||
* | Update make file | Graeme Yeates | 2016-05-16 | 1 | -1/+2 |
| | |||||
* | Get rid of nodeunit | ezubarev | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | use npm publish rather than pack | Alexander Early | 2016-05-05 | 1 | -2/+2 |
| | |||||
* | Fixes #1117 | Hubert Argasinski | 2016-04-21 | 1 | -0/+1 |
| | | | | | | | Manually setting the source map URL in the `Makefile`, when `--source-map` is specified without `--source-map-url`, the source map URL defaults to the values passed to `--source-map`. See https://github.com/mishoo/UglifyJS2#user-content-usage. | ||||
* | remove gulpfile.js from lint config | Alexander Early | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | add prerelease to makefile | Alexander Early | 2016-03-11 | 1 | -2/+2 |
| | |||||
* | move build/async.js to build/dist/async.js | Alexander Early | 2016-02-16 | 1 | -3/+5 |
| | |||||
* | move es build to separate folder/package | Alexander Early | 2016-02-16 | 1 | -4/+26 |
| | |||||
* | check in dist for bower support | Alexander Early | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | use tweaked version of xyz for our publish process | Alexander Early | 2016-02-10 | 1 | -4/+2 |
| | |||||
* | move package manager files during build process, update main paths | Alexander Early | 2016-02-09 | 1 | -2/+13 |
| | |||||
* | fix es build test | Alexander Early | 2016-02-09 | 1 | -0/+1 |
| | |||||
* | add es modules to build, with lodash replaced with lodash-es | Alexander Early | 2016-01-21 | 1 | -6/+14 |
| | |||||
* | clean up makefile, add smoke test to build process | Alexander Early | 2016-01-21 | 1 | -11/+26 |
| | |||||
* | rename build files, add smoke test for build | --global | 2016-01-15 | 1 | -3/+6 |
| | |||||
* | update code style, increase linter coverage, refactor makefile | --global | 2016-01-15 | 1 | -9/+22 |
| | |||||
* | Improve bundle error reporting | Graeme Yeates | 2016-01-10 | 1 | -4/+4 |
| | |||||
* | use npm for lodash-es, rather than a git submodule | Kiko Beats | 2016-01-07 | 1 | -3/+1 |
| | |||||
* | Update make build tasks | Graeme Yeates | 2016-01-04 | 1 | -7/+16 |
| | |||||
* | Avoid including lodash string parsing in bundle | Graeme Yeates | 2016-01-04 | 1 | -8/+4 |
| |