Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Drop support for Ember v3.19 and below #445

Merged
merged 4 commits into from
May 22, 2021

Conversation

alexlafroscia
Copy link
Contributor

The need for a change like this came on my radar due to #428, where the tests are valid for newer Ember versions but not for the 2.X series.

At this point, for a modern add-on, it doesn't make a ton of sense to support these older versions of Ember. If a user needs to use one of these versions, they can stay on the most-recent-at-time-of-writing version the package. Older versions may work in the future, but as we're not testing against then, this should be considered a breaking change (and the commit that bumps the minimum version tested against is marked as such, conventional-commit style).

@codecov
Copy link

codecov bot commented Apr 16, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@78856bb). Click here to learn what that means.
The diff coverage is n/a.

@dbollinger
Copy link

I am in favor of this 👍

At first glance, jumping straight to 3.12 as a minimum seems a bit aggressive, but I think it's fair approach regardless.

Turbo87 and others added 4 commits May 22, 2021 10:04
BREAKING CHANGE: We are no longer actively testing against Ember versions lower than 3.20
This information is either out-of-date or confusing, since it mentions Ember and Ember Data versions but not which versions of this package work with those combinations. Reading the `README`, one might think that this package actively is tested against and works with each of those Ember/Ember Data pairings, which is not really the case.
@Turbo87 Turbo87 force-pushed the bump-minimum-ember-version branch from 9d08a85 to 298f4cb Compare May 22, 2021 08:05
@Turbo87 Turbo87 changed the title Bump minimum Ember version to 3.12 chore: Drop support for Ember v3.19 and below May 22, 2021
@Turbo87 Turbo87 merged commit 62395c2 into mike-north:master May 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants