Releases: campudus/grud-aggregator
Release 8.7.0
Merge pull request #42 from campudus/feat/disableFollow-placeholder feat: enhanced 'disableFollow' option with support for '*' and '**placeholders
Release 8.6.0
Merge pull request #40 from campudus/feat/request-timeout feat: added timeout option for requests
Release 8.5.0
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
Extension of getEntitiesOfTable() function for multiple tables at once.
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…