Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
175 lines (81 loc) · 5.01 KB

CHANGELOG.md

File metadata and controls

175 lines (81 loc) · 5.01 KB

3.0.0 (2017-05-31)

2.2.0 (2017-04-12)

Features

  • filter: parse nested criteria (17acc4f)

2.1.0 (2017-03-08)

Bug Fixes

  • project: add config (cafbc32)
  • project: change operators order (dc1f52c)
  • project: make operator options configurable (fdd16f7)

2.0.1 (2017-02-20)

Bug Fixes

  • filter: fix issue with registering value changes (e1dcc7d)

2.0.0 (2017-02-03)

Bug Fixes

  • project: make sure criteria matches the selected enum value (6b2a706)
  • project: use an object as parameter for generateFields (33be165)

BREAKING CHANGES

  • 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)

Features

  • project: add support for enumerations (5f8766b)

1.1.2 (2017-01-03)

Bug Fixes

  • project: decrease debounce on value input element (833e422)

1.1.1 (2016-12-08)

Bug Fixes

  • criteria: check on element value, not on (alias) name (c169663)

1.1.0 (2016-11-07)

Features

  • project: convert datetime to datetime-local, add input validation (b94d70a)

1.0.2 (2016-11-03)

Bug Fixes

  • criteria: check for invalid attributes (941f11b)
  • criteria: determine input type when given a criteria (b173059)

Features

  • exclude: Exclude column not based on association (7a503f7)

1.0.1 (2016-10-05)

1.0.0 (2016-08-23)

Features

  • columns: option to filter on ids (6e7ee3b)

0.0.6 (2016-08-08)

Bug Fixes

Features

  • exclude: exclude columns from entity (0075050)
  • project: ability to ignore entire association (97953f4)

0.0.5 (2016-08-01)

Bug Fixes

  • build: add criteriaBuilder to build (de562eb)

0.0.4 (2016-08-01)

Bug Fixes

  • build: don't concat components (22cae5f)

0.0.3 (2016-07-29)

Bug Fixes

  • project: do not add column id (5a29cf4)
  • project: do not override current sort criteria (bfbc409)
  • project: handle value type (6c63065)
  • project: make it possible to filter on id (bd9f67b)

Features

  • project: handle predefined values (710b169)
  • project: new build tasks with typings and bundled (5b4aa11)