nodeca/probe-image-size
### [`v7.2.1`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#721---2021-06-07)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.2.0...7.2.1)
##### Fixed
- Fix hanging of HTTP request when server returns JSON or XML, [#62](https://togithub.com/nodeca/probe-image-size/issues/62).
### [`v7.2.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#720---2021-06-03)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.1.1...7.2.0)
##### Changed
- SVG embedded in HTML is no longer recognized as SVG image, [#60](https://togithub.com/nodeca/probe-image-size/issues/60).
##### Fixed
- Allow XML namespaces in SVG images, [#61](https://togithub.com/nodeca/probe-image-size/issues/61).
### [`v7.1.1`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#711---2021-05-27)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.1.0...7.1.1)
##### Fixed
- Allow byte order mark at the start of SVG, [#57](https://togithub.com/nodeca/probe-image-size/issues/57).
### [`v7.1.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#710---2021-04-15)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.0.1...7.1.0)
##### Fixed
- Fix options merge, when property value is class (switched from `deepmerge` to
`lodash.merge`), [#53](https://togithub.com/nodeca/probe-image-size/issues/53).
### [`v7.0.1`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#701---2021-03-18)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.0.0...7.0.1)
##### Fixed
- Fix crash in async SVG parser, [#52](https://togithub.com/nodeca/probe-image-size/issues/52).
### [`v7.0.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#700---2021-03-11)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/c16972265caba1e3caa636d37a23f42eb2dc878f...7.0.0)
##### Added
- Add AVIF/HEIC/HEIF support.
- Add orientation info.
### [`v6.0.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#600---2020-11-04)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/5.0.0...c16972265caba1e3caa636d37a23f42eb2dc878f)
##### Added
- Add support for `.ico` files.
##### Changed
- node.js v10+ required.
- Drop callbacks support.
- Drop legacy call support (URL in `options`).
- Input stream will now be closed by default.
- Use `needle` instead of outdated `request` (options names are different).
- Rewrite tests to async/await.
- Deps bump & cleanup.
### [`v5.0.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#500---2019-09-14)
[Compare Source](https://togithub.com/nodeca/probe-image-size/compare/4.1.1...5.0.0)
##### Changed
- Drop `any-promise`, use native, [#32](https://togithub.com/nodeca/probe-image-size/issues/32).
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
^4.0.0
->^7.0.0
Release Notes
nodeca/probe-image-size
### [`v7.2.1`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#721---2021-06-07) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.2.0...7.2.1) ##### Fixed - Fix hanging of HTTP request when server returns JSON or XML, [#62](https://togithub.com/nodeca/probe-image-size/issues/62). ### [`v7.2.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#720---2021-06-03) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.1.1...7.2.0) ##### Changed - SVG embedded in HTML is no longer recognized as SVG image, [#60](https://togithub.com/nodeca/probe-image-size/issues/60). ##### Fixed - Allow XML namespaces in SVG images, [#61](https://togithub.com/nodeca/probe-image-size/issues/61). ### [`v7.1.1`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#711---2021-05-27) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.1.0...7.1.1) ##### Fixed - Allow byte order mark at the start of SVG, [#57](https://togithub.com/nodeca/probe-image-size/issues/57). ### [`v7.1.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#710---2021-04-15) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.0.1...7.1.0) ##### Fixed - Fix options merge, when property value is class (switched from `deepmerge` to `lodash.merge`), [#53](https://togithub.com/nodeca/probe-image-size/issues/53). ### [`v7.0.1`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#701---2021-03-18) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/7.0.0...7.0.1) ##### Fixed - Fix crash in async SVG parser, [#52](https://togithub.com/nodeca/probe-image-size/issues/52). ### [`v7.0.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#700---2021-03-11) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/c16972265caba1e3caa636d37a23f42eb2dc878f...7.0.0) ##### Added - Add AVIF/HEIC/HEIF support. - Add orientation info. ### [`v6.0.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#600---2020-11-04) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/5.0.0...c16972265caba1e3caa636d37a23f42eb2dc878f) ##### Added - Add support for `.ico` files. ##### Changed - node.js v10+ required. - Drop callbacks support. - Drop legacy call support (URL in `options`). - Input stream will now be closed by default. - Use `needle` instead of outdated `request` (options names are different). - Rewrite tests to async/await. - Deps bump & cleanup. ### [`v5.0.0`](https://togithub.com/nodeca/probe-image-size/blob/master/CHANGELOG.md#500---2019-09-14) [Compare Source](https://togithub.com/nodeca/probe-image-size/compare/4.1.1...5.0.0) ##### Changed - Drop `any-promise`, use native, [#32](https://togithub.com/nodeca/probe-image-size/issues/32).Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.