bitovi / querystring-parser

MIT License
8 stars 5 forks source link

Feature/10 support ibm style filtering #14

Closed michael-dean-haynie closed 2 years ago

michael-dean-haynie commented 2 years ago

Readme still needs more info about filter styles and how to use the output. I want to add that along with the ORM examples to avoid as much re-work as possible.

michael-dean-haynie commented 2 years ago

I'm looking in to test failures.

michael-dean-haynie commented 2 years ago

Fixed CI test failures. Failures on 12.x and 14.x node versions were due to Array.prototype.at() usage, which isn't supported by node until v16.6.0.

Not that it would solve this problem, but I think we should probably update the CI to use 14.x, 16.x and 18.x versions which are currently in use. I'll add an issue for that.