Lovell Fuller
1bbee519aa
Separate build script from install script #4458
...
The --build-from-source flag is now deprecated and will soon
be removed along with the need to define an install script.
This will remove a whole category of package manager
warnings about install scripts and "built" dependencies.
Most people don't need to build sharp from source, but for
those that do, a suitable method is now something like:
$ npm install package-that-depends-on-sharp
$ npm explore sharp -- npm run build
2025-10-07 16:11:54 +01:00
Lovell Fuller
f2978651f0
Migrate from mocha to Node.js native test runner
...
Includes coverage reports when using Node.js 22 onwards
2025-09-21 12:03:27 +01:00
Niels de Vos
a3b45ceccc
Docs: update link to new JSDoc site ( #3950 )
2024-01-16 08:20:45 +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
7bf6cbd669
Docs: correct links to libvips documentation
2022-05-22 12:14:24 +01:00
Lovell Fuller
5a9f89fe06
Docs: update references to default branch
2022-02-08 21:01:40 +00:00
Lovell Fuller
0c1075c089
Docs: local compilation requires --build-from-source flag
2021-02-20 15:43:48 +00:00
Lovell Fuller
c4c43d525b
Release v0.26.1
2020-09-20 09:29:50 +01:00
Lovell Fuller
062f990315
Release v0.25.0
2020-03-07 12:44:42 +00:00
Lovell Fuller
4abb4edf64
Migrate internals to N-API #1282
2020-02-15 19:38:15 +00:00
Lovell Fuller
51d70c4574
Docs: switch hosting from Readthedocs to Firebase
2020-01-06 14:48:35 +00:00
Lovell Fuller
c610e306df
Release v0.23.0
2019-07-29 14:45:46 +01:00
Lovell Fuller
af7caa7b25
Docs: modernise contributing guide
2019-04-02 22:33:24 +01:00
Lovell Fuller
9d98114074
Move contributing info to GitHub-specific subdirectory,
...
which then allows for future possible issue/PR templates etc.
2019-04-02 21:03:57 +01:00