Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-07 | Cleanup mess around formatting/linkifying code (#2381) | 1 | -92/+0 | ||
Co-authored-by: Federico Brigante <opensource@bfred.it> | |||||
2019-08-31 | Update dependencies and lint (#2391)19.8.31 | 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-28 | Restore and extend url linkifier (#2066) | 1 | -34/+37 | ||
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 | -5/+8 | ||
Co-authored-by: Federico Brigante <github@bfred.it> | |||||
2019-01-20 | Meta: Move some functions into and out of utils.js (#1737) | 1 | -1/+1 | ||
2019-01-19 | Update dependencies; lint | 1 | -0/+2 | ||
2019-01-17 | Drop Babel in favor of esm and TypeScript (#1726) | 1 | -0/+82 | ||
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. |