Awesome iOS 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 iOS unique.
As you know, an example is worth a 1,000 words π
Changelog examples
-
Prometheus 2.40.1 (November 09, 2022)
- π [BUGFIX] TSDB: Fix alignment for atomic int64 for 32 bit architecture. #11547
- π [BUGFIX] Scrape: Fix accept headers. #11552
-
Cucumber 7.9.0 (November 01, 2022)
π Changed
- β‘οΈ [Core] Update dependency io.cucumber:gherkin to v25.0.2. Japanese Rule translation changed from Rule to γ«γΌγ«.
β Added
- π [Spring] Support @CucumberContextConfiguration as a meta-annotation (2491 Michael Schlatt)
π Changed
- β‘οΈ [Core] Update dependency io.cucumber:gherkin to v24.1
- [Core] Delegate encoding and BOM handling to gherkin (2624 M.P. Korstanje)
π Fixed
- π [Core] Don't swallow parse errors on the CLI (2632 M.P. Korstanje)
π Security
- β‘οΈ [Core] Update dependency com.fasterxml.jackson to v2.13.4.20221012
-
Choco 4.10.10 (October 11, 2022)
Major features:
- π Fix performance issue of ViewDeltaMonitor
- π Fix lack of filtering in STR2+ when domain is bounded
- π Fix issue relative to
OR
andAND
inLogOp
- β Add missing checks in OneWordS32BitSet and OneWordS64BitSet + update constructors
- β Add new API to VariableUtils
- β Add CITATION.cff
- β‘οΈ Update paper.md
π Deprecated API (to be removed in next release):
Other closed issues and pull requests:
π See milestone 4.10.10
π Contributors to this release:
- Jean-Guillaume Fages (@jgFages)
- Charles Prud'homme (@cprudhom)
- Mehmet Hakan Satman (@jbytecode)