rule-of-law

A sanity checker to verify assumptions about data consistency

MIT License

Downloads
70
Stars
8
Committers
3
rule-of-law - v0.0.10 Latest Release

Published by nvie over 4 years ago

  • Add support for latest Flow version
rule-of-law - v0.0.9

Published by nvie over 4 years ago

  • Remove console logs used for debugging (d'oh)
rule-of-law - v0.0.8

Published by nvie over 4 years ago

  • Add syntax support for math operators, e.g. foo.x + foo.y < foo.z
rule-of-law - v0.0.7

Published by nvie over 4 years ago

  • Enable syntax to compare date fields against string literals, like foo.createdAt < "2020-01-01"
rule-of-law - v0.0.6

Published by nvie over 4 years ago

  • Support skip rule syntax, to skip rule execution
  • Enable comment syntax
rule-of-law - v0.0.5

Published by nvie over 4 years ago

  • Support Dates in schema
rule-of-law - v0.0.4

Published by nvie over 4 years ago

  • Expose parse/dump API for ROL schemas
rule-of-law - v0.0.3

Published by nvie over 4 years ago

  • Expose API to dump ROL schemas
rule-of-law - v0.0.2

Published by nvie over 4 years ago

  • Fix missing Flow types in types/ dir
rule-of-law - v0.0.1

Published by nvie over 4 years ago

  • Initial public release