Skip to content

Commit

Permalink
Introduce compatibility matrix (#234)
Browse files Browse the repository at this point in the history
* Introduce compatibility matrix

* Update README.md
  • Loading branch information
Laurens-makel authored Jan 23, 2025
1 parent 4be100d commit 4da8471
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ Some functionality is missing visit [wiki-page](https://github.com/AlexKhymenko/
- [Development](#development)
- [License](#license)

### Library Version 13 minimal angular 13.
### With version 7 minimal angular version 8.0
### With version 5 minimal rxjs dependency 6.0
### With version 4 minimal rxjs dependency 5.5
### Version 2 for angular 4/5. Version 1 for angular 2/4

## Compatibility matrix

| Library Version | Angular Version | RxJS Version |
|------------------|------------------|----------------|
| 13 | >13.0.0 | - |
| 7 | >8.0.0 < 13.0.0 | - |
| 5 | >4.0.0 < 8.0.0 | >6.0.0 |
| 4 | >4.0.0 < 8.0.0 | >5.5.0 |
| 2 | >4.0.0 < 8.0.0 | - |
| 1 | >2.0.0 < 4.0.0 | - |


## Installation
Expand Down

0 comments on commit 4da8471

Please sign in to comment.