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

Clarify Versioning #498

Merged
merged 1 commit into from
Dec 20, 2017
Merged

Clarify Versioning #498

merged 1 commit into from
Dec 20, 2017

Conversation

e-schultz
Copy link
Member

Which Version to use?

Angular 5+

Use @angular-redux/store@^7 - this version supports Angular 5, and also changes to using lettable operators.

Any new major releases will released on the v7 branch and with the @latest tag for final publishes.

Angular 4 or lower

Use @angular-redux/store@^6 - This supports Angular 4 and earlier.

Support for @angular-redux/store@6?

Where possible, I will be maintaining and applying any fixes / enhancements for v7 into v6 where it does not introduce a breaking change.

I made a few mistakes trying to publish fixes / etc to two major versions, which caused some releases to get tagged incorrectly and caused some confusion. Sorry for any confusion this has caused, and will do better on avoiding this in the future, and being more transparent with the releases that are going out.

# Which Version to use?

## Angular 5+

Use `@angular-redux/store@^7` - this version supports Angular 5, and also changes to using lettable operators.

Any new major releases will released on the v7 branch and with the `@latest` tag for final publishes.

## Angular 4 or lower

Use `@angular-redux/store@^6` - This supports Angular 4 and earlier.

# Support for `@angular-redux/store@6`?

Where possible, I will be maintaining and applying any fixes / enhancements for v7 into v6 where it does not introduce a breaking change.

I made a few mistakes trying to publish fixes / etc to two major versions, which caused some releases to get tagged incorrectly and caused some confusion. Sorry for any confusion this has caused, and will do better on avoiding this in the future, and being more transparent with the releases that are going out.
@e-schultz e-schultz merged commit f87e4cb into master Dec 20, 2017
rart added a commit to rart/store that referenced this pull request Jan 16, 2018
* 'master' of https://github.com/angular-redux/store:
  Setup Prettier and pre-commit hook (angular-redux#499)
  v7.0.2
  Clarify Versioning (angular-redux#498)

# Conflicts:
#	src/decorators/dispatch.spec.ts

* Changed conditional dispatched to be based on checking for false instead of special constant value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant