Awesome PHP 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 library changelogs on Awesome PHP unique.

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

Changelog examples

  • uvicorn 0.20.0 (November 20, 2022)

    โž• Added

    • Check if handshake is completed before sending frame on wsproto shutdown (#1737)
    • โž• Add default headers to WebSockets implementations (#1606 & #1747) 28/10/22
    • ๐Ÿ‘ท Warn user when reload and workers flag are used together (#1731) 31/10/22

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Use correct WebSocket error codes on close (#1753) 20/11/22
    • Send disconnect event on connection lost for wsproto (#996) 29/10/22
    • โž• Add SIGQUIT handler to UvicornWorker (#1710) 01/11/22
    • ๐Ÿ›  Fix crash on exist with "--uds" if socket doesn't exist (#1725) 27/10/22
    • ๐Ÿ‘ท Annotate CONFIG_KWARGS in UvicornWorker class (#1746) 31/10/22

    โœ‚ Removed

    • โœ‚ Remove conditional on RemoteProtocolError.event_hint on wsproto (#1486) 31/10/22
    • Remove unused handle_no_connect on wsproto implementation (#1759) 17/11/22
  • nptyping 2.4.0 (November 14, 2022)
    • โž• Added hint for pandas DataFrame.
    • ๐Ÿ›  Fixed bug for checking against a Structure where a different number of fields did not fail the check.
    • ๐Ÿ”„ Changed nptyping.Int pointing to the more generic numpy.integer rather than numpy.int32.
    • โž• Added support for Python 3.11 with the exception of pandas.DataFrame.
  • rez 2.112.0 (November 15, 2022)

    Source | Diff

    Notes

    ๐Ÿš€ First Official AcademySoftwareFoundation rez release!

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix 1255-possible-regression-appendenv-in-powershell-fails-if-env-variable-does-not-exist-already #1285 (instinct-vfx)
    • ๐Ÿ›  fix: add platform/arch to variant for rez-pip packages with entry point scripts #1287 (bpabel)
    • ๐Ÿ”Œ working with embedded python scanning rezplugins #1359 (loonghao)
    • Replace nerdvegas with aswf #1368 (maxnbk)
    • ๐Ÿ›  fix asserts causing flake8 linter failures #1369 (maxnbk)
    • ๐Ÿ“ฆ Edit rezconfig docstrings for package_filter to reflect python form rather than YAML #1377 (herronelou)
    • ๐Ÿ‘‰ Add REZ_USED_LOCAL_RESOLVE context environment variable #1378 (JoshkVFX)
    • Document .ignore pkg repo functionality #1385 (jasoncscott)
    • ๐Ÿ— Clarify when the commands block is executed during rez-build #1391 (jasoncscott)