Awesome Rust has a "changelog" section under all projects. You can find it next to the "Repo" button in the header. There are two features that make it unique.
- It is an aggregation of parsed "CHANGELOG.md" files and releases information from Github. This way, it is easier to see all changes in a single place and a uniform style.
- All changelogs are "emojified". This helps with identifying each change easier. Emojification is achieved by parsing each line and applying a specific emoji based on the first word or some other tokens.
The combination of the above two makes package changelogs on Awesome Rust unique.
As you know, an example is worth a 1,000 words ๐
Changelog examples
-
ace 1.7.0 (June 28, 2022)
๐ Features
- โ Add Robot Framework syntax highlighting (773c0c5), closes #4614
- โ Added YAML language linter (451f915), closes #3979
๐ Bug Fixes
- โ Added two tmthemes gruvbox dark (hard) and light (hard) (6b1e67f), closes #3673
- โ adds ignore browserified dir to eslintignore (56b591b)
- ๐ Allow setAnnotations to use custom className (f505879), closes #4362
- Avoid substitutions when Webpack was introduced (a540323), closes #4476
- Highlighting DISTINCT keyword in SQL (fb3820a), closes #4399
- ๐ Make sure completions aren't null or undefined (a78e127), closes #4608
-
puppeteer 14.3.0 (June 07, 2022)
๐ Features
๐ Bug Fixes