diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ad461..c11cf81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +# 1.1.0 +- Removes the heavy matrix extraction processing from the main thread, allowing the user to stay interactive with the page meanwhile. Thanks @josejbreijo ! + # 1.0.2 - Changed `base64ImageToImageData` to `base64ImageToImageRawData`. diff --git a/README.md b/README.md index 6248bd4..98c8a3a 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,3 @@ Utils for base64 image data. ``` You can optionally send a third `options` parameter, which is an object that can hold `width` or `maxWidth` values. - diff --git a/package.json b/package.json index 6cae985..a798098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "base64-image-utils", - "version": "1.0.2", + "version": "1.1.0", "description": "Utils for base64 image data.", "main": "index.js", "scripts": {