Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-01 | Meta: Use new `select-dom` API (#6992) | 1 | -2/+2 | ||
2023-05-04 | Lint (ESM file imports + named functions) (#6613) | 1 | -1/+1 | ||
2023-02-20 | Run 50 more features before the whole page has loaded (#6357) | 1 | -1/+1 | ||
2022-09-20 | Meta: Default to `deduplicate: false` (#5999) | 1 | -1/+1 | ||
2022-08-19 | Lint (#5902) | 1 | -1/+1 | ||
2021-11-09 | Meta: Replace `__filebasename` with `import.meta.url` (#5058) | 1 | -1/+1 | ||
Co-authored-by: Federico Brigante <me@fregante.com> | |||||
2021-07-18 | Fix: Features are not being applied on page change (#4571)21.7.18 | 1 | -0/+1 | ||
2021-07-07 | Lint: Enable `comma-dangle` (#4545) | 1 | -3/+3 | ||
2021-05-25 | Fix `conflict-marker` on milestone pages (#4393) | 1 | -0/+3 | ||
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-07-03 | Rename `discussion` → `conversation` (#3308) | 1 | -1/+1 | ||
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 | -1/+1 | ||
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-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 | -1/+1 | ||
Co-authored-by: Federico Brigante <github@bfred.it> | |||||
2019-03-27 | Cleanup and small fixes (#1883) | 1 | -1/+1 | ||
* Make `hide-readme-header` CSS-only * Add more comprehensive hasComments and hasRichTextEditor detects * Merge and improve yours-menu-item and commented-menu-item * Enable more features on global issue/pr lists * Fix `collapsible-content-button` on review comments * Small code refactoring and cleanup | |||||
2019-01-17 | Drop Babel in favor of esm and TypeScript (#1726) | 1 | -0/+15 | ||
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. |