Skip to content

Releases: campudus/grud-aggregator

Release 8.7.0

10 Sep 23:00
9f2b352

Choose a tag to compare

Merge pull request #42 from campudus/feat/disableFollow-placeholder

feat: enhanced 'disableFollow' option with support for '*' and '**placeholders

Release 8.6.0

03 Jun 10:00
885c1e5

Choose a tag to compare

Merge pull request #40 from campudus/feat/request-timeout

feat: added timeout option for requests

Release 8.5.0

04 Feb 07:42
29965a2

Choose a tag to compare

archived: Boolean option has been added for getEntitiesOfTable(). If set to false archived GRUD rows will get omitted. If set to true, only archived GRUD rows will be returned.

Release 8.4.0

24 Jan 15:50

Choose a tag to compare

Extension of getEntitiesOfTable() function for multiple tables at once.

Release 8.3.0

24 Jan 15:51
fef3111

Choose a tag to compare

includeColumns: String[] option has been added for getEntitiesOfTable(). Specified as an array of strings, it defines columns that will be followed on the top level.

Release 8.2.0

24 Jan 15:52
277e5f1

Choose a tag to compare

Extended step(data, options) function passed to aggregator by options parameter:

  • options.message - replaces the step message on call.
  • options.suppress - suppresses the call of the progress() function while still counting the steps.

Release 8.1.0

22 Nov 08:41
0e778e4

Choose a tag to compare

Added a trim option to modifyImages. If set to true, it will trim pixels from all edges that contain values similar to the color of the top-left pixel. Default is false.

Release 8.0.0

17 Nov 11:28
8b49f27

Choose a tag to compare

Replaces jimp with sharp for image processing.

No breaking changes in the aggregator API but sharp needs other native libs than jimp.
So this release can break existing deployments!

Release 7.0.3

25 Sep 14:21

Choose a tag to compare

Moved@babel/core from devDependencies to dependencies

Release 7.0.2

11 Sep 08:26
cd756a9

Choose a tag to compare

v7.0.2

Merge pull request #16 from campudus/fix/dependencies/request-promise…