Skip to content

Commit 2b772f8

Browse files
committed
Updated readme and changelog for 1.2.0 release
1 parent 2645f57 commit 2b772f8

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CHANGELOG.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.2.0] - 2024-01-??
5+
## [1.2.0] - 2024-01-15
66

77
### Added
88

9-
- Added GIF and JPEG parsers to bitjs.image.
10-
- Added a skip() method to ByteStream.
11-
12-
### Changed
9+
- image: Added GIF and JPEG event-based parsers.
10+
- io: Added a skip() method to ByteStream.
1311

1412
## [1.1.7] - 2023-12-16
1513

image/parsers/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ General-purpose, event-based parsers for digital images.
22

33
Currently only supports GIF and JPEG.
44

5-
Some nice implementations for HEIF, JPEG, PNG, TIFF here:
5+
Some nice implementations of Exif parsing for PNG, HEIF, TIFF here:
66
https://github.com/MikeKovarik/exifr/tree/master/src/file-parsers

0 commit comments

Comments
 (0)