Socket
Socket
Sign inDemoInstall

@angular-redux/store

Package Overview
Dependencies
7
Maintainers
8
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
9Next

10.0.0

Diff

Changelog

Source

10.0.0 (2019-05-04)

Bug Fixes

  • ci: fix canary release not working with yarn (#62) (90564d3)
  • canary release auto approve (#80) (e888aa5)

chore

Features

BREAKING CHANGES

  • Upgrades Angular dependencies to v7
  • build: - changes the output to conform to the Angular Package Format. This may cause subtle differences in consumption behaviour
  • peer dependencies have been corrected to actual dependencies
  • linting: - ConnectArray has been renamed to ConnectArrayDirective
  • ReactiveConnect has been renamed to ReactiveConnectDirective
  • Connect has been renamed to ConnectDirective
  • interfaces with an "I" prefix have had that prefix removed (e.g "IAppStore" -> "AppStore")
sethdavenport
published 9.0.0 •

Changelog

Source

9.0.0

Breaking Changes

  • Updates to Redux 4 typedefs.
  • Updates to RxJs 6 import paths.
  • Updates to Angular 6.
sethdavenport
published 9.0.0-beta.0 •

sethdavenport
published 7.1.1 •

Changelog

Source

7.1.1

Bug Fixes

  • #508 (thanks to @ratoaq2)
  • #463 (thanks to @draccoz)
e-schultz
published 7.1.0 •

Changelog

Source

7.1.0

Features

  • Add a way to return a false value from a method decorated with @dispatch to allow conditionally preventing a dispatch. PR#497
@dispatch()
selectTab(tab) {
 return this.active.id !== tab.id ? { type: .... } : false;
}
  • Add a way to access the decorated instance inside of transformer for @select$ PR#500
@Input() public anotherInput: string;

@select$(['selector'], (obs$, inst) => obs$.filter(x => x.name === inst.anotherInput))
public selectedObs: Observable<any>;

Shout out to contributors:

e-schultz
published 7.0.2 •

Changelog

Source

7.0.2 - Fixing Publish

  • There are no functional changes / fixes in this release.

There was accidental publish to the @latest tag with an experimental fix for the v6 branch that got pushed out with the incorrect tag.

For some clarity:

  • v7+ - currently only works with Angular 5+
  • v6+ - works with Angular 4 and earlier, and v5.
  • v8 - this was an accidental version bump - and that package is now deprecated.

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
published 7.0.2-2 •

e-schultz
published 6.5.8-0 •

e-schultz
published 7.0.1 •

e-schultz
published 6.6.0 •

Changelog

Source

6.6.0 - Angular 5 Support

  • Add Angular 5+ as peer dependency
2345
9Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc