Releases: fregante/image-promise
Releases · fregante/image-promise
v7.0.1
Patches
- Exclude source map reference from npm package: b65ff60
v6.1.0
Minor Changes
- Convert to Typescript: #21
v6.0.1
Patches
- Typo:
fullfill
-> fulfill
: #17
Add support for SVG <image>: 45c840e (broken)
v6.0.0
Major Changes
- Add possibility to pass custom attributes: #16
Credits
Huge thanks to @marcofugaro for helping!
v5.0.1
Patches
- Remove
module
field from package.json
: db3250f
v5.0.0
Major Changes
- Remove cache: b126e1d
- Use naturalWidth to detect load success in callback: b0509f6
- Reject emptily if arg is not an image: a92f6b2
- Return plain object on rejection instead of Error: cd39f91
Minor Changes
- Handle invalid input: f12adf8
- Wait for all images to finish even on error: e800384
Patches
- Remove listeners once done: f3e3ddb
- Add
module
field to package.json: 40c0d40
- Detect instant load errors: 94d56e4
v4.0.1
Patches
- Fixed: restore load(string) and unload(): c82a0e3
v4.0.0
Major Changes
- Added support for Array-likes (like NodeList): a2b69b6