brix / crypto-js

JavaScript library of crypto standards.
Other
15.83k stars 2.39k forks source link

Build incompatible with IE11 due to enc-base64url.js #389

Open codertushar opened 3 years ago

codertushar commented 3 years ago

enc-base64url.js introduced in v4.1.0 giving error in IE in function stringify with its signature like

stringify: function (wordArray, urlSafe=true) {

which has a default param set(ES6 syntax) not compatible with IE.

@evanvosberg

lerit commented 2 years ago

same problem

qianxiang9423 commented 2 years ago

same problem

kamronbatman commented 2 years ago

@evanvosberg can we get a release with this fix? Thanks!

nodaguti commented 2 years ago

@evanvosberg 10 commits are waiting to be released now and the oldest one is left unpublished for over 10 months: https://github.com/brix/crypto-js/compare/4.1.1...4dcaa7afd08f48cd285463b8f9499cdb242605fa

Can you please make a new release to get this problem fixed? This is one of the major issues preventing us from upgrading crypto-js to the latest.

HolyZheng commented 1 year ago

same problem, Can you please make a new release to get this problem fixed?

4.1.1 still has this problem.

MrErHu commented 7 months ago

4.2.0 still has this problem.