Skip to content

Releases: legalthings/data-enricher

v0.8.3 - Added eval processor

31 May 00:25
3074145
Compare
Choose a tag to compare
Fix composer.json hoa/math casing

Fix switch choose with numbers

31 Oct 16:39
d3e45fe
Compare
Choose a tag to compare
v0.8.2

Fix composer.json hoa/math casing

Use dotkey for references

07 Apr 21:41
b5f1b54
Compare
Choose a tag to compare
v0.8.1

Fix composer.json hoa/math casing

Added new processors

03 Apr 15:40
5fb0457
Compare
Choose a tag to compare

See: #32

  • <ref> now takes a JMESPath query instead. Dot notation will also work as JMESPath query.
  • Added <equal> which compares 2 values, resulting in a boolean.
  • Added <match> which finds a substring or matches against a regex, resulting in a boolean.
  • Added <if> which takes a boolean as condition and has a then and else property.
  • <switch> now is an object with on and options, rather than using additional properties in the instruction object.
  • The <enrich> instruction now has an input property, rather than using additional properties in the instruction object.
  • Replaced <jmespath> with <apply>. The <apply> instruction has an input and query property.
  • Added <join> instruction to join strings.
  • Added <replace> instruction to find / replace in a string.
  • Added <numberformat> to format number using locale.
  • Renamed date property of <dateformat> to input.
  • Added <hash> instruction. This supports less methods.
  • A <hash> instruction can have an hmac property.
  • Added <encode> and <decode> instructions.
  • New encode / decode methods base58 and url.
  • Added <serialize> and <unserialize> instructions.
  • New serialize / unserialize method url. This creates an URL Query from an object.
  • Added <sum> instruction to calculate the sum of an array

Fix trigger error warning

28 Mar 09:36
deddcf9
Compare
Choose a tag to compare
v0.7.9

Fix composer.json hoa/math casing

Added encryption enrichers (#31)

22 Sep 14:07
14a3281
Compare
Choose a tag to compare
v0.7.8

Fix composer.json hoa/math casing

Support multiple args in transform enricher

23 Aug 10:10
a230707
Compare
Choose a tag to compare

Fix Warnings from Merge

09 Aug 10:18
3ce2ad2
Compare
Choose a tag to compare
v0.7.6

Fix composer.json hoa/math casing

DateFormat Processer

27 Jul 15:17
7281e39
Compare
Choose a tag to compare
v0.7.5

Fix composer.json hoa/math casing

Dateformat Processer

27 Jul 12:07
b638fb6
Compare
Choose a tag to compare
v0.7.4

Fix composer.json hoa/math casing