Skip to content

Commit 3636ae8

Browse files
committed
bump version, add changelog
1 parent 00122a6 commit 3636ae8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-angular-query-builder",
3-
"version": "0.0.2",
3+
"version": "0.0.4",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### 0.0.1
2+
- Initial Port of angular-query-builder
3+
### 0.0.2
4+
- Add `query-builder-condition'` DOM attribute to rules to enable detection of if parent condition is "AND" or "OR"
5+
### 0.0.3
6+
- QueryList doesn't get updated when ivy is enabled https://github.com/raysuelzer/ngx-angular-query-builder/pull/4
7+
Credit: @ravijoshi007
8+
### 0.0.4
9+
- Fix typo of ruleset using "add" instad of "and" https://github.com/raysuelzer/ngx-angular-query-builder/pull/6 Credit: @michaelharrington
10+
- Add a change log

0 commit comments

Comments
 (0)