Skip to content

Releases: pennions/JOQ

JOQ Version 1.4.0

08 Nov 17:52
ca61595
Compare
Choose a tag to compare

Features

  • You can now specify a custom delimiter when distincting on a column

JOQ Version 1.3.0

05 Oct 20:56
ea21d40
Compare
Choose a tag to compare

Fixes

  • fix: use getValue from services
  • fix: selection is now before grouping.

Features

  • feat: added case-insensitive flag to filter for use with equals

JOQ Version 1.2.0

04 Oct 20:12
0f315d6
Compare
Choose a tag to compare

Feature:

  • Added distinct option to merge objects on a single property.

JOQ Version 1.1.4

02 Oct 18:31
66dad3b
Compare
Choose a tag to compare

Fixes:

  • revert to empty string when value is not defined on the comparison object
  • Sorting is now applied before grouping, which makes the list of groups sorted
  • groupBy uses shift() instead of pop() to fix the unintended side-effect of reversing the array

JOQ Version 1.1.2

09 Mar 20:32
dcea413
Compare
Choose a tag to compare

Fixes:

  • Removing sort now correctly returns the original order of the initialized JSON.

JOQ Version 1.1.1

20 Jan 15:53
a474c40
Compare
Choose a tag to compare

Fixes

  • Using an orWhere or type or as the start of the query no longer breaks the search pattern

JOQ Version 1.1

11 Jan 15:33
7efd80b
Compare
Choose a tag to compare

Features

  • you now can search inside objects
  • removed a lot of fluff code for where clauses
  • added more operator types

Other

  • Added joq.d.ts