aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/List.js
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1238 from gormster/1237-list-expose-builtin-array-methodsUlrich-Matthias Schäfer2023-09-031-0/+5
|\
| * Allow access to original Array.prototype methods on List prefixed with $Morgan Harris2021-11-241-0/+5
* | dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-7/+7
|/
* Fixed IE Polyfills, got rid of ArrayPolyfill in favour of babels own transfor...Ulrich-Matthias Schäfer2020-05-041-5/+14
* added tests for List.jsUlrich-Matthias Schäfer2020-04-291-2/+2
* Updated dependencies to newest version, new linter fixed stuffUlrich-Matthias Schäfer2019-11-011-1/+1
* Release 3.0.23.0.2Ulrich-Matthias Schäfer2018-12-031-4/+2
* fixed methods not returning this and missing methods on ListUlrich-Matthias Schäfer2018-12-031-0/+9
* Reverted some of the lint rules after chatting with fuzzySaivan2018-11-261-41/+21
* Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-251-17/+41
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-121-3/+0
* make List return new lists on method calls, add map to array polyfill so that...Ulrich-Matthias Schäfer2018-11-121-4/+7
* change method name, make strings more pleasing to readUlrich-Matthias Schäfer2018-11-121-4/+4
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-121-0/+38