Skip to content

Releases: campudus/grud-aggregator

Release 8.4.0

24 Jan 15:50
Compare
Choose a tag to compare

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

Release 8.3.0

24 Jan 15:51
fef3111
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Moved@babel/core from devDependencies to dependencies

Release 7.0.2

11 Sep 08:26
cd756a9
Compare
Choose a tag to compare
v7.0.2

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