Geraint
Geraint
OK, I'll be honest - the requirement that `required` must have at least one value is pointless, and I see no benefit in enforcing it. :p If `required` is empty,...
Yeah, that should work. What version are you using?
Fair enough - worrying, though, as I can't reproduce this. Do you remember whether you fetched it with NPM/Bower/???
It's possible I'm not publishing to Bower properly, so it might have an older version.
Do you mean adding any default values there are, or adding default values for properties that are required?
Have you seen [`tv4-coerce`](https://github.com/geraintluff/tv4-coerce)? I started it a while ago, with the intention that it could provide "coercive validation" (an idea that would include e.g. inserting missing properties), but it...
Interesting - shouldn't be too hard. I'll try and have a look this evening.
Hi - sorry it took me so long to respond. I've pushed a fix `tv4.js` in `v1.1.4`. I sincerely apologise for this - I hadn't realised `.min.js` versions were in...
Thanks - I'm afraid I wasn't really aware of what was in `.npmignore`, so that was a bit of a surprise. :astonished:
Hi - this looks neat, thanks. What kind of ongoing support will this need? If I change a method, will it automatically update, or do I need to add something...