Releases: datomatic/laravel-enum-collections
Releases · datomatic/laravel-enum-collections
v3.3.1
v3.3.0
v3.2.1
v3.2.0
v3.1.1
v3.1.0
v3.0.0
EnumCollectionnow it's a one-dimensional collection that contains only enums.- New Unique options on model casting that prevent to have duplciates on
EnumCollection EnumCollectionnew methods:containsAny,doesntContainAny,toValues,toCollectionValues,mapStrict,mapWithKeysStrictEnumCollectionmethods not supportedrange,median,mode,crossJoin,flip,collapse,collapseWithKeys,pluck,mergeRecursive,select,flatten,replaceRecursive,sliding,dot,undot,zipEnumCollectionmethods that return a normal laravel collection:map,keys,mapWithKeys,combine,mapToDictionary,groupBy,split,splitIn,chunk,chunkWhile,countBy,toBase
v2.0.3
v2.0.2
v2.0.1
- rename
whereEnumCollectionContainstowhereContains - rename
whereEnumCollectionDoesntContaintowhereDoesntContain - rename
orWhereEnumCollectionContainstoorWhereContains - rename
orWhereEnumCollectionDoesntContaintoorWhereDoesntContain - add field array cast compatibility with above methods