Note
This is the final release of metafacture-fix as a standalone project. All future versions will be included in metafacture-core releases.
Use from GitHub Packages (documentation) or download the metafix-runner distribution below.
Unzip the downloaded metafix-runner distribution to run your workflows:
Unix: ./bin/metafix-runner path/to/your.flux
or Windows: ./bin/metafix-runner.bat path/to/your.flux
.
What's Changed
- Add multiple missing playground examples for fix functions by @TobiasNx in #363
- Delete escape signs in default template for find-fix-paths #347 by @TobiasNx in #364
- Implicit array creation with
$append
, general$prepend
support by @fsteeg in #368 - Add log function by @TobiasNx in #366
- Update Metafix.java by @TobiasNx in #370
- Add new fix method to set variable with element value #282 by @TobiasNx in #365
- Use the default option as in catmandu #333 by @TobiasNx in #356
- Update Metafix.java by @TobiasNx in #375
- Adjust integrationtests after #127 by @TobiasNx in #376
- Change set_array specific test back #127 by @TobiasNx in #378
- Add new functions add_array and add_hash #374 by @TobiasNx in #379
- Set wildcard classpath for windows start batch by @dr0i in #382
- Add option "url_safe" to "to_base64" function by @dr0i in #386
- Ignore old value's path in
copy_field
Fix function. by @blackwinter in #380 - Add log4j logging by @dr0i in #388
- Optionally specify limit for number of entities in a record. by @blackwinter in #373
- Add integration test for #239 by @TobiasNx in #240
Full Changelog: 1.1.2...1.2.0