Paweł Maciejewski
Paweł Maciejewski
### Why? https://github.com/pwlmaciejewski/imghash/pull/78 changed the API slightly: it will always return a promise where previously it would throw early. It's a breaking change so it's also a good time to...
[Leven version bump PR](https://github.com/pwlmaciejewski/imghash/pull/137) can't be merged in before we move to [ESM](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules). More info [here](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). To move to ESM we need to bump the minimum supported Node version to...
I've been using the library for a while and I noticed that I could simplify my code with something like composing of the waiters. For example, given that I have...
## Current state In `package.json`, react is defined as a dependency. ## Expected It should define react as peer dependency. ## Workaround [yarn resolutions](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/)
Part of the `categorize` method moved into separate function.