71 points genshii | 3 comments | 24 Aug 25 18:55 UTC | HN request time: 0s | 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!
Mainly because you might not always want to filter in-code. e.g. A CLI tool could take in a query as an argument, or a web app could allow a user to enter a query.