Releases: alferov/array-to-tree
Releases · alferov/array-to-tree
3.3.2
- Update vulnerable dependencies
3.3.0
- Prevent original array from mutation by deep cloning it (thanks to @taoqf)
3.1.0
- Use native
Object.assign
instead of lodash.assign
3.0.0
- Use native
Array.isArray
instead of lodash.isarray
- Add new
childrenProperty
configuration option that allows setting custom property for child nodes
- Prevent original array from mutating by cloning it before transformation
2.2.1
- Treat orphan nodes as root nodes - #3 (thanks to @timwis)
2.2.0
- Add support of nested parent properties