Awesome Elixir 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 package changelogs on Awesome Elixir unique.
As you know, an example is worth a 1,000 words ๐
Changelog examples
-
sweet_xml 0.7.3 (April 11, 2022)
๐ Changed
- Handling the option
{:rules, _}
ourselve, as well as partially the option{:rules, _, _, _}
. When nothing is given, a new table is created, and destroyed after. If a table is given, and a DTD option is chosen, the table is reused for the DTD handling. If a custom{:rules, _, _, _}
is given, and a restrictive DTD option is chosen, the custome rule will be overriden. Because of this mutual exclusivity (reconciling the behaviors is not possible via composition), it is recommended that you handle the DTD problem by yourself. You can see the issue#71
for ideas. See the issue#41
for more details on why this change happened. (Ets leaks.)
- Handling the option
-
Rustler 0.25.0 (April 11, 2022)
โ Added
NewBinary
now also available asrustler::NewBinary
(thanks @ayrat555)Term::map_from_pairs()
to conveniently build a map from a list -of pairs (thanks @philss)- ๐ CI now also tests against macos
๐ Fixed
- Snake-case warening for auto-generated
RUSTLER_{}_field_{}
variables (renamed torustler_{}_field_{}
)
๐ Changed
- ๐ Abort compilation on macos if macos target configuration is missing
-
torch 3.8.0 (February 08, 2022)
Closed issues:
๐ Merged pull requests:
- ๐ [chore] extract date parse logic #296 (chewnoill)
- โช Revert "Bump ex_doc from 0.26.0 to 0.28.0" #288 (cpjolicoeur)
- โช Revert support for phoenix 1.6 from the master branch #287 (chewnoill)
- โฌ๏ธ Bump ex_doc from 0.26.0 to 0.28.0 #285 (dependabot[bot])
- ๐ "use Mix.Config is deprecated. Use the Config module instead" #280 (krainboltgreene)
- "clauses with the same name should be grouped together" #279 (krainboltgreene)
- โฌ๏ธ Bump jason from 1.2.2 to 1.3.0 #277 (dependabot[bot])
- โฌ๏ธ Bump gettext from 0.18.2 to 0.19.0 #275 (dependabot[bot])