Jesse Mitchell
Jesse Mitchell
Thanks for the bug report, and good catch! I think I'll need to rework the library a little bit given recent changes to both Bun & Elysia. I may not...
Apologies for not keeping up with (practically abandoning ðŸ˜) this project; I think I have some free time over the next few days to pick it back up again, especially...
Thanks for this MR; until recently, I wasn't having issues with my tooling re:types, because there was already a types export being honored. This left me hesitant to merge this...
Hey @FlorianRuen, > it possible to combine or / and ? For example to make a rule which would be: the variable (a > 0 and b < 4) OR...
> There is any limitation on types that works ? For example if I want to use BigInt (a > BigInt value) Ah! Good callout! **BigInt will work with all...
Hi, the documentation is actually incorrect at this point in time, this functionality actually is fully supported! I will leave this issue open to remind myself to get around to...
@beeme1mr Tattling on myself for bad doc maintenance: https://github.com/TotalTechGeek/json-logic-engine/commit/7793a4d20a10521e43ecf6f2aaed24b809648ad4, it's actually been supported for ~3y
By the way -- I've implemented a `match` statement extension for json-logic-engine for some other projects. I've tried to avoid straying too far from the original json-logic-js project and adding...
I'm not entirely sure that this should be considered valid logic; I'm tempted to put some work in to make the error message better (and not crash it at runtime),...
If you have any other questions, please don't hesitate to drop a comment! I'm going to leave this issue open to look into improving the error messages / validation.