Awesome .NET 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.

  1. 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.
  2. 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 .NET unique.

As you know, an example is worth a 1,000 words ๐Ÿš€

Changelog examples

  • Cliffy 2.4.1 (October 15, 20202)

    ๐Ÿ›  Fixed

    • A bug that allowed users to pass more parameters than were allowed by a command.
  • RxDB 7.4.3 (April 01, 72018)

    ๐Ÿ›  Bugfixes:

    • Sort by sub object is not working #585
    • Encrypted attachments not working inside of electron-renderer #587
    • Schema fails with sub-sub-index #590
    • Default value not applied when the stored value is undefined #596
  • Cliffy 2.4.1 (October 15, 20202)

    ๐Ÿ›  Fixed

    • A bug that allowed users to pass more parameters than were allowed by a command.