Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-04 | Lint (ESM file imports + named functions) (#6613) | 1 | -2/+2 | ||
2023-02-20 | Run 50 more features before the whole page has loaded (#6357) | 1 | -5/+5 | ||
2022-11-05 | Fix overflow caused by `patch-diff-links` (#6140) | 1 | -1/+3 | ||
2022-11-03 | Drop outdated references to PJAX (#6081) | 1 | -4/+4 | ||
2022-09-20 | Meta: Default to `deduplicate: false` (#5999) | 1 | -1/+1 | ||
2022-07-12 | Improve reliability of `patch-diff-links` (#5817) | 1 | -1/+3 | ||
2022-01-30 | Prevent `patch-diff-links` from being AJAXed (#5339) | 1 | -3/+3 | ||
2021-11-09 | Meta: Replace `__filebasename` with `import.meta.url` (#5058) | 1 | -1/+1 | ||
Co-authored-by: Federico Brigante <me@fregante.com> | |||||
2021-09-28 | Fix: Many features don't work until you refresh the page (#4825) | 1 | -0/+1 | ||
2021-09-02 | Remove `patch-diff-links`'s font size modification (#4735) | 1 | -1/+0 | ||
2021-07-07 | Lint: Enable `comma-dangle` (#4545) | 1 | -4/+4 | ||
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. |