Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

34 lines (19 loc) · 1.7 KB

1.2.0 (2019-12-26)

Compare @uirouter/dsr versions 1.1.1 and 1.2.0

Bug Fixes

  • params: When performing DSR with param criteria, only consider the parameters listed in the dsr configuration block (d073218)

1.1.1 (2019-10-08)

Compare @uirouter/dsr versions 1.1.0 and 1.1.1

Bug Fixes

  • examples: update angular-cli example to uirouter/angular 4.x (2c0388c)
  • package: Change peerDependency on uirouter/core from '^5.0.1' to '>=5.0.1' (d039187)
  • travis: use service: xvfb instead of launching it manually. install libgconf debian package (fb48a4a)

1.1.0 (2019-01-16)

Compare @uirouter/dsr versions 1.0.3 and 1.1.0

Features

  • dataSource: Added pluggable dataSource ability and created LocalStorageDataSource (1a934b4), closes #90
  • dataSource: Create SessionStorageDataSource (a26579c)

1.0.3 (2018-03-31)

Compare @uirouter/dsr versions 1.0.2 and 1.0.3

Bug Fixes

  • typings: Augment StateDeclaration using deep path (#3) (e582bc3), closes #2