Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ES5 old browser support #65

Merged
merged 1 commit into from
Jun 21, 2022

Conversation

HealGaren
Copy link
Contributor

Currently, this library bundle file contains ES6 syntax.
So using this module directly in older browsers may cause errors.

This fix will cause bundles to be created with ES5 syntax, which will allow support for more browsers.

@royNiladri royNiladri merged commit 5a9d426 into royNiladri:development Jun 21, 2022
@royNiladri
Copy link
Owner

Thank you for the patch! :)

royNiladri added a commit that referenced this pull request Oct 1, 2022
* fixed exponent initialization issue #49

* Bugfix #49

* updated dependencies

* Fixes #60: Incorrect results from parsing an exponential form numbers (#61)

Co-authored-by: Yiyuan Bai <baiyiyuan@shuimuyulin.com>

* build resources

* Bugfix #60

* Updated shields

* Added ES5 old browser support (#65)

* Remove unnecessary dependencies (#68)

Co-authored-by: eldereal <eldereal@gmail.com>
Co-authored-by: Yiyuan Bai <baiyiyuan@shuimuyulin.com>
Co-authored-by: 최예찬 <healgaren@gmail.com>
Co-authored-by: Sylhare <sylhare@outlook.com>
royNiladri added a commit that referenced this pull request Oct 1, 2022
* fixed exponent initialization issue #49

* Bugfix #49

* updated dependencies

* Fixes #60: Incorrect results from parsing an exponential form numbers (#61)

Co-authored-by: Yiyuan Bai <baiyiyuan@shuimuyulin.com>

* build resources

* Bugfix #60

* Updated shields

* Added ES5 old browser support (#65)

* Remove unnecessary dependencies (#68)

* 1.3.10

* added missing copile step

Co-authored-by: eldereal <eldereal@gmail.com>
Co-authored-by: Yiyuan Bai <baiyiyuan@shuimuyulin.com>
Co-authored-by: 최예찬 <healgaren@gmail.com>
Co-authored-by: Sylhare <sylhare@outlook.com>
royNiladri added a commit that referenced this pull request Oct 1, 2022
* fixed exponent initialization issue #49

* Bugfix #49

* updated dependencies

* Fixes #60: Incorrect results from parsing an exponential form numbers (#61)

Co-authored-by: Yiyuan Bai <baiyiyuan@shuimuyulin.com>

* build resources

* Bugfix #60

* Updated shields

* Added ES5 old browser support (#65)

* Remove unnecessary dependencies (#68)

* 1.3.10

* added missing copile step

* updated dist files

Co-authored-by: eldereal <eldereal@gmail.com>
Co-authored-by: Yiyuan Bai <baiyiyuan@shuimuyulin.com>
Co-authored-by: 최예찬 <healgaren@gmail.com>
Co-authored-by: Sylhare <sylhare@outlook.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants