←back to thread

71 points genshii | 2 comments | | HN request time: 0.473s | source

Hey all, I just released v2.0.0 of FilterQL, a query language and TypeScript library. This version adds support for Operations, which allow you to transform the data after filtering.

If you think this would be useful in a project you're working on, give it a try and let me know what you think!

1. MoyoGeorge ◴[] No.45038189[source]
Any plans on this supporting JSONSchema? Seeing as most/all popular TypeScript validation libraries, which will likely be used to define the shape of the data, support converting to JSONSchema now?
replies(1): >>45040968 #
2. genshii ◴[] No.45040968[source]
Ah good idea, thanks. Gonna put that on the todo list :)