tylerhubert / rsql-criteria-typescript

RSQL Criteria Builder for Typescript
MIT License
13 stars 5 forks source link

fix(Expression): remove use of Object.values() and String.prototype.includes() #11

Closed Feeni closed 5 years ago

Feeni commented 5 years ago

These methods are not supported in IE11. As a result, any RSQL coming from IE11 will throw an error.

The original functionality will work the same as before.

Documentation Object.values() String.prototype.includes()

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 38


Totals Coverage Status
Change from base Build 35: 0.0%
Covered Lines: 272
Relevant Lines: 272

💛 - Coveralls
tylerhubert commented 5 years ago

:tada: This PR is included in version 2.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: