Skip to content

Commit 1449f05

Browse files
authored
Merge pull request #43 from FormidableLabs/maintenance-status
add maintenance status note to readme
2 parents 294d6e0 + 7f478c9 commit 1449f05

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
[![Travis Status][trav_img]][trav_site]
66
[![AppVeyor Status][appveyor_img]][appveyor_site]
77
[![npm version][npm_img]][npm_site]
8+
[![Maintenance Status][maintenance-image]](#maintenance-status)
9+
810

911
The fastest deep equal comparison for React. Really fast general-purpose deep comparison.
1012
Great for`shouldComponentUpdate`. This is a fork of the brilliant
@@ -129,6 +131,10 @@ react-fast-compare@2 tracks fast-deep-equal@2.0.1
129131

130132
Please see our [contributions guide](./CONTRIBUTING.md).
131133

134+
## Maintenance Status
135+
136+
**Active:** Formidable is actively working on this project, and we expect to continue for work for the foreseeable future. Bug reports, feature requests and pull requests are welcome.
137+
132138
[trav_img]: https://api.travis-ci.org/FormidableLabs/react-fast-compare.svg
133139
[trav_site]: https://travis-ci.org/FormidableLabs/react-fast-compare
134140
[cov_img]: https://img.shields.io/coveralls/FormidableLabs/react-fast-compare.svg
@@ -141,3 +147,4 @@ Please see our [contributions guide](./CONTRIBUTING.md).
141147
[size_minzip]: https://img.shields.io/bundlephobia/minzip/react-fast-compare.svg
142148
[size_site]: https://bundlephobia.com/result?p=react-fast-compare
143149
[downloads_img]: https://img.shields.io/npm/dt/react-fast-compare.svg
150+
[maintenance-image]: https://img.shields.io/badge/maintenance-active-green.svg

0 commit comments

Comments
 (0)