Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
philipstanislaus committed Sep 3, 2019
1 parent ab6f44a commit ab807e8
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,31 @@
{
"name": "performant-array-to-tree",
"version": "1.1.4",
"version": "1.2.0",
"description": "Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.",
"keywords": [
"array to tree", "list to tree", "unflatten", "array-helper", "array-manipulations", "data-structures", "datastructures", "algorithms", "tree-structure", "array", "list", "collection", "pointer", "parent", "children", "child", "tree", "navigation", "nested", "util", "traverse", "descendants", "ancestors"
"array to tree",
"list to tree",
"unflatten",
"array-helper",
"array-manipulations",
"data-structures",
"datastructures",
"algorithms",
"tree-structure",
"array",
"list",
"collection",
"pointer",
"parent",
"children",
"child",
"tree",
"navigation",
"nested",
"util",
"traverse",
"descendants",
"ancestors"
],
"main": "build/arrayToTree.min.js",
"types": "build/arrayToTree.d.ts",
Expand Down

0 comments on commit ab807e8

Please sign in to comment.