Awesome Node.js 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 module changelogs on Awesome Node.js unique.

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

Changelog examples

  • ember.js 3.13.4 (October 01, 292019)
    • ๐Ÿ›  #18476 [BUGFIX] Ensure model can be observed by sync observers.
    • ๐Ÿ›  #18477 [BUGFIX] Allows @each to work with arrays that contain falsy values.
    • ๐Ÿ›  #18500 [BUGFIX] Remove requirement for disabling jquery-integration in Octane.
  • ember.js 3.13.4 (October 01, 292019)
    • ๐Ÿ›  #18476 [BUGFIX] Ensure model can be observed by sync observers.
    • ๐Ÿ›  #18477 [BUGFIX] Allows @each to work with arrays that contain falsy values.
    • ๐Ÿ›  #18500 [BUGFIX] Remove requirement for disabling jquery-integration in Octane.
  • ember.js 3.13.4 (October 01, 292019)
    • ๐Ÿ›  #18476 [BUGFIX] Ensure model can be observed by sync observers.
    • ๐Ÿ›  #18477 [BUGFIX] Allows @each to work with arrays that contain falsy values.
    • ๐Ÿ›  #18500 [BUGFIX] Remove requirement for disabling jquery-integration in Octane.