Skip to content

Releases: philipstanislaus/performant-array-to-tree

v1.11.0

17 Feb 15:10
Compare
Choose a tag to compare

Major:

None

Minor:

  • feat: add option to assign to keep prototype, see #34 and #36

Patch:

None

v1.10.0

17 Feb 13:08
Compare
Choose a tag to compare

Major:

None

Minor:

  • feat: detect items with circular parent/child relationship as a special case of orphans, see #37

Patch:

None

v1.9.2

17 Feb 13:01
Compare
Choose a tag to compare

Major:

None

Minor:

None

Patch:

  • fix: nested parent ids did not work if parent was null or undefined (see #38)
  • test: integer parent id 0 works as expected (see #39)
  • chore: upgrade deps

v1.9.1

31 May 13:59
Compare
Choose a tag to compare

Major:

None

Minor:

None

Patch:

  • feat: remove outdated id and parentId typings

v1.9.0

21 May 05:59
Compare
Choose a tag to compare

Major:

None

Minor:

  • Add new option nestedIds to support disable dots in keys to act as properties of nested key items, see #31 for details

Patch:

None

v1.8.2

21 May 05:57
Compare
Choose a tag to compare

Patch:

  • Update dev dependencies

v1.8.1

02 Feb 23:16
Compare
Choose a tag to compare

Major:

None

Minor:

  • Add new option rootParentIds to support multiple parentIds as roots, see #23 for details
  • Allow options id and parentId to contain dots for access to id/parent id fields in nested objects, see #20 for details

Patch:

  • Update dev dependencies
  • Move from standard code style to prettier
  • Change main branch from master to main
  • Update badges
  • Move from COVERALLS to Codecov

v1.7.1

09 Mar 13:28
f8773dc
Compare
Choose a tag to compare

Major:

None

Minor:

None

Patch:

  • Fix bug where items that came before their parents where reported as orphans, closes #18

v1.7.0

11 Feb 11:53
ad29b9c
Compare
Choose a tag to compare

Major:

None

Minor:

  • Add option to throw error if orphans exist, see #17

Patch:

None

v1.6.0

10 Feb 14:08
2b2216c
Compare
Choose a tag to compare

Major:

None

Minor:

  • Support empty string parentIds as root objects, see #17
  • Remove deprecated param
  • Upgrade dependencies

Patch:

None