Skip to content

Releases: fregante/image-promise

v7.0.1

01 May 10:32
Compare
Choose a tag to compare

Patches

  • Exclude source map reference from npm package: b65ff60

v7.0.0

09 Dec 18:54
Compare
Choose a tag to compare

Major Changes

v6.1.1

09 Dec 18:54
Compare
Choose a tag to compare

Patches

  • Undo semver screwup: 4a2abbd

    v6 is supposed to have both CommonJS and ES Module files but v6.1.0 was published without a CommonJS file

v6.1.0

05 Nov 16:12
Compare
Choose a tag to compare

Minor Changes

  • Convert to Typescript: #21

v6.0.1

09 Dec 19:11
Compare
Choose a tag to compare

Patches

  • Typo: fullfill -> fulfill: #17
  • Add support for SVG <image>: 45c840e (broken)

v6.0.0

09 Dec 19:08
Compare
Choose a tag to compare

Major Changes

  • Add possibility to pass custom attributes: #16

Credits

Huge thanks to @marcofugaro for helping!

v5.0.1

29 Apr 08:17
Compare
Choose a tag to compare

Patches

  • Remove module field from package.json: db3250f

v5.0.0

09 Dec 19:05
Compare
Choose a tag to compare

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

09 Dec 19:03
Compare
Choose a tag to compare

Patches

  • Fixed: restore load(string) and unload(): c82a0e3

v4.0.0

09 Dec 19:02
Compare
Choose a tag to compare

Major Changes

  • Added support for Array-likes (like NodeList): a2b69b6