selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

v2.0 - v2.9.1 break ie11 due to use of Proxy in src/_.js #31

Closed nathanminarik closed 5 years ago

nathanminarik commented 5 years ago

It seems this commit (https://github.com/selfrefactor/rambdax/commit/5cbad236082808076c2764adbfef7ea08b4b0bd7) breaks in ie11 any module/component that is importing Rambdax as it is using Proxy.

It has been fixed in v2.10.0 (https://github.com/selfrefactor/rambdax/commit/709963e98fcf0f82452cc837bbefe13b2b8847de), but I wanted to leave this here for posterity's sake in case people run into the same issue.

Thanks a lot for this library in general though. I love it.

selfrefactor commented 5 years ago

@nathanminarik Thank you for bringing it up. You are right that this info should be visible. I will change the changelog of 2.10.0 to reflect ie11 warning

selfrefactor commented 5 years ago

I will be closing it as the issue is referenced from changelog document

nathanminarik commented 5 years ago

Sounds good - thanks a lot. Great work, again.