Skip to content

Releases: integreat-io/map-transform

v1.5.3

12 Sep 13:46
e57e9f5
Compare
Choose a tag to compare

Bug fix:

  • Make { $transform } accept a transformer function directly, just as its operation function counterpart.

Also some minor dependency updates.

v1.5.2

05 Jul 09:08
1036c76
Compare
Choose a tag to compare

Update deps and remove unused dependency (ajv).

v1.5.1

18 May 19:37
fb76e87
Compare
Choose a tag to compare

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

14 Mar 14:44
9717849
Compare
Choose a tag to compare

New feature:

  • The bucket transformer now supports grouping buckets by groupByPath

v1.4.0

17 Jan 16:46
5129e75
Compare
Choose a tag to compare

New feature:

  • The project transformer now support includePath and excludePath, as alternatives to include and exclude

v1.3.0

19 Dec 05:38
0460869
Compare
Choose a tag to compare

New features:

  • A project transformer, that may include or exclude props given to either of these params as array of keys.

v1.2.0

13 Dec 20:55
b729b2f
Compare
Choose a tag to compare

New features:

  • The bucket transformer now support setting a size 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 old pipeline is still available as an alias for backward compability.

v1.1.1

11 Dec 17:09
abcb74c
Compare
Choose a tag to compare

Bug fixes:

  • We didn't export the new bucket transformer :S

v1.1.0

05 Dec 15:50
b80ac69
Compare
Choose a tag to compare

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 and pathSetter functions as alternatives to running full pipelines to handle paths

v1.0.9

27 Nov 10:39
a8c2105
Compare
Choose a tag to compare

Bug fix:

  • Paths that could not be pipelines would cause a JS exception when pipeline was used. Throws a more correct error now