Skip to content

Commit ce53b90

Browse files
committed
docs: changelog
1 parent a02b199 commit ce53b90

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
# CHANGELOG
22

3-
## v1.0.0 (2025-03-27)
3+
## v1.0.0 (2025-03-28)
44

55
**Enhancements:**
66

77
- Full support for ISOBMFF image formats (box-type): HEIF, HEIC and AVIF.
88
- Reordering types being checked in guessing functions (`{seems?,type,info}/1`), focusing on recent trends.
9-
- Docs and testing improvements.
9+
- Documentation and testing improvements.
10+
11+
**API status and Breaking Changes:**
12+
13+
- `seems?/1`: returns the image type found (e.g., `:bmp`, `:tiff`), or `nil` if it is not recognized.
14+
For JPEG images, it returns `:jpeg` instead of the alias `:jpg`. However, the alias `:jpg` can be used in `{seems?,type,info}/2` functions.
15+
- `seems?/2`, `type/2`, and `info/2`: these functions will **raise an error if an unsupported image type is provided**.
16+
- `seems?/2`: **fully boolean**.
1017

1118
**News:**
1219

0 commit comments

Comments
 (0)