osrec / currencyFormatter.js

A super simple currency formatting library
MIT License
635 stars 61 forks source link

Fix IE11 compatibility. #21

Closed swftvsn closed 6 years ago

swftvsn commented 6 years ago

IE 11 does not support template literals. This commit removes all of those to provide IE11 working version, which is supported by Microsoft until 2025. (IE11 will be updated as long as the supported operating system is supported, which is 2020 for Win7 etc, and 2025 for Windows 10.)

swftvsn commented 6 years ago

Moving forward it would be nice to use #15 as that enables us to use advanced javascript and still support old platforms.

osrec commented 6 years ago

Hi, if we merge #15, then we shouldn't need to merge this pull request. Agree?

swftvsn commented 6 years ago

That is absolutely correct, can't wait for that to happen!