Releases: teamdunno/object
Releases · teamdunno/object
v1.2.1
v1.2.0 release
- Bugfix for
isEmptyLiteralArrayfunction - Fix typo for
isEmptyExtendedArrayfunction - Add async array & synced array functions (to detect those
Symbol.iteratorandSymbol.asyncIterator).
But if
Symbol.asyncIteratordosent supported, it will return asfalsefromisAsyncArrayand other async array functions
- Added a clause for
stringinisArray, sincestringcan be iterated too with characters - Also added detection for
Symbol.asyncIteratorforisArray - Added
isFunctionandisObjectEmpty(different thanisEmptyObject) - Type
Extendedhas been made public!
v1.1.0 release
- Bugfix for
isEmptyfunctions (well, not all) - Added support for
nullas a placeholder toundefined(onlytrack()dosent support it) realTypeofwas added to fix those annoyingtypeoflimitation! So, instead of- Array
- on normal
typeof:"object" - on
realTypeof:"array"
- on normal
- null
- on normal
typeof:"object" - on
realTypeof:"null"
- on normal
- Class
- on normal
typeof:"function" - on
realTypeof:"class"
- on normal
- Array
- Trackers (
track()andTrackobject) has been added to listen object changes - Detect empty objects (for
string,object, andarray)
v1.0.5 release
- Added support for
nullas a placeholder toundefined(onlytrack()dosent support it) realTypeofwas added to fix those annoyingtypeoflimitation! So, instead of- Array
- on normal
typeof:"object" - on
realTypeof:"array"
- on normal
- null
- on normal
typeof:"object" - on
realTypeof:"null"
- on normal
- Class
- on normal
typeof:"function" - on
realTypeof:"class"
- on normal
- Array
- Trackers (
track()andTrackobject) has been added to listen object changes - Detect empty objects (for
string,object, andarray)
v1.0.4 doc(fix)
Documentation fix for compareRef since there was a migration between the old package @cupglassDEV/object
v1.0.3 doc(fix)
This release only fix the documentation for compareRef
v1.0.2 release
Release with NEW features
- Added
newRef - Rename
refComparetocompareRef - fix doc