- Fixed
slugify
failing to handle diacritics.
- Added
filterKeys
. - Added
isIterable
. check
now throws an error when given no validator.- Renamed
changed
andchanges
todifferenceKeys
. - Replaced
indexesOf
withfilterKeys
. - Removed all
check____
variations. Use_.check
with required_.is___
type functions. - Removed
exceptKeys
. - Removed
hasPrototypeOfType
. UsehasInOfType
. - Removed
immutable
. Recommended alternative: https://facebook.github.io/immutable-js/ - Removed
isCollection
. - Removed
mapFiltered
. Use_(array).filter(predicate).map(iteratee).value()
. - Removed
mixInto
. Use_.assign
with_.getPrototype
s. - Removed
omitDeep
. - Removed
recurse
. - Removed
requestSetter
. - Removed
toObject
. - Removed
validatedAssign
. Recommended alternative: https://www.npmjs.com/package/joi - Dropped Bower support.
- Fixes incorrect deploy of v1.1.
- Added
parseDate
, and an aliastoDate
. - Added
transformValueMap
.