Lovell Fuller
7ecbc20d3d
Upgrade to libvips v8.14.3
2023-07-21 11:10:21 +01:00
Lovell Fuller
cb0e2a91c4
Bump dep
2023-07-19 16:55:12 +01:00
Lovell Fuller
a0e1c39785
Release v0.32.3
2023-07-14 11:03:39 +01:00
Lovell Fuller
16ea04fe80
Release v0.32.2
2023-07-11 11:47:37 +01:00
Lovell Fuller
2bb3ea8170
Bump deps
2023-07-09 11:57:05 +01:00
Lovell Fuller
38c760cdd7
Update to latest (temporary) prebuild patch
2023-07-09 09:10:24 +01:00
Lovell Fuller
cfb659f576
Bump deps
2023-06-23 08:19:41 +01:00
Lovell Fuller
41e3c8ca09
Temporarily use patched prebuild with node-gyp v9
2023-06-05 09:45:12 +01:00
Lovell Fuller
eb1e53db83
Bump deps
2023-06-03 11:51:12 +01:00
Lovell Fuller
dea319daf6
Release v0.32.1
2023-04-27 09:58:40 +01:00
Lovell Fuller
e98993a6e2
Bump node-addon-api for Buffer::NewOrCopy
2023-04-23 15:43:54 +01:00
Lovell Fuller
391018ad3d
Bump semver dep
2023-04-19 11:04:03 +01:00
Lovell Fuller
d5be024bfd
Bump devDeps
2023-03-28 14:39:25 +01:00
Lovell Fuller
b9d4c30a9f
Release v0.32.0
2023-03-24 17:05:59 +00:00
Lovell Fuller
08d6822265
Upgrade to libvips v8.14.2
2023-03-21 21:21:24 +00:00
Lovell Fuller
c5ef4677b1
Bump tsd dep to pick up TypeScript 5 improvements
2023-03-21 12:43:29 +00:00
LachlanNewman
d7776e3b98
Add support to normalise for lower and upper percentiles ( #3583 )
2023-03-21 10:13:12 +00:00
Lovell Fuller
c87fe512b4
Bump devDeps
2023-03-08 16:59:20 +00:00
Lovell Fuller
ebf4ccd124
Bump deps
2023-02-12 19:49:32 +00:00
Lovell Fuller
b96c8e8ba4
Tests: use native fs.rm instead of rimraf
2023-02-12 19:32:00 +00:00
Lovell Fuller
f79760b4f2
Docs: changelog and help for TypeScript defs #3369 #3370
2023-01-16 11:12:00 +00:00
Espen Hovlandsdal
aa5f0f4e40
Include and publish TypeScript definitions ( #3370 )
...
Definitions are a snapshot taken from `@types/sharp`,
which remain under the terms of MIT licensing.
2023-01-16 10:48:37 +00:00
Lovell Fuller
bdc50e1d6e
Unpin node-addon-api, cast CallbackInfo access to size_t
...
See https://github.com/nodejs/node-addon-api/pull/1253
2023-01-16 09:00:42 +00:00
Lovell Fuller
a9bd0e79f8
Pin node-addon-api to workaround possible bug in 5.1.0
2023-01-15 19:35:27 +00:00
Lovell Fuller
ef849fd639
Docs: switch to well-maintained jsdoc2md for JSDoc parsing
2023-01-08 10:15:38 +00:00
Lovell Fuller
a42a975c46
Bump devDeps
2023-01-06 19:25:27 +00:00
Lovell Fuller
eac6e8b261
Upgrade to libvips v8.14.0-rc1
...
- Replace GIF 'optimise' option with 'reuse'
- Add 'progressive' option to GIF
- Add 'wrap' option to text creation
- Add 'formatMagick' property to *magick input metadata
2022-12-29 15:53:50 +00:00
Lovell Fuller
844deaf480
Release v0.31.3
2022-12-21 15:57:10 +00:00
Lovell Fuller
2c46528269
Docs refresh
2022-12-14 16:17:42 +00:00
Lovell Fuller
f92e33fbff
Bump devDeps
2022-12-13 10:31:06 +00:00
Ingvar Stepanyan
3a64a0529a
Tests: run in parallel, move settings to config file ( #3449 )
...
This allows to easily invoke Mocha alone via `npx mocha`, or for e.g. VSCode Test Explorer to find and run tests with the correct settings automatically.
2022-11-10 21:48:18 +00:00
Lovell Fuller
9fa516e849
Release v0.31.2
2022-11-04 09:44:37 +00:00
Lovell Fuller
b3c3290f90
Upgrade to libvips v8.13.3
2022-11-03 14:09:23 +00:00
Lovell Fuller
123f95c85a
Bump devDeps
2022-11-03 12:50:58 +00:00
Lovell Fuller
51811d06e2
Bump deps
2022-10-17 16:05:03 +01:00
Lovell Fuller
181731f8f4
Tests: increase timeout to 30s
...
Font discovery appears to be slooow on Windows
2022-10-17 15:54:43 +01:00
Lovell Fuller
99bf279de8
Release v0.31.1
2022-09-29 14:51:45 +01:00
Lovell Fuller
891cf67d0b
Upgrade to libvips v8.13.2
2022-09-29 14:19:58 +01:00
Lovell Fuller
eaf8a86bf2
Tests: increase timeout to 20s
...
Ignore unit coverage of fn used at install time
2022-09-27 14:25:34 +01:00
Lovell Fuller
2d49f0e93e
Tests: require 100% branch coverage to pass
...
Remove old coverage tooling, coveralls
2022-09-27 13:49:42 +01:00
Lovell Fuller
0b806187fc
Release v0.31.0
2022-09-05 09:55:27 +01:00
Lovell Fuller
5cdb2b83d5
Upgrade to libvips v8.13.1
2022-09-04 12:42:27 +01:00
Mart
c3a852eecf
Add trim option to provide a specific background colour ( #3332 )
...
Co-authored-by: Mart Jansink <mart@cinemait.nl>
2022-08-23 12:28:02 +01:00
Lovell Fuller
b9261c243c
Bump devDeps, requires doc refresh
2022-08-20 09:23:24 +01:00
brahima
ea7cf2a2ef
Expose vips_text to create an image containing rendered text ( #3252 )
2022-07-25 11:32:10 +01:00
Lovell Fuller
974fab946e
Bump devDeps
2022-07-23 16:21:42 +01:00
Lovell Fuller
f998a8f249
Upgrade to libvips v8.13.0
2022-07-23 10:04:14 +01:00
Lovell Fuller
bb91912883
Drop support for Node.js 12, now requires >= 14.15.0
2022-06-29 10:32:25 +01:00
Kleis Auke Wolthuizen
afc4c5bf79
Upgrade to libvips v8.13.0-rc1 ( #3230 )
...
* Switch from decompress-zip to extract-zip
The former seems to hang when unzipping a ZIP64 file that uses
the general purpose bit flag 3 as file entry.
See: https://github.com/thejoshwolfe/yauzl#no-streaming-unzip-api
* Prefer to call via static member instead
Makes it clearer that a static method is being called.
* `flatten-orange.jpg`: save without chroma subsampling
To ensure no down-scaling of the Cr/Cb channels.
2022-06-26 22:39:29 +01:00
Lovell Fuller
e40a881ab4
Release v0.30.7
2022-06-22 16:44:16 +01:00