3.0.0 (2017-05-31)
2.2.0 (2017-04-12)
- filter: parse nested criteria (17acc4f)
2.1.0 (2017-03-08)
- project: add config (cafbc32)
- project: change operators order (dc1f52c)
- project: make operator options configurable (fdd16f7)
2.0.1 (2017-02-20)
- filter: fix issue with registering value changes (e1dcc7d)
2.0.0 (2017-02-03)
- project: make sure criteria matches the selected enum value (6b2a706)
- project: use an object as parameter for generateFields (33be165)
- project: An optional boolean parameter has been added to the “create” method. This parameter should be set to “true” if you want to update the criteria object as soon as the new filter block has been created with a “select” type.
- project: it’s now expecting an object as second parameter for the function generateFields.
1.2.0 (2017-01-27)
- project: add support for enumerations (5f8766b)
1.1.2 (2017-01-03)
- project: decrease debounce on value input element (833e422)
1.1.1 (2016-12-08)
- criteria: check on element value, not on (alias) name (c169663)
1.1.0 (2016-11-07)
- project: convert datetime to datetime-local, add input validation (b94d70a)
1.0.2 (2016-11-03)
- criteria: check for invalid attributes (941f11b)
- criteria: determine input type when given a criteria (b173059)
- exclude: Exclude column not based on association (7a503f7)
1.0.1 (2016-10-05)
- columns: option to filter on ids (6e7ee3b)
- styling: fix styling (9210ef3)
- exclude: exclude columns from entity (0075050)
- project: ability to ignore entire association (97953f4)
- build: add criteriaBuilder to build (de562eb)
- build: don't concat components (22cae5f)