Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ngrx/router-store

Package Overview
Dependencies
Maintainers
4
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ngrx/router-store - npm Package Versions

1
14

10.0.0-beta.1

Diff

Changelog

Source

10.0.0-beta.1 (2020-07-20)

Bug Fixes

  • example-app: update snapshot (f2af688)
  • schematics: fix unit tests for JSON with comments (155ec1c)

Features

  • component: add ng-add and ng-update schematics (#2611) (3f2bea4)
  • component-store: add config for debounce selectors (#2606) (ddf0271)
  • component-store: add imperative reads (#2614) (2146774)
  • component-store: add ng-add and ng-update schematics (#2598) (af7b2cc), closes #2569

schematics

BREAKING CHANGES

  • The skipTest option has been renamed to skipTests

BEFORE:

ng generate container UsersPage --skipTest

AFTER:

ng generate container UsersPage --skipTests

<a name="10.0.0-beta.0"></a>

brandonroberts
published 10.0.0-beta.0 •

Changelog

Source

10.0.0-beta.0 (2020-06-25)

Bug Fixes

  • component: detect zone.js using instanceof comparison (#2547) (7128667)
  • component: removed ivy checks as obsolete (#2579) (e239950)
  • component-store: export EffectReturnFn interface (#2555) (f2a2212)
  • data: mergeQuerySet uses mergeStrategy (#2430) (e1720b4), closes #2368
  • entity: remove incorrect ComparerStr type (#2584) (4796c97)
  • schematics: add comma before devtools for empty imports (#2542) (f2d4ebc)

Chores

  • update Angular dependencies to latest v10 RC (#2573) (ed28449)

Features

  • component-store: add support for selectors (#2539) (47e7ba3)
  • component-store: add support for side effects (#2544) (f892cc8)
  • component-store: make library compatible with ViewEngine (#2580) (ba0818e)
  • router-store: add route fragment selector (#2543) (aba7368)

Performance Improvements

  • component-store: push updates to queueScheduler and single selectors to asapSchedulers (#2586) (58073ab)

BREAKING CHANGES

  • entity: The compare function is used in two places, neither of which expect it to be able to return a string: The first caller is the Array prototype sort function, and there it "should return a negative, zero, or positive value, depending on the arguments". The second caller does a numerical comparison with the result.

Even though an id can be a string, the result of a comparison shouldn't be.

BEFORE:

The sortComparer types allow for a string to be returned

AFTER:

The sortComparer types only allow a number to be returned

  • BEFORE:

Angular v9 are minimum dependencies

AFTER:

Angular v10 are minimum dependencies

<a name="9.2.0"></a>

brandonroberts
published 9.2.0 •

Changelog

Source

9.2.0 (2020-05-28)

Bug Fixes

  • router-store: selects should return selectors (#2517) (831e1e4), closes #2516
  • schematics: components should inject the store without generic (#2512) (4f7dcdc)
  • schematics: use skipTests flag consistently, deprecate skipTest option (#2522) (83033d7), closes #2521
  • store: remove circular dependency for mock import (#2540) (4892fa2)

Features

  • component: add ngrxPush migration (#2452) (0775093), closes #2450
  • component-store: add initial setup (#2519) (a2657ac)
  • component-store: initialization + updater/setState (#2528) (3545df2)
  • effects: catch action creators being returned in effect without being called (#2536) (100970b)
  • store: add ngrxMockEnvironment function to control output during testing (#2513) (da1a0c0), closes #2363
  • store: add runtime check for action type uniqueness (#2520) (2972980)

<a name="9.1.2"></a>

brandonroberts
published 9.1.2 •

Changelog

Source

9.1.2 (2020-05-06)

<a name="9.1.1"></a>

brandonroberts
published 9.1.1 •

Changelog

Source

9.1.1 (2020-05-05)

Bug Fixes

  • router-store: selectors should return MemoizedSelector (#2492) (39a4b91)
  • schematics: use Angular default properties when not defined (#2507) (7cd0624), closes #1036
  • store: ignore Ivy in runtime checks (#2491) (46d752f), closes #2404

<a name="9.1.0"></a>

brandonroberts
published 9.1.0 •

Changelog

Source

9.1.0 (2020-04-07)

Bug Fixes

Features

  • component: add ngrxPush pipe and ngrxLet directive to @ngrx/component package (#2046) (464073d)
  • effects: add user provided effects to EffectsModule.forFeature (#2231) (59ce3e2), closes #2232
  • schematics: export reducer directly when Ivy is enabled (#2440) (b68fa67)

<a name="9.0.0"></a>

brandonroberts
published 9.0.0 •

Changelog

Source

9.0.0 (2020-03-09)

Features

<a name="9.0.0-rc.0"></a>

brandonroberts
published 9.0.0-rc.0 •

Changelog

Source

9.0.0-rc.0 (2020-03-02)

Bug Fixes

  • data: correct AppEntityServices example in ngrx data doc page (#2413) (711ba0e), closes #2280
  • example: fix a typo selectShowSidenav (#2414) (c9ebb06)

Features

<a name="9.0.0-beta.2"></a>

brandonroberts
published 9.0.0-beta.2 •

Changelog

Source

9.0.0-beta.2 (2020-02-25)

Bug Fixes

  • docs: replace duplicate link (#2399) (d4502b4)
  • effects: use source instance for ngrxOnRunEffects to retain context (#2401) (79c830c)

Features

<a name="9.0.0-beta.1"></a>

brandonroberts
published 9.0.0-beta.1 •

Changelog

Source

9.0.0-beta.1 (2020-02-18)

Bug Fixes

Features

  • effects: limit retries to 10 by default (#2376) (88124a7), closes #2303
  • store: add strictActionWithinNgZone runtime check (#2364) (4cae255), closes #2339
  • store: testing - clean up mock store and remove static property (#2361) (ee2c114)

<a name="9.0.0-beta.0"></a>

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc