|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. |
4 | 4 |
|
| 5 | +<a name="0.5.1"></a> |
| 6 | +## [0.5.1](https://github.com/Airblader/ngqp/compare/v0.5.0...v0.5.1) (2019-01-06) |
| 7 | + |
| 8 | + |
| 9 | +### Bug Fixes |
| 10 | + |
| 11 | +* **core:** Allow combineWith returning null | undefined ([3bfc1b0](https://github.com/Airblader/ngqp/commit/3bfc1b0)) |
| 12 | +* **core:** Do not serialize non-multi params into an array ([bf6c355](https://github.com/Airblader/ngqp/commit/bf6c355)) |
| 13 | +* **core:** Don't expost "adapter" naming in API ([e0e875b](https://github.com/Airblader/ngqp/commit/e0e875b)) |
| 14 | +* **core:** Export createEmptyOnDeserializer ([ca45e43](https://github.com/Airblader/ngqp/commit/ca45e43)) |
| 15 | +* **core:** Improve typing definitions ([0d509d0](https://github.com/Airblader/ngqp/commit/0d509d0)) |
| 16 | +* **core:** Remove typealias ([bab1e45](https://github.com/Airblader/ngqp/commit/bab1e45)) |
| 17 | +* **core:** Removed QueryParamOptsInput ([63f83a5](https://github.com/Airblader/ngqp/commit/63f83a5)) |
| 18 | +* **core:** Rename forRoot to withConfig and ensure defaults are set at least ([0f0b48d](https://github.com/Airblader/ngqp/commit/0f0b48d)), closes [#41](https://github.com/Airblader/ngqp/issues/41) |
| 19 | +* **core:** Use interface instead of type alias ([4de02a4](https://github.com/Airblader/ngqp/commit/4de02a4)), closes [#40](https://github.com/Airblader/ngqp/issues/40) |
| 20 | +* **docs:** Exclude schematics from docs ([e57e700](https://github.com/Airblader/ngqp/commit/e57e700)), closes [#45](https://github.com/Airblader/ngqp/issues/45) |
| 21 | +* **docs:** Fix heading level ([f27f369](https://github.com/Airblader/ngqp/commit/f27f369)) |
| 22 | +* **docs:** Fix linting error ([2ea841b](https://github.com/Airblader/ngqp/commit/2ea841b)) |
| 23 | +* **docs:** Prevent line break in API docs link ([17f368e](https://github.com/Airblader/ngqp/commit/17f368e)) |
| 24 | +* **docs:** Remove URL entirely if no parmas are set ([aba7bd1](https://github.com/Airblader/ngqp/commit/aba7bd1)) |
| 25 | +* **README:** Rework README ([8c9d268](https://github.com/Airblader/ngqp/commit/8c9d268)) |
| 26 | + |
| 27 | + |
| 28 | + |
5 | 29 | <a name="0.5.0"></a> |
6 | 30 | # [0.5.0](https://github.com/Airblader/ngqp/compare/v0.4.2...v0.5.0) (2019-01-03) |
7 | 31 |
|
|
0 commit comments