Awesome JavaScript 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 library changelogs on Awesome JavaScript unique.
As you know, an example is worth a 1,000 words ๐
Changelog examples
-
DataFormsJS 5.14.0 (November 28, 2022)
- โ Added ability to use HTML Attribute
[data-format]
from Web Component<url-router>
when using attribute[url-param]
. The same functionality when using Web Component<json-data>
with attribute[data-bind]
is provided.- This includes using
data-format="number|date|dateTime|time|{function}"
and custom functions. js/web-components/url-router.js
https://github.com/dataformsjs/dataformsjs/blob/master/js/web-components/url-router.js
- This includes using
- โก๏ธ Updated Image Gallery Controls/Components:
- Fixed issue where
pinch-to-zoom
on mobile devices would cause previous/next image navigation to occur. js/web-components/image-gallery.js
https://github.com/dataformsjs/dataformsjs/blob/master/js/web-components/image-gallery.jsjs/plugins/imageGallery.js
https://github.com/dataformsjs/dataformsjs/blob/master/js/plugins/imageGallery.jsjs/react/es6/ImageGallery.js
https://github.com/dataformsjs/dataformsjs/blob/master/js/react/es6/ImageGallery.js
- Fixed issue where
- โ Added ability to use HTML Attribute
-
video.js 7.21.1 (November 21, 2022)