Commit graph

8 commits

Author SHA1 Message Date
dee16f7fbb feat: eval whole ruleset and return error enum name 2023-12-26 18:46:34 +01:00
69d5fff1c2 wip: 2023-12-26T14:36:46+0100 (1703597806) 2023-12-26 17:27:35 +01:00
067896dafe
feat: add Type::ENUM (#8)
* feat: add multiple Types support

* feat: add Type::ENUM as type constraint

* feat(doc): add Type::ENUM to README

* fix(doc): Type::ENUM anchor link fix

* fix: bool true bug
2023-11-29 09:24:17 +01:00
23530c57b0
feat: add support for multiple Type rules (#7)
* feat: add multiple Types support

* feat(doc): add type union to README
2023-11-29 09:08:23 +01:00
c70a46568e
feat: add default() rule for undefiend properties in scope (#6)
* feat: add default() rule

* feat(doc): add default() to README
2023-11-29 06:54:32 +01:00
6583f87866
fix: pass scope for all eval methods (#4) 2023-11-20 15:15:34 +01:00
7fc27ff89c
feat: coerce primitive boolean from strings for GET rules (#3)
* feat: coerce bool primitive from strings

* fix(doc): GitHub md highliting
2023-11-20 15:05:52 +01:00
efc908b31b initial commit 2023-11-17 12:21:13 +01:00