tylerhubert / rsql-criteria-typescript

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

feat(Expression): Make equalTo be strictly equal. Add like operation… #4

Closed tylerhubert closed 6 years ago

tylerhubert commented 6 years ago

… to support wildcards

User input can now be passed directly to the equalTo function and wildcard characters will be interpretted as the characters themselves rather than the wildcards. A like function and Operation has been added to support wildcard searches.

BREAKING CHANGE: The Operators.Equal and RSQLFilterBuilder.equalTo methods now create an RSQL =in= rather than == like they used to. If you continue to need the == functionality, switch over to the Operators.Like or RSQLFilterBuilder.like method.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 18


Totals Coverage Status
Change from base Build 17: 0.0%
Covered Lines: 263
Relevant Lines: 263

💛 - Coveralls
tylerhubert commented 6 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: