Skip to content

Commit 530781b

Browse files
Update README.md with deprecation note
1 parent ae56091 commit 530781b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Performant array to tree
1+
# ⛔️ DEPRECATED Performant array to tree
22

3+
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)
34
[![npm version](https://img.shields.io/npm/v/performant-array-to-tree.svg)](https://www.npmjs.com/package/performant-array-to-tree)
45
[![minified size](https://img.shields.io/badge/minified_size-2.1_kb-brightgreen.svg)](https://github.com/philipstanislaus/performant-array-to-tree/blob/main/build/arrayToTree.min.js)
56
[![CircleCI](https://circleci.com/gh/philipstanislaus/performant-array-to-tree/tree/main.svg?style=shield&circle-token=01828caf71908b915230609847a12272cc80c54d)](https://circleci.com/gh/philipstanislaus/performant-array-to-tree/tree/main)
@@ -8,6 +9,9 @@
89
[![typings included](https://img.shields.io/badge/typings-included-brightgreen.svg)](#typescript)
910
[![npm license](https://img.shields.io/npm/l/performant-array-to-tree.svg)](https://www.npmjs.com/package/performant-array-to-tree)
1011

12+
> [!CAUTION]
13+
> This repository is no longer maintained. Consider the section below for alternatives.
14+
1115
Converts an array of items with ids and parent ids to a nested tree in a performant way (time complexity `O(n)`). Runs in browsers and node.
1216

1317
## Why another package

0 commit comments

Comments
 (0)