Skip to content

Commit 65243e2

Browse files
committed
chore(release): 0.5.1
1 parent 8c9d268 commit 65243e2

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
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.
44

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+
529
<a name="0.5.0"></a>
630
# [0.5.0](https://github.com/Airblader/ngqp/compare/v0.4.2...v0.5.0) (2019-01-03)
731

projects/ngqp/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngqp/core",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Synchronizing form controls with the URL for Angular",
55
"homepage": "https://ngqp.io",
66
"author": "Ingo Bürk",

0 commit comments

Comments
 (0)