# 1.2.0 (2019-12-26)

[Compare `@uirouter/dsr` versions 1.1.1 and 1.2.0](https://github.com/ui-router/dsr/compare/1.1.1...1.2.0)

### Bug Fixes

- **params:** When performing DSR with param criteria, only consider the parameters listed in the dsr configuration block ([d073218](https://github.com/ui-router/dsr/commit/d073218))

## 1.1.1 (2019-10-08)

[Compare `@uirouter/dsr` versions 1.1.0 and 1.1.1](https://github.com/ui-router/dsr/compare/1.1.0...1.1.1)

### Bug Fixes

- **examples:** update angular-cli example to uirouter/angular 4.x ([2c0388c](https://github.com/ui-router/dsr/commit/2c0388c))
- **package:** Change peerDependency on uirouter/core from '^5.0.1' to '>=5.0.1' ([d039187](https://github.com/ui-router/dsr/commit/d039187))
- **travis:** use service: xvfb instead of launching it manually. install libgconf debian package ([fb48a4a](https://github.com/ui-router/dsr/commit/fb48a4a))

# 1.1.0 (2019-01-16)

[Compare `@uirouter/dsr` versions 1.0.3 and 1.1.0](https://github.com/ui-router/dsr/compare/1.0.3...1.1.0)

### Features

- **dataSource:** Added pluggable dataSource ability and created LocalStorageDataSource ([1a934b4](https://github.com/ui-router/dsr/commit/1a934b4)), closes [#90](https://github.com/ui-router/dsr/issues/90)
- **dataSource:** Create SessionStorageDataSource ([a26579c](https://github.com/ui-router/dsr/commit/a26579c))

## 1.0.3 (2018-03-31)

[Compare `@uirouter/dsr` versions 1.0.2 and 1.0.3](https://github.com/ui-router/dsr/compare/1.0.2...1.0.3)

### Bug Fixes

- **typings:** Augment StateDeclaration using deep path ([#3](https://github.com/ui-router/dsr/issues/3)) ([e582bc3](https://github.com/ui-router/dsr/commit/e582bc3)), closes [#2](https://github.com/ui-router/dsr/issues/2)
