numerical-emptiness
- fix error when using filterable-lists with items that have duplicate keys (which you shouldn't do, but it shouldn't break the lists)
- fix issue when validating the emptiness of numerical inputs (NaN / null handled correctly)
- update min/max error messages to take into account value, not just length
- add docs for custom validators + reveal edge cases