Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Releases: renanbastos93/image-to-base64

Packages version by NPM and Actions, also improve Readme

09 Apr 18:21
Compare
Choose a tag to compare

v2.1.1

22 Jul 16:37
Compare
Choose a tag to compare

special thanks @pxladin

Fixed bug with UglifyJS and WebPack

21 Sep 23:16
01864d3
Compare
Choose a tag to compare

Was propose a new algorithm to optimize functions and run in browser or node with same code.

Changes:

  • Removed index.js
  • created file image-to-base64.min.js
  • main of package.json to image-to-base64.min.js
  • refactored all file image-to-base64.js
  • validate if is Browser or NodeJS
  • code more separate by small functions
  • removed const
  • removed arrow functions

1.3.5

26 Mar 01:57
c37c1b5
Compare
Choose a tag to compare

Was fixed a bug of validation regex.

Code with more quality

21 Mar 04:07
Compare
Choose a tag to compare

Was improvement the code, with the support of system codacy.

Stable version to web and nodejs

01 Mar 00:27
68c1a16
Compare
Choose a tag to compare
1.3.0

Update README.md