Skip to content

Releases: SachinShekhar/ss-ngrx-router-store

NPM Package Size Reduction Patch

02 Mar 18:24
v1.1.5
445a76d
Compare
Choose a tag to compare

Patch

Removed test files from the package to reduce its size little bit.

v1.1.5 docs

Params Bugfix Patch

24 Feb 22:22
v1.1.4
ed4807b
Compare
Choose a tag to compare

Fixes

Fixed a serializer bug which caused the library to ignore params which weren't attached with leaf node of router state tree.

v1.1.4 docs

Peer Dependencies Patch

12 Feb 20:33
v1.1.3
1c88802
Compare
Choose a tag to compare

Patch

Support for older versions of peer dependencies.

v1.1.3 docs

Documentation Patch

11 Feb 15:03
v1.1.2
bcde50e
Compare
Choose a tag to compare

Fixes

Fixed typo in documentation.

v1.1.2 docs

Peer Dependencies Patch

11 Feb 12:36
v1.1.1
99b01e3
Compare
Choose a tag to compare

Fixes

Fixed peerDependencies entry in package.json. Now, no false warnings will be shown by npm or yarn if all dependencies are installed.

v1.1.1 docs

First Release

11 Feb 09:37
v1.1.0
42a8f22
Compare
Choose a tag to compare

Features

  • Auto setup @ngrx/router-store.

  • Serializer to serialize Angular Router snapshots by searching the entire Route Tree.

  • Clean router state in NgRx Store.

  • 8 State Selectors to select desired attributes from router state.

  • 2 Interfaces to write type-safe codes.

  • 1 Component to print router state anywhere.

v1.1.0 docs