Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 1 | -9/+9 |
| | |||||
* | Release 3.0.53.0.5 | Ulrich-Matthias Schäfer | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | Release 3.0.43.0.4 | Ulrich-Matthias Schäfer | 2018-12-07 | 1 | -0/+21 |
| | |||||
* | Release 3.0.33.0.3 | Ulrich-Matthias Schäfer | 2018-12-05 | 1 | -8/+0 |
| | |||||
* | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 1 | -4/+4 |
|\ | |||||
| * | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -2/+2 |
| | | |||||
| * | fix Timeline so that play, pause, stop, reverse... work correctly. Update ↵ | Ulrich-Matthias Schäfer | 2018-11-22 | 1 | -2/+2 |
| | | | | | | | | runners accordingly | ||||
* | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 1 | -48/+22 |
| | | | | | | | | | | | | | | | | | | This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again | ||||
* | | Changed the esLint rules to avoid silly ternary operators, and to let code ↵ | Saivan | 2018-11-25 | 1 | -21/+49 |
|/ | | | | | | | | | | | | | | breathe! This commit modifies some of the eslint rules, to allow our code to be a little bit more readable. This came about because we had a particularly pesky problem, where the code was indenting ternary operators. This fixes that, and makes it easy to add new rules to eslint as we please in the future. Changes ======= - Rebuilt the library with new eslint rules - Changed the eslintrc file to a yaml file by default | ||||
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -7/+5 |
| | |||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 1 | -0/+3 |
| | | | | make sure that init functions are chaninable | ||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -0/+85 |