Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 675 Bytes

HISTORY.md

File metadata and controls

19 lines (16 loc) · 675 Bytes

0.1.3 - August 30, 2014

  • fixed pattern callback bug

0.1.2 - August 30, 2014

  • allow default value to take callback function(file, data) returning default value

0.1.1 - August 30, 2014

  • only test type against meta keys that exist

0.1.0 - August 30, 2014

  • works on files matching pattern
  • can specify default for when key unspecified
  • can test for existence or for lack thereof
  • can validate against type or array of types using check-types
  • can match against pattern as RegExp, string, or callback(value) returning boolean