Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dependencies, apply new linter fixes | Ulrich-Matthias Schäfer | 2021-01-13 | 1 | -7/+7 |
| | |||||
* | fixes and tests | Ulrich-Matthias Schäfer | 2020-04-09 | 1 | -4/+4 |
| | | | | | | - fixed flatten and ungroup - added position argument to ungroup, toParent and toRoot - added tests for Container | ||||
* | fix transform getter when something is 0. Make sure only needed files are ↵ | Ulrich-Matthias Schäfer | 2019-04-26 | 1 | -1/+1 |
| | | | | uploaded to npm | ||||
* | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 1 | -50/+28 |
| | | | | | | | | | 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 | -27/+51 |
| | | | | | | | | | | | | | | 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 | ||||
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 1 | -3/+3 |
| | |||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -0/+72 |