Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-05-04 | Lint (ESM file imports + named functions) (#6613) | 1 | -3/+3 | ||
2023-02-20 | Run 50 more features before the whole page has loaded (#6357) | 1 | -1/+0 | ||
2022-09-25 | Warp speed 🚀 (#6006) | 1 | -7/+20 | ||
2022-09-20 | Meta: Default to `deduplicate: false` (#5999) | 1 | -1/+2 | ||
2021-11-09 | Meta: Replace `__filebasename` with `import.meta.url` (#5058) | 1 | -1/+1 | ||
Co-authored-by: Federico Brigante <me@fregante.com> | |||||
2021-07-07 | Lint: Enable `comma-dangle` (#4545) | 1 | -3/+3 | ||
2021-06-04 | `embed-gist-inline` improve gist detection | 1 | -7/+4 | ||
2021-05-31 | `embed-gist-inline` fix: Exclude gist user links on Enterprise (#4433) | 1 | -5/+18 | ||
2021-05-20 | Lint (#4361) | 1 | -1/+1 | ||
Co-authored-by: Federico Brigante <me@fregante.com> | |||||
2021-03-01 | Update dependencies and lint (#4037)21.3.1 | 1 | -3/+5 | ||
Co-authored-by: Federico <me@fregante.com> | |||||
2021-01-12 | Avoid embedding large files in `embed-gist-inline` (#3890) | 1 | -0/+4 | ||
2021-01-06 | Fix `embed-gist-inline` style and preserve the original link (#3866) | 1 | -7/+8 | ||
2021-01-02 | Meta: Infer better types in `querySelector` and `select-dom` (#3831) | 1 | -1/+1 | ||
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-10-20 | Fetch widget for `view-markdown-source` instead of maintaining a copy of it ↵ | 1 | -1/+1 | ||
(#3670) Co-authored-by: Federico <me@fregante.com> | |||||
2020-10-16 | Restore `embed-gist-inline` feature (#3640) | 1 | -7/+2 | ||
Co-authored-by: Federico <me@fregante.com> | |||||
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 | -2/+2 | ||
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 | ||
2020-01-08 | Meta: Enable JSX linting (#2678) | 1 | -2/+3 | ||
2019-12-16 | Small meta changes (#2626) | 1 | -1/+2 | ||
2019-11-21 | Meta: Fix screenshot URL in `embed-gist-inline` (#2558)19.11.21 | 1 | -1/+1 | ||
2019-09-08 | Avoid running `embed-gist-inline` in Firefox19.9.8 | 1 | -2/+6 | ||
It's just not supported by the browser. Closes https://github.com/sindresorhus/refined-github/issues/2022 | |||||
2019-08-24 | Exclude profile links in `embed-gist-inline` (#2380)19.8.25 | 1 | -1/+1 | ||
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 | -4/+4 | ||
Co-authored-by: Federico Brigante <github@bfred.it> | |||||
2019-04-17 | Enable strict-mode for TypeScript (#1783) | 1 | -7/+7 | ||
Co-authored-by: Federico Brigante <github@bfred.it> | |||||
2019-03-27 | Cleanup and small fixes (#1883) | 1 | -2/+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-03-17 | Extract domify into `doma` /2 | 1 | -1/+1 | ||
2019-03-15 | Extract domify into `doma` | 1 | -1/+1 | ||
2019-02-12 | Meta: Simplify dom-chef usage (#1768) | 1 | -1/+1 | ||
2019-02-01 | Meta: drop unused error variable | 1 | -1/+1 | ||
https://github.com/sindresorhus/refined-github/pull/1740#issuecomment-459543125 | |||||
2019-02-01 | Use `eslint-config-xo-typescript` (#1740) | 1 | -1/+1 | ||
2019-01-19 | Update dependencies; lint | 1 | -0/+1 | ||
2019-01-17 | Drop Babel in favor of esm and TypeScript (#1726) | 1 | -0/+58 | ||
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. |