Releases: integreat-io/map-transform
Releases · integreat-io/map-transform
v1.5.4
v1.5.3
Bug fix:
- Make
{ $transform }accept a transformer function directly, just as its operation function counterpart.
Also some minor dependency updates.
v1.5.2
Update deps and remove unused dependency (ajv).
v1.5.1
Bug fixes:
- The
lookupoperation was supposed to treat an object as if it was an array of one object. Now it does - The
projecttransformer did nothing in reverse. Now it works the same both ways.
Also updated some deps.
v1.5.0
New feature:
- The
buckettransformer now supports grouping buckets bygroupByPath
v1.4.0
New feature:
- The
projecttransformer now supportincludePathandexcludePath, as alternatives toincludeandexclude
v1.3.0
New features:
- A
projecttransformer, that mayincludeorexcludeprops given to either of these params as array of keys.
v1.2.0
New features:
- The
buckettransformer now support setting asizeper bucket. This may be used on its own or together with the a condition pipeline. - The prop for specifying a condition pipeline for a bucket is now called
condition, but the oldpipelineis still available as an alias for backward compability.
v1.1.1
Bug fixes:
- We didn't export the new
buckettransformer :S
v1.1.0
New features:
- A
buckettransformer, that will sort an array into keys on an object based on the result of pipelines - We now export basic
pathGetterandpathSetterfunctions as alternatives to running full pipelines to handle paths