tylerhubert / rsql-criteria-typescript

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

fix(FilterList): make sure the filter that is coming in isn't blank before adding it to the filter list #6

Closed tylerhubert closed 6 years ago

tylerhubert commented 6 years ago

RSQLCriteria objects that don't contain any filters can now be safely combined together and don't produce invalid RSQL syntax. Also removed a dependency on the semantic-release-cli that was added in error.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 23


Totals Coverage Status
Change from base Build 22: 0.0%
Covered Lines: 244
Relevant Lines: 244

💛 - Coveralls
tylerhubert commented 6 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: