Skip to content

Commit

Permalink
0.1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 2, 2025
1 parent 8538673 commit 341cdd1
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 11 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## [0.1.66](https://github.com/Brooooooklyn/canvas/compare/v0.1.65...v0.1.66) (2025-02-02)


### Bug Fixes

* armv7 glibc version ([#981](https://github.com/Brooooooklyn/canvas/issues/981)) ([0bdd714](https://github.com/Brooooooklyn/canvas/commit/0bdd714df35c9f2138ac2640ad56720eb89d7bca))
* **deps:** update rust crate infer to 0.19 ([#985](https://github.com/Brooooooklyn/canvas/issues/985)) ([967bddf](https://github.com/Brooooooklyn/canvas/commit/967bddf235c6a7679588ad41620da69493327d15))
* **deps:** update rust crate nom to v8 ([#976](https://github.com/Brooooooklyn/canvas/issues/976)) ([521d1af](https://github.com/Brooooooklyn/canvas/commit/521d1af3529f9dcee8a280fc8d5518abfe619667))
* double free in putImageData ([#975](https://github.com/Brooooooklyn/canvas/issues/975)) ([2887aec](https://github.com/Brooooooklyn/canvas/commit/2887aeca4a5c8f45d08ff85916747a2f393cb389))
* flush svg stream after write end ([#986](https://github.com/Brooooooklyn/canvas/issues/986)) ([8538673](https://github.com/Brooooooklyn/canvas/commit/853867334b92bda8d7e0bbec3cdad895aadb5cf6))


### Features

* chrome/m133 ([#979](https://github.com/Brooooooklyn/canvas/issues/979)) ([9eba52d](https://github.com/Brooooooklyn/canvas/commit/9eba52d4b15225357c91bd7bc7c440ea05c6730f))
* support encode stream ([#974](https://github.com/Brooooooklyn/canvas/issues/974)) ([daccce1](https://github.com/Brooooooklyn/canvas/commit/daccce18d7a87e4bbdc6c6dae6fcf78c8aea02e1))


### Performance Improvements

* avoid memcpy while drawing canvas on canvas ([#984](https://github.com/Brooooooklyn/canvas/issues/984)) ([8f00680](https://github.com/Brooooooklyn/canvas/commit/8f00680da5d17578af2e592b23f2ebdac636e1d2))



## [0.1.65](https://github.com/Brooooooklyn/canvas/compare/v0.1.64...v0.1.65) (2024-12-02)


Expand Down
2 changes: 1 addition & 1 deletion npm/android-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-android-arm64",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"android"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-arm64",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-darwin-x64",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"darwin"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm-gnueabihf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm-gnueabihf",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-gnu",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-arm64-musl",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-riscv64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-riscv64-gnu",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-gnu",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-linux-x64-musl",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"linux"
],
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas-win32-x64-msvc",
"version": "0.1.65",
"version": "0.1.66",
"os": [
"win32"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@napi-rs/canvas",
"version": "0.1.65",
"version": "0.1.66",
"description": "Canvas for Node.js with skia backend",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 341cdd1

Please sign in to comment.