Skip to content

Commit a19640a

Browse files
authored
chore(main): release 3.0.0 (#15)
1 parent 3345bce commit a19640a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/image-js/fast-bmp/compare/v2.0.1...v3.0.0) (2025-04-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* renamed `bitDepth` to `bitsPerPixel`
9+
* In decoder's output data and encoder's input data, each pixel is now stored as 1 byte per pixel instead of 1 bit per pixel.
10+
11+
### Features
12+
13+
* add 1-bit image decoder ([0607b6b](https://github.com/image-js/fast-bmp/commit/0607b6bf9eef96f5bed6a6e1b7c5e14798aadf40))
14+
* add support for Greyscale, RGB and RGBA images ([3345bce](https://github.com/image-js/fast-bmp/commit/3345bceb2b8642c12275b9a358a6bfa9e7e037c4))
15+
* encode and decode resolution fields xPixelsPerMeter and yPixelsPerMeter ([f239678](https://github.com/image-js/fast-bmp/commit/f2396789567c19db8236325893880bf451e9df4f))
16+
317
## [2.0.1](https://github.com/image-js/fast-bmp/compare/v2.0.0...v2.0.1) (2022-09-29)
418

519

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fast-bmp",
3-
"version": "2.0.1",
3+
"version": "3.0.0",
44
"description": "A bmp image encoder",
55
"main": "./lib/index.js",
66
"module": "./lib-esm/index.js",

0 commit comments

Comments
 (0)