/compatibility_tables

Compatibility Tables for most languages, their frameworks and their package managers.

MIT LicenseMIT

compatibility_tables

Static Compatibility Tables for most languages, their frameworks and their package manager

Benefits

  • Easily Find supported releases
  • Make it easier to maintain older libraries
  • Speed up debugging and save a lot of time!

Purpose

The purpose of this open source project is to speed up application debugging for issues related to versions installation. it's a quick an easy way to find out releases compatibility between a language, it's framework and its package managers.

It doesn't replace your dependency managers; it serves as a way to quickly identify the version that are compatible when dealing with dependencies conflicts.

Languages Supported:

Compatibility Table Statuses Links

  • NPM Compatibility Table Status
  • Yarn Compatibility Table Status (soon)
  • Bundler Compatibility Table Status (soon)
  • Pip Compatibility Table Status (soon)
  • Erlang Compatibility Table Status (soon)

Contribution

How to Contribute

The best way to contribute is by making a PR to add new rows or record to the release table. Please always include a source in your PR (if the source is not already present)

Refer to the Compatibility status tables to check what versions were already added and what wasn't added yet.

We are creating 1 table per Major Version. You can learn more about Semantic Versions here

Who can Contribute?

Anyone can contribute by opening a PR.

Contributors