hapipal / confidence

Dynamic, declarative configurations
Other
264 stars 44 forks source link

Confidence v4 #85

Closed augnin closed 5 years ago

augnin commented 5 years ago

Features:

  1. Allow pulling values from environment variables using $env directive
  2. Allow environment variables in filters using $env directive
  3. Allow pulling values from criteria using $param directive
  4. joi schema for store validation
  5. Improved schema validation error reporting using joi
augnin commented 5 years ago

Fixes #81 #74