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.
- 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 module changelogs on Awesome Node.js unique.
As you know, an example is worth a 1,000 words π
Changelog examples
-
Babel (Formerly 6to5) 7.7.5 (December 06, 2019)
v7.7.5 (2019-12-06)
π± π Bug Fix
- π
babel-plugin-transform-modules-commonjs
,babel-plugin-transform-regenerator
,babel-plugin-transform-runtime
,babel-preset-env
,babel-runtime-corejs2
- #10549 Add ".js" extension to injected polyfill imports (@shimataro)
babel-cli
- π
babel-parser
- π
babel-parser
,babel-plugin-proposal-optional-chaining
,babel-plugin-transform-modules-amd
- #10806 fix(optional chaining): Optional delete returns true with nullish base (@mpaarating)
- π
babel-helper-module-transforms
,babel-plugin-transform-modules-amd
π π Polish
- π
babel-plugin-transform-runtime
- #10788 Do not transpile typeof helper with itself in babel/runtime (@nicolo-ribaudo)
babel-core
- #10778 refactor: Improve error message in @babel/core (@jaroslav-kubicek)
π± π Internal
babel-preset-env-standalone
- Other
- β
babel-helper-transform-fixture-test-runner
Committers: 8
- Alex Lewis (@mpaarating)
- HuΓ‘ng JΓΉnliΓ ng (@JLHwung)
- Ives van Hoorne (@CompuIves)
- Jaroslav KubΓΔek (@jaroslav-kubicek)
- Kai Cataldo (@kaicataldo)
- NicolΓ² Ribaudo (@nicolo-ribaudo)
- Taro Odashima (@shimataro)
- YeonJuan (@yeonjuan)
- π
-
doT 1.1.3 (December 07, 2019)
β Tests for doT.process
Patch code injection via prototype pollution (#291) -
intern 4.7.0 (December 04, 2019)
Overview
π This release features an updated JUnit reporter that now indicates suite errors, and also updates the Runner reporter to tag suite error messages with "ERROR" rather than "FAILED" (#955).