Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit b78e4e2

Browse files
committed
Add deprecation to READMEs
Relates to #546
1 parent f407a0c commit b78e4e2

File tree

9 files changed

+164
-63
lines changed

9 files changed

+164
-63
lines changed

ISSUE_TEMPLATE.md

Lines changed: 12 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,17 @@
1-
<!---
2-
Thanks for contributing to this redux-subspace! Before you submit, please read the following:
1+
# Deprecated
32

4-
Search open/closed issues before submitting since someone might have asked the same thing before!
5-
-->
3+
**This library is no longer being actively maintained.**
64

7-
### Is it a bug, feature request or question?
5+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
6+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
7+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
88

9-
<!--- Provide a general summary of the issue in the title above -->
9+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
1010

11-
### Which package(s) does this involve?
11+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
12+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
13+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
14+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
15+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
1216

13-
<!--- Please postfix the title above with packages like so: "{TITLE} [package-1, package-2]" -->
14-
15-
### Input Code
16-
17-
<!--- If you're describing a bug, please let us know which sample code reproduces your problem -->
18-
<!--- Links to standalone repos or code sandboxes (https://codesandbox.io/ is great for this) are also welcome -->
19-
20-
```js
21-
// your code here
22-
```
23-
24-
### Expected Behavior
25-
26-
<!--- If you're describing a bug, tell us what should happen -->
27-
<!--- If you're suggesting a change/improvement, tell us how it should work -->
28-
29-
### Current Behavior
30-
31-
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
32-
<!--- If suggesting a change/improvement, explain the difference from current behavior -->
33-
34-
### Possible Solution
35-
36-
<!--- Not obligatory, but suggest a fix/reason for the bug, or ideas how to implement the addition or change -->
37-
38-
### Context
39-
40-
<!--- How has this issue affected you? What are you trying to accomplish? -->
41-
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
42-
43-
### Your Setup
44-
45-
<!--- Include as many relevant details about the setup you're using -->
46-
<!--- How you setup the store, what middleware/enhancers you're using, which versions of packages are involved -->
47-
48-
| package | version(s)
49-
| ---------------| -------
50-
| redux |
51-
| redux-subspace |
52-
| etc. |
17+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.

PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
1-
<!--
2-
Thanks for contributing to redux-subspace!
1+
## Deprecated
32

4-
Before making a PR please make sure to read our contributing guidelines
5-
https://github.com/ioof-holdings/redux-subspace/blob/master/CONTRIBUTING.md
3+
**This library is no longer being actively maintained.**
64

7-
For issue references: Add a comma-separated list of a [closing word](https://help.github.com/articles/closing-issues-via-commit-messages/) followed by the ticket number fixed by the PR. It should be underlined in the preview if done correctly.
8-
-->
5+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
6+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
7+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
98

10-
| Q | A
11-
| ----------------------- | ---
12-
| Fixed Issues? | Fixes `#1`, Fixes `#2` <!-- remove the (`) quotes to link the issues -->
13-
| Documentation only PR | <!--(Can use an emoji 👍) -->
14-
| Patch: Bug Fix? | <!--(Can use an emoji 👍) -->
15-
| Minor: New Feature? | <!--(Can use an emoji 👍) -->
16-
| Major: Breaking Change? | <!--(Can use an emoji 👍) -->
17-
| Tests Added + Pass? | Yes
9+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
1810

19-
<!-- Describe your changes below in as much detail as possible -->
11+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
12+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
13+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
14+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
15+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
2016

21-
<!-- Don't forget to [add yourself as a contributor](https://github.com/ioof-holdings/redux-subspace/blob/master/CONTRIBUTING.md#add-yourself-as-a-contributor) if you're not already -->
17+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# redux-subspace
22

3+
## Deprecated
4+
5+
**This library is no longer being actively maintained.**
6+
7+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
8+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
9+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
10+
11+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
12+
13+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
14+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
15+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
16+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
17+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
18+
19+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.
20+
21+
---
22+
323
[![npm version](https://img.shields.io/npm/v/redux-subspace.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace)
424
[![npm downloads](https://img.shields.io/npm/dm/redux-subspace.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace)
525
[![License: BSD-3-Clause](https://img.shields.io/npm/l/redux-subspace.svg?style=flat-square)](/LICENSE.md)

packages/react-redux-subspace/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# react-redux-subspace
22

3+
## Deprecated
4+
5+
**This library is no longer being actively maintained.**
6+
7+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
8+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
9+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
10+
11+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
12+
13+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
14+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
15+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
16+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
17+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
18+
19+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.
20+
21+
---
22+
323
[![npm version](https://img.shields.io/npm/v/react-redux-subspace.svg?style=flat-square)](https://www.npmjs.com/package/react-redux-subspace)
424
[![npm downloads](https://img.shields.io/npm/dm/react-redux-subspace.svg?style=flat-square)](https://www.npmjs.com/package/react-redux-subspace)
525
[![License: BSD-3-Clause](https://img.shields.io/npm/l/react-redux-subspace.svg?style=flat-square)](/LICENSE.md)

packages/redux-subspace-loop/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# redux-subspace-loop
22

3+
## Deprecated
4+
5+
**This library is no longer being actively maintained.**
6+
7+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
8+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
9+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
10+
11+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
12+
13+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
14+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
15+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
16+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
17+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
18+
19+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.
20+
21+
---
22+
323
[![npm version](https://img.shields.io/npm/v/redux-subspace-loop.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-loop)
424
[![npm downloads](https://img.shields.io/npm/dm/redux-subspace-loop.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-loop)
525
[![License: BSD-3-Clause](https://img.shields.io/npm/l/redux-subspace-loop.svg?style=flat-square)](/LICENSE.md)

packages/redux-subspace-observable/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# redux-subspace-observable
22

3+
## Deprecated
4+
5+
**This library is no longer being actively maintained.**
6+
7+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
8+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
9+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
10+
11+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
12+
13+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
14+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
15+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
16+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
17+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
18+
19+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.
20+
21+
---
22+
323
[![npm version](https://img.shields.io/npm/v/redux-subspace-observable.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-observable)
424
[![npm downloads](https://img.shields.io/npm/dm/redux-subspace-observable.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-observable)
525
[![License: BSD-3-Clause](https://img.shields.io/npm/l/redux-subspace-observable.svg?style=flat-square)](/LICENSE.md)

packages/redux-subspace-saga/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# redux-subspace-saga
22

3+
## Deprecated
4+
5+
**This library is no longer being actively maintained.**
6+
7+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
8+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
9+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
10+
11+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
12+
13+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
14+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
15+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
16+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
17+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
18+
19+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.
20+
21+
---
22+
323
[![npm version](https://img.shields.io/npm/v/redux-subspace-saga.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-saga)
424
[![npm downloads](https://img.shields.io/npm/dm/redux-subspace-saga.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-saga)
525
[![License: BSD-3-Clause](https://img.shields.io/npm/l/redux-subspace-saga.svg?style=flat-square)](/LICENSE.md)

packages/redux-subspace-wormhole/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# redux-subspace-wormhole
22

3+
## Deprecated
4+
5+
**This library is no longer being actively maintained.**
6+
7+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
8+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
9+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
10+
11+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
12+
13+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
14+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
15+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
16+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
17+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
18+
19+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.
20+
21+
---
22+
323
[![npm version](https://img.shields.io/npm/v/redux-subspace-wormhole.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-wormhole)
424
[![npm downloads](https://img.shields.io/npm/dm/redux-subspace-wormhole.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace-wormhole)
525
[![License: BSD-3-Clause](https://img.shields.io/npm/l/redux-subspace-wormhole.svg?style=flat-square)](/LICENSE.md)

packages/redux-subspace/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# redux-subspace
22

3+
## Deprecated
4+
5+
**This library is no longer being actively maintained.**
6+
7+
IOOF has been slowly moving away from the ubiquitous use of Redux as a core piece of our micro-frontend architecture and have been actively replacing
8+
the usage of this library with more standard React and JavaScript patterns. Due to some technical constraints, we've also been unable to upgrade to
9+
the latest version of the library ourselves for quite some time now, further fuelling our desire to move away from this solution.
10+
11+
At this time, we will be ceasing all maintenance tasks and we recommend that you consider using an alternative library:
12+
13+
* [`redux-doghouse`](https://www.npmjs.com/package/redux-doghouse)
14+
* [`redux-fractal`](https://www.npmjs.com/package/redux-fractal)
15+
* [`lean-redux`](https://www.npmjs.com/package/lean-redux)
16+
* [`redux-react-local`](https://www.npmjs.com/package/redux-react-local)
17+
* [`multireducer`](https://www.npmjs.com/package/multireducer)
18+
19+
If you want to continue using this library, we encourage you to fork this repo and take over maintenance yourself.
20+
21+
---
22+
323
[![npm version](https://img.shields.io/npm/v/redux-subspace.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace)
424
[![npm downloads](https://img.shields.io/npm/dm/redux-subspace.svg?style=flat-square)](https://www.npmjs.com/package/redux-subspace)
525
[![License: BSD-3-Clause](https://img.shields.io/npm/l/redux-subspace.svg?style=flat-square)](/LICENSE.md)

0 commit comments

Comments
 (0)