Releases: campudus/grud-aggregator
Releases · campudus/grud-aggregator
Release 8.4.0
Release 8.3.0
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
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 theprogress()
function while still counting the steps.
Release 8.1.0
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
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
Moved@babel/core
from devDependencies
to dependencies
Release 7.0.2
v7.0.2 Merge pull request #16 from campudus/fix/dependencies/request-promise…