Releases: integreat-io/map-transform
Releases · integreat-io/map-transform
v1.5.3
v1.5.2
Update deps and remove unused dependency (ajv).
v1.5.1
Bug fixes:
- The
lookup
operation was supposed to treat an object as if it was an array of one object. Now it does - The
project
transformer did nothing in reverse. Now it works the same both ways.
Also updated some deps.
v1.5.0
New feature:
- The
bucket
transformer now supports grouping buckets bygroupByPath
v1.4.0
New feature:
- The
project
transformer now supportincludePath
andexcludePath
, as alternatives toinclude
andexclude
v1.3.0
New features:
- A
project
transformer, that mayinclude
orexclude
props given to either of these params as array of keys.
v1.2.0
New features:
- The
bucket
transformer now support setting asize
per 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 oldpipeline
is still available as an alias for backward compability.
v1.1.1
Bug fixes:
- We didn't export the new
bucket
transformer :S
v1.1.0
New features:
- A
bucket
transformer, that will sort an array into keys on an object based on the result of pipelines - We now export basic
pathGetter
andpathSetter
functions as alternatives to running full pipelines to handle paths
v1.0.9
Bug fix:
- Paths that could not be pipelines would cause a JS exception when pipeline was used. Throws a more correct error now