tree-kit
Version:
Tree utilities which provides a full-featured extend and object-cloning facility, and various tools to deal with nested object structures.
9 lines (8 loc) • 743 B
Plain Text
x 2014-11-04 +extend deep:true bug with function, there are copied as undefined
x 2014-11-04 +extend document 'deepFunc' option
x 2014-12-23 +extend finish the 'descriptor' option: what to do with 'deep' when a property is a getter/setter?
x 2015-01-09 +extend options 'descriptor': copy property descriptor as well, using Object.getOwnPropertyDescriptor() & Object.defineProperty()
x 2015-01-09 +extend options 'nonEnum': get non-enumerable properties as well, using Object.getOwnPropertyNames()
x 2015-01-10 +extend still trouble with getter: direct access rather than descriptor.value on the /!\ mark
x 2015-01-10 +extend document 'circular' option
x 2015-01-10 +extend document 'maxDepth' option