File tree Expand file tree Collapse file tree 1 file changed +36
-1
lines changed
Expand file tree Collapse file tree 1 file changed +36
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v0.2.7 (2025-03-05)
4+
5+ ** Enhancements:**
6+
7+ - Support for Elixir 1.18 (removing warnings).
8+
9+ ** News:**
10+
11+ - Removed GitHub pages (/docs/) as hexdocs.pm is the official documentation site.
12+ - Bumping versions to all dev/test dependencies.
13+ - Improving CI pipelines and fixing HTML-generated docs (badges).
14+ - Removing unneeded docs tasks.
15+
16+ ## v0.2.6 (2024-01-18)
17+
18+ ** News**
19+
20+ - Adding ` styler ` to format and solve credo styling issues automatically.
21+
22+ ** Enhancements:**
23+
24+ - Improving a parsing case for the PNM format. If its signature is not fully formed, it skips parsing the size.
25+
26+ ## v0.2.5 (2024-06-09)
27+
28+ ** News:**
29+
30+ - Added CI pipelines (test, lint, build).
31+ - Formatting code with ` mix format ` .
32+ - Bumping versions to all dev/test dependencies.
33+
34+ ** Types:**
35+
36+ - Rest case for ` seems?/2 ` returns a boolean (` false ` ) instead of ` nil ` .
37+
338## v0.2.4 (2018-11-24)
439
5- ** Enhancements**
40+ ** Enhancements: **
641
742- By request of a GitHub user: support for another variant of webp
843- Studied and integrated the webpVP8X format (bitstream animated)
You can’t perform that action at this time.
0 commit comments