Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-10-24 | Meta: Use the Readme as the only source of feature descriptions (#3678) | 1 | -5/+1 | ||
Co-authored-by: Federico Brigante <me@fregante.com> | |||||
2020-06-20 | Improve PR commit 404 page (#3233) | 1 | -0/+3 | ||
2020-06-03 | Upgrade dependencies (#3168) | 1 | -1/+1 | ||
Co-authored-by: Fregante <opensource@bfred.it> | |||||
2020-05-19 | Meta: Reorganize utility functions (#3110) | 1 | -1/+1 | ||
2020-05-08 | Lint (#3072) | 1 | -0/+1 | ||
Co-Authored-By: yakov116 <yakov116@users.noreply.github.com> | |||||
2020-05-08 | Extract page-detect.ts into `github-url-detection` (#3062) | 1 | -3/+2 | ||
2020-04-20 | Meta: Improve types (#3006) | 1 | -1/+1 | ||
2020-04-20 | Meta: Make bundles smaller (#3020) | 1 | -1/+2 | ||
2020-04-15 | Improve feature loading mechanism (#2987) | 1 | -1/+0 | ||
2020-04-03 | Allow multiple loaders in a single `features.add` (#2925) | 1 | -1/+2 | ||
2019-07-30 | Sort features in Readme by area instead of by type (#2283) | 1 | -1/+2 | ||
2019-06-22 | Meta: Dynamically add feature names to files (#2166)19.6.22.1940 | 1 | -1/+1 | ||
2019-05-13 | Add description field to features (#2030) | 1 | -0/+1 | ||
Co-authored-by: Federico Brigante <github@bfred.it> | |||||
2019-04-26 | Extract `patch-diff-links`'s CSS (#1986) | 1 | -0/+1 | ||
2019-04-21 | Meta: Add explicit return types on all functions (#1943) | 1 | -1/+1 | ||
Co-authored-by: Federico Brigante <github@bfred.it> | |||||
2019-04-17 | Enable strict-mode for TypeScript (#1783) | 1 | -4/+4 | ||
Co-authored-by: Federico Brigante <github@bfred.it> | |||||
2019-02-12 | Meta: Simplify dom-chef usage (#1768) | 1 | -1/+1 | ||
2019-01-17 | Drop Babel in favor of esm and TypeScript (#1726) | 1 | -0/+29 | ||
To get some meaningful errors during feature development, I thought it'd be useful to use TypeScript on `features.js` only, hoping to keep it contained to that file. @sindresorhus suggested we just extend it the whole extension and maybe that can be done incrementally, without having to necessarily use types on everything. |