summaryrefslogtreecommitdiff
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Core: const, let, arrow-fn and unused variables (#1776)Jimmy Wärting2021-12-091-128/+128
|
* Housekeeping (#1772)Jimmy Wärting2021-12-022-6/+4
| | | | | | | | | | | | | | | | | | | * rimraf was not being used * one less use of lodash dep * shorter name variant * one less lodash fn being used * use native forEach * result was a object * one less lodash recommendation * more explicit path * removed a unused variable
* remove redundant npm test in xyzAlexander Early2020-02-231-6/+0
|
* remove browserify configuration. Closes #1653Alexander Early2020-02-231-4/+0
|
* fix: include config for browserify. Closes #1653Alexander Early2019-06-221-0/+4
|
* docs: use `docs/` folder, include links for every major version (#1648)Alex Early2019-05-264-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | * publish docs to docs folder * disable jekyll * dont clean docs folder * add v2 docs * move docs to v3 * fix nav links, remove pointless footer text * fix scripts/footer * make doc generation idempotent * css tweak * fix path between v2 and v3 * fix logo link
* move async.mjs to distAlexander Early2019-05-192-2/+2
|
* feat: Add .mjs bundle and pkg.main to CJS build (#1642)Alex Early2019-05-193-3/+17
| | | | | | * feat: add mjs bundle and pkg.main to CJS build * update docs
* feat: add flatMap aliases for concatAlexander Early2019-03-091-0/+3
| | | | Closes #1625
* docs: Set focus on search input on page load (#1591)David Stepanov2018-10-291-1/+1
|
* Update built filesAlexander Early2018-09-301-2/+2
|
* [wip] initial async generator support (#1560)Alex Early2018-08-052-5/+5
| | | feat: initial async generator support
* breaking: remove during, make test functions in until/whilst async (#1557)Alex Early2018-07-101-0/+2
| | | | | | | | * remove during, make test functions in until/whilst async * add during aliases fix docs * regenerate index
* prefer destructuringAlexander Early2018-07-082-4/+4
|
* disallow variable shadowingAlexander Early2018-07-083-14/+14
|
* ES6-ify codebase (#1553)Alex Early2018-07-087-58/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* refactor makefile, avoid using node in evaled targetsAlexander Early2018-06-035-62/+35
|
* fix testsAlexander Early2018-06-021-0/+0
|
* optimize makefile, fix testsAlexander Early2018-06-021-0/+0
|
* Optimize the library for webpack users (#1517)Ivan Akulov2018-03-231-0/+1
| | | | | | | | * 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-indexAlexander Early2017-10-204-2/+45
|
* add testsAlexander Early2017-10-152-2/+11
|
* generate lib/index.js from a template and a list of aliasesAlexander Early2017-10-154-2/+170
|
* rename compile->compile-module.jsAlexander Early2017-04-161-0/+1
|
* move support functions into scripts that call themAlexander Early2017-04-164-50/+38
|
* use make to manage compiling individual filesAlexander Early2017-04-164-53/+13
|
* remove unused CJS index.js fileAlexander Early2017-04-162-18/+3
|
* refactor to use ES module output to make umd bundleAlexander Early2017-04-165-47/+9
|
* factor compiling a module into a separate functionAlexander Early2017-04-162-24/+48
|
* decouple compling modules and bundlingAlexander Early2017-04-165-45/+62
|
* refactor to not need babel, require node 6+Alexander Early2017-04-166-20/+20
|
* check in built files for comparisonAlexander Early2017-04-091-3/+0
|
* Add changelog to navGraeme Yeates2017-04-041-0/+1
|
* docs: added searching aliases (see #1339)Hubert Argasinski2016-12-114-45/+82
|
* docs: fix missing caretHubert Argasinski2016-11-231-1/+1
|
* docs: update version to latest in nav (fixes #1328)Hubert Argasinski2016-11-231-0/+5
|
* Cleanup links in templateGraeme Yeates2016-11-031-4/+4
|
* Avoid importing font using @importGraeme Yeates2016-11-032-5/+5
|
* Use cdn prettifyGraeme Yeates2016-11-031-2/+1
|
* Optimize asset loading for docsoptimize-page-loadGraeme Yeates2016-11-021-10/+13
|
* Update various dev dependenciesGraeme Yeates2016-10-161-2/+2
|
* fix style error in doc generation scriptHubert Argasinski2016-10-121-1/+0
|
* docs: update searching to use new idsHubert Argasinski2016-10-111-3/+3
|
* docs: using jQuery/cheerio builtins for adding classHubert Argasinski2016-10-091-3/+1
|
* docs: update old id links to new onesHubert Argasinski2016-10-071-0/+12
|
* docs: highlight current method in toc when viewing source fileHubert Argasinski2016-10-071-0/+6
|
* docs: added Bootstrap scroll-spyHubert Argasinski2016-10-073-25/+55
|
* docs: combine toc sublists into one listHubert Argasinski2016-10-072-3/+48
|
* added alias documentation, fixes #1251Hubert Argasinski2016-07-242-2/+16
|
* Autofocus searchGraeme Yeates2016-07-131-1/+1
|